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

Macro- Can Inline Roll Results for Each Dice be Shown without mouse over.

I am DMing 5e. Paladin has Great Weapon Fighting Style. Each time on damage he rolls a 1 or a 2 he needs to reroll them for damage. Is there a way the inline dice roll can show each dice so he knows when to reroll or better yet a macro that automatically rerolls 1s and 2s and gives the final damage? Here is my current macro. Thank you in advance for any help. &{template:default} {{name=Galliger Maul Crit Damage}} {{Maul Crit Damage= [[4d6+8]] ReRoll 1s & 2s (GWF FS 84)}}
&{template:default} {{name=Galliger Maul Crit Damage}} {{Maul Crit Damage= [[4d6 ro<2 +8]] ReRoll 1s & 2s (GWF FS 84)}}
See the  Dice Reference on re-rolls for more information.
Thank you, I just found it in the dice reference. Thanks so much!!
Hold up. It worked, but when the reroll was a 1 again it did not reroll that a second time.
NM lol. Rule states only a single new roll. So this is perfect. Thanks for the help.
For the future you, the difference between ro<2 and r<2 is that ro is re-roll once  so it is possible to get another 1 or 2. If this is not how you want it to be, simply remove the o in ro<2.