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 Dice Result Question

Referring to&nbsp; <a href="https://roll20.zendesk.com/hc/en-us/articles/360037773133-Dice-Reference#DiceReference-RollQueries" rel="nofollow">https://roll20.zendesk.com/hc/en-us/articles/360037773133-Dice-Reference#DiceReference-RollQueries</a> &nbsp;... I want to roll a number of dice and then explode based on the total of the combined role, not a specific value of any single die. The documentation (specifically for exploding dice) doesn't seem to cover this. For example, "roll 3d6 and roll an additional d6 if the result is a 17 or 18". Can this be done without special scripting?
Exploding dice in that way isn't supported However by&nbsp; reusing rolls &nbsp;you could have a conditional roll that is displayed separately.&nbsp; Eg:- &amp;{template:default} [[ [[{ [[3d6]], 0 }&gt;17]]d6 ]] {{Roll=$[[0]]}} {{Bonus=$[[2]] }} If the Roll sums to less than 17 the Bonus would be 0d6. When the Roll is 17/18 the Bonus would be 1d6 However the Roll and Bonus cannot be added together automatically.