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
It's broken up this way to allow as much flexibility as possible for how you want to display the information and what kind of custom dice rules you might want.
60
+
38
61
## Custom dice rules
39
62
40
63
The default `roll` function only supports basic dice notation. If you want to support something more than that, you need a custom dice rule.
@@ -89,6 +112,12 @@ Once you've created your custom rule, you need to create new roll methods like s
0 commit comments