Hello! I just released 3.0.0, which added support for the following:
- Fudge/fate dice (
XdF
) - Percentile dice (
Xd%
) - Negative dice (
Xd-Y
orXd[-Y, Z]
) - Chainable conditions on explode and re-roll modifiers:
- This allows you to change what is exploded or re-rolled. For example, instead of re-rolling minimum values, you can use
1d2r=2
to re-roll rolls equal to 2. - Supports
=
,!=
(or=!
),<
,>
,<=
, and>=
- This allows you to change what is exploded or re-rolled. For example, instead of re-rolling minimum values, you can use
The last few features I’m currently thinking about adding are a way to add pass/fail states to both the dice-roll results and the overall total, and a side-bar dice roller or command so you don’t have to put everything in the text of a note to roll it.
Let me know if there’s any other features you’d like to see added!