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

Custom d6 Dice Rolls not 1-6

Hello, is there is a way to create a macro for a dice roll for a d6 that is 0-0-0-1-2-3
The easiest option would be to use a rollable table. I believe this would also work (if my tired math is correct): /roll {1d6-3,0d0}kh1 or [[{1d6-3,0d0}kh1]] The only issue is there's no easy way to set the number of dice you want to roll this way. You'll have to repeat the pattern for each additional die, like this: Rolling two special dice and adding them together: /roll {{1d6-3,0d0}kh1,{1d6-3,0d0}kh1} or [[{{1d6-3,0d0}kh1,{1d6-3,0d0}kh1}]] Rolling two special dice and keeping only the higher roll: /roll {{{1d6-3,0d0}kh1,{1d6-3,0d0}kh1}kh1} or [[{{{1d6-3,0d0}kh1,{1d6-3,0d0}kh1}kh1}]]