Success/Fail and alternative dice aggregation
Closed this issue · 0 comments
addtheletters commented
Allow comparison operators to be used to determine if a roll succeeded or failed.
True comparison is a success.
Extend the dice operator with comparisons (5d20?>=17) to check each roll rather than adding them together.
Consider making this extension even broader; allow specifying one of many ways to aggregate the rolled dice together as alternatives to summing?