aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G. <renaud@rolisteam.org>2014-12-09 15:54:53 +0100
committerRenaud G. <renaud@rolisteam.org>2014-12-09 15:54:53 +0100
commit04a48e730e421724531c2a0e015e35134452e7d7 (patch)
treef187cf571f603e469a23be8f8d837028cad5f0d1 /HelpMe.md
parenta6d4094a0712123c44d67e3da56022dd5421e558 (diff)
downloadOneRoll-04a48e730e421724531c2a0e015e35134452e7d7.tar.gz
OneRoll-04a48e730e421724531c2a0e015e35134452e7d7.zip
Update HelpMe.md
better title
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index 5eea49c..484a972 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -48,23 +48,32 @@ The option sorts the resulting die list and select the X better.
Dice explose if their value are at the die maximum, the option sorts the resulting die list, the it selects the X better.
+### Sorting
+
> 3D10s
The dice list is sorted in descending order.
+### Counter
> 3D10c[Validator]
Count how many dice respect the condition and display the number (See Validator for more details about syntax)
+### Reroll
+
> 3D10r[Validator]
Reroll the die if the previous value fits the validator (See Validator for more details about syntax).
+### Explose
+
> 3D10e[Validator]
Explose while the value fits the Validator (See Validator for more details about syntax).
+### Add
+
> 3D10a[Validator]
Reroll the die if its value fits the Validator and add the new value to the previous one. It does that only once.