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

Help with a Dice Pool Formula

Hello, I am building a new character sheet for a Brazilian Game System and I need a small help to build the dice pool formula to use in a button. 1- The system is basically a dicepool that use d6. 2- Any number bigger equal or bigger than 4 is a sucess 3- Each 1 subtract a sucess 4- Each 6 must be rerolled. I am using the following formula: /roll @{dicepool}d6>4 With this formula I am able to roll any size of dice pool, but I dont know how to "explode" the 6's and "subtract" the 1's. Someone can give me ahelp? 
1500666728
Zargon
Sheet Author
@{dicepool}d6>4f1!6 as far as I can tell that gives the results you are looking for in a roll.