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

Help with Great Weapon Fighting on 2024 Sheet

Hey everyone, I was wondering how I can properly implement the Great Weapon Fighting capability in the new 2024 sheet. With the old one there was a formula. Now I am trying to make a weapon that does 4d4+5 damage, but all 1s and 2s become 3s. Can someone please explain how I can do this for my player?
AFAIK, It isn't currently implemented, so you would need to either look at the damage dice manually, or create a cutom macro/ability for it.
1760982337

Edited 1760986777
Gauss
Forum Champion
Hi Kimochi K.,  We now have a non-macro workaround.  Edit your attack In the "On Hit" area put the following code.  Note: the blank line above the damage line is not an accident, please include the blank line by hitting the enter key, then paste the damage/critical damage lines.  damage: [[{1d4,1d4,1d4,1d4,1d0+3,1d0+3,1d0+3,1d0+3}kh4 +5]]  bonus critical damage: [[{1d4,1d4,1d4,1d4,1d0+3,1d0+3,1d0+3,1d0+3}kh4]] 
Gauss how would I edit this for a Maul? 2d6 + STR Modifier?