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

auto reroll 1's and 2's

Great Weapon Mastery and similar feats/abilities allow rerolls of 1's or 2's. Is there some way in the sheet or an API I'm not seeing to have it auto-reroll into the usual clean final damage output in chat?
1637538860
Kraynic
Pro
Sheet Author
I don't know what Great Weapon Mastery does, but rerolling is pretty easy.&nbsp; Assuming you can input whatever damage calculation you need, you either add r&lt;2 (reroll all rolls that are 2 or below) or ro&lt;2 (reroll once and take the second result even if it is 2 or below). So your damage might look like 2d6ro&lt;2. <a href="https://wiki.roll20.net/Dice_Reference#Rerolling_Dice" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Rerolling_Dice</a>
I just paste exactly that? 2d6ro&lt;2? like where the damge goes?
1637596099
Kraynic
Pro
Sheet Author
If you want it to only reroll once and take the second roll even if it is a 1 or 2, yes.&nbsp; Otherwise, you need to drop the "o".