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
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!