diff options
| author | 2015-03-31 23:49:35 +0200 | |
|---|---|---|
| committer | 2015-03-31 23:49:35 +0200 | |
| commit | 4c9a68db5423c5d798d178d4dafb5bf8e3228ed1 (patch) | |
| tree | ec42aa463cbdf7ab6e679932c75d93a2a6ab0ead /HelpMe.md | |
| parent | fc1de9a59c3d60d87d94e62fea1a44f6fce65237 (diff) | |
| download | OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.tar.gz OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.zip | |
add better error management (not finished yet)
add check for endless loop in validator (not finished yet)
Better helpMe
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -45,13 +45,25 @@ Thanks of several operations and option, you can tune a bit you rolling command. > kX -The option sorts the resulting die list and select the X best dice. +The option sorts the resulting die list and select the X higher dice. ### 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 best dice. +Dice explose if their value are at the die maximum, the option sorts the resulting die list, the it selects the X higher dice. + +### Keep Lower dice + +> klX + +The option sorts the resulting die list and select the X lowest dice. + +### Keep Lower dice + +> klX + +Dice explose if their value are at the die maximum, the option sorts the resulting die list, the it selects the X lowest dice. ### Sorting |