aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-05-18 01:10:24 +0200
committerRenaud G <renaud@rolisteam.org>2022-05-18 01:10:24 +0200
commit57acb8a12a2d9b66145a0a8382e4536a4170c1b0 (patch)
tree3c4e540577cf4d94fcec44e4a8039bbfd05b73ed /HelpMe.md
parentaf6c9d2bea9582bd944952025278b2fb1334af26 (diff)
downloadOneRoll-57acb8a12a2d9b66145a0a8382e4536a4170c1b0.tar.gz
OneRoll-57acb8a12a2d9b66145a0a8382e4536a4170c1b0.zip
Add limitation support for explode node.
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index f67c04c..ada912b 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -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
```