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

Exploding Target Dice

Is there a way to roll a target number or better on a pool of dice (i.e. /roll 3d8>6) and have the dice explode based on the success of each die rather than the base roll?
I'm interested in this as well if anyone has an answer.
1504561771
The Aaron
Pro
API Scripter
Something like this? /roll {3d8!!}>6
Lets say you roll 3d8 with a success on anything greater than 6.  A roll of 7,8,3 would generate two successes, which would explode to roll an additional 2d8.  If that roll was an 8, 2 this would generate a third success, exploding again for one additional d8, and so on.
1506367925

Edited 1506367991
The Aaron
Pro
API Scripter
That would be: /roll {3d8!}>6 Actually, that might not be possible without an API script.  Basically what you're asking for is dice that explode on some number other than the maximum value per die...