Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

2024 Great Weapon Fighting Style macro?

The new 2024 Grat Weapon Fighting Style says: When you roll damage for an attack you make with a Melee weapon that you are holding with two hands, you can treat any 1 or 2 on a damage die as a 3. The weapon must have the Two-Handed or Versatile property to gain this benefit. Is there a macro to accomplish this?
Trivial, if you're not using the 2024 sheet. Within the confines of the 2024 sheet? Not possible so far. But you can still create a macro that contains the correct rolls. The simple inline roll for that is, using 2d6 as an example, [[{2d6+{0d0+3}+{0d0+3} }kh2]]
1740435372

Edited 1740435555
Ok, sorry to be dumb, but what would that be if the weapon is a Pike doing 1d10? [[{1d10+{0d0+3}}kh1]]   ??
1740436412
Gauss
Forum Champion
[[{1d10,3+0d0}kh1]] Shard said: Ok, sorry to be dumb, but what would that be if the weapon is a Pike doing 1d10? [[{1d10+{0d0+3}}kh1]]   ??
1740438678

Edited 1740438687
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
If you are using the 2024 sheet, roll expressions are reportedly next on the add list.