diff options
| author | 2014-12-09 01:12:18 +0100 | |
|---|---|---|
| committer | 2014-12-09 01:12:18 +0100 | |
| commit | 0449e2c40a21329b7a1d994109dd05a93542f3ad (patch) | |
| tree | c0a5187a55e2db0308f1d2bc22fe26590a4a724b /HelpMe.md | |
| parent | cd2cf296b4d998ec5a9b0f806c132fb66edcdf4a (diff) | |
| download | OneRoll-0449e2c40a21329b7a1d994109dd05a93542f3ad.tar.gz OneRoll-0449e2c40a21329b7a1d994109dd05a93542f3ad.zip | |
-improve documentation.
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -28,7 +28,37 @@ Roll five ten-faced die. Thanks of several operations and option, you can tune a bit you rolling command. ## List of operator -* +* k : Keep +* K : Keep And Explose +* s : Sort +* c : Count +* r : Reroll +* e : Explose +* a : Reroll and add + +### Keep + +> kX + +The option sorts the resulting die list and select the X better. + +### Keep And Explose + +> KX + +Dice explose if their value are at the die maximum, the option sorts the resulting die list, the it selects the X better. + +> 3D10s + +The dice list is sorted in descending order. + + +> 3D10c[condition] + +Count how many dice respect the condition. And display the number. (See boolean condition and range for more details about the condition) + +> 3D10rX + ### 3D100 Roll 3 dice with 100 faces |