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

Group Initiative Exploding d10 w/modifier

1595834213
Rogue
Pro
Marketplace Creator
Is there a way? The sheet we are using is the new Demon Gate one. They use a d10 that explodes as well as allows certain modifiers. Is this possible with Aaron's script?
1595855153
The Aaron
Roll20 Production Team
API Scripter
I'll need to dig into that sheet or see an example of what it outputs, but you can add modifiers to the roll using the Dice Modifier String: !group-init-config --set-dice-mod|! There appears to be a bug in the UI where it will still show disabled if you set that, but it will still work (example with an exploding d4): I'll fix that display bug in the help.
1595886187
Rogue
Pro
Marketplace Creator
Awesome, its called Demon Gate Scripted under the Chaos System. The normal macro we use for initiative calls on the attribute from the sheet @{selected|token_name} rolls a [[1d10!+@{selected|dexterity_initiative_mod}+?{Modifier|0}&{tracker}]] which works great of course. Yet would love to have your API work it. Thanks for the help!