
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?