diff options
| author | 2022-05-18 01:10:24 +0200 | |
|---|---|---|
| committer | 2022-05-18 01:10:24 +0200 | |
| commit | 57acb8a12a2d9b66145a0a8382e4536a4170c1b0 (patch) | |
| tree | 3c4e540577cf4d94fcec44e4a8039bbfd05b73ed /HelpMe.md | |
| parent | af6c9d2bea9582bd944952025278b2fb1334af26 (diff) | |
| download | OneRoll-57acb8a12a2d9b66145a0a8382e4536a4170c1b0.tar.gz OneRoll-57acb8a12a2d9b66145a0a8382e4536a4170c1b0.zip | |
Add limitation support for explode node.
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -297,6 +297,18 @@ Works like "Reroll", but continue to roll the dice until the condition is false. Explode while the value fits the Validator (See Validator for more details about syntax). +``` +3D10e(3)[Validator] +``` + +Explode node can have a limit of how many times the die will explode. + +``` +3D10e(1d10)[Validator] +``` + +The limit is a expression. + ### Examples ``` |