Humblemonk / DiceMaiden

Dice bot for Discord
Apache License 2.0
117 stars 51 forks source link

Negatively Exploding Dice (Witcher RPG) #190

Open 11thMuse opened 2 years ago

11thMuse commented 2 years ago

In the Witcher RPG, which uses d10s, 10s explode (already possible) and 1s explode negatively (not possible to my knowledge). When 10s explode, they explode indefinitely and you add all results together. When 1s explode, they are also indefinite, but each result is subtracted from the total. Both types of explosions can potentially occur from any one given roll.

Ideally, what I'd like to see is something like !roll 1d10 ie10 in1, or somesuch, but the specific syntax isn't too important. Perhaps in a perfect world we could have a shorthand for this system that is just something like !roll 1d10 witcher (or some less verbose shorthand).