You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Exploding dice modifier ! - If a roll is the max, roll again and add to original dice, repeatedly.
Numeric operator modifiers +-*/ - Do maths things to total.
Comparison operator modifiers > >= < <= == - Filter rolls by numeric comparison. == or = for equals?
Syntax/parsing may need a complete overhaul (full on parse tree?). It's currently just a simple implementation of what python dice libraries I found provide, but written myself to add configurable limitations. Actually...
Add modifier count limit config option
The text was updated successfully, but these errors were encountered:
!
- If a roll is the max, roll again and add to original dice, repeatedly.+-*/
- Do maths things to total.> >= < <= ==
- Filter rolls by numeric comparison.==
or=
for equals?Syntax/parsing may need a complete overhaul (full on parse tree?). It's currently just a simple implementation of what python dice libraries I found provide, but written myself to add configurable limitations. Actually...
The text was updated successfully, but these errors were encountered: