diff options
| author | 2014-12-09 15:54:53 +0100 | |
|---|---|---|
| committer | 2014-12-09 15:54:53 +0100 | |
| commit | 04a48e730e421724531c2a0e015e35134452e7d7 (patch) | |
| tree | f187cf571f603e469a23be8f8d837028cad5f0d1 /HelpMe.md | |
| parent | a6d4094a0712123c44d67e3da56022dd5421e558 (diff) | |
| download | OneRoll-04a48e730e421724531c2a0e015e35134452e7d7.tar.gz OneRoll-04a48e730e421724531c2a0e015e35134452e7d7.zip | |
Update HelpMe.md
better title
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |