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

Mace for Subtracting when a 1 is rolled

1585103694

Edited 1585105188
For Usagi Yojimbo, I have a player who explodes dice on a 6 but, on a 1, subtracts 4. I've got the first part pretty easily: /roll 2d6! + ?{Modifier|0} I'm not sure how to make the 1 add a -4 to the total. Anyone know how to do this? Thanks
1585111213
GiGs
Pro
Sheet Author
API Scripter
Macros cant have any conditional effects, so you cant have "if number =1, do something". You just have to watch for the indicator you rolled a one (the die will be colored red) and apply it manually.