ArtemGr / Sidekick

Dice and LFG bot for Discord.
MIT License
249 stars 39 forks source link

Critical counting for dice pool systems #47

Open brwolf opened 7 years ago

brwolf commented 7 years ago

For some oWoD games (namely Scion and Exalted) a roll of 10 counts as two successes instead of one. It would be nice to have a way to automatically count these extra successes.

Possible syntax: allow multiple success values on one pool and add them i.e. 10d10 >6 =10 f1

Currently adding multiple success criteria logically ANDs them together, if this is desired behavior you may need to add an OR designator i.e. 10d10 >6 || =10 f1

Thanks!

elena-v2 commented 6 years ago

This is even a thing in Mage and the like - specializations have 10 as 2 successes instead of 1 if it's within the specialty.