diff options
| author | 2015-10-11 15:56:54 +0200 | |
|---|---|---|
| committer | 2015-10-11 15:56:54 +0200 | |
| commit | 29f0126a7b8ae3479597252f5056d5e67b6ed10d (patch) | |
| tree | 2fd65ddc4888612a7afe6914482c8e4ce0a54d11 | |
| parent | 3238ab7bacfe65be7475b84d0e2cf7f697d8502a (diff) | |
| parent | 7cd8f3af73c873f235b1ed8888b469c6f5dc323c (diff) | |
| download | OneRoll-29f0126a7b8ae3479597252f5056d5e67b6ed10d.tar.gz OneRoll-29f0126a7b8ae3479597252f5056d5e67b6ed10d.zip | |
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
| -rw-r--r-- | HelpMe.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -30,6 +30,7 @@ Roll five ten-faced die. Roll 777 six-faced die. + Thanks of several operations and option, you can tune a bit you rolling command. ## List of operator @@ -98,6 +99,15 @@ Explose while the value fits the Validator (See Validator for more details about Reroll the die if its value fits the Validator and add the new value to the previous one. It does that only once. +### Roll dice in Range + +> 4d[-1-1] + +Rolling 4 dice with value between -1 to 1. (Fudge/Fate system) + +> 3d[0-9] + +Rolling 3 dice with 10 faces starting at 0. ## Arithmetic @@ -123,7 +133,6 @@ Result: 3.5 Roll 2 dice and add 3 to the sum of those dice. Then the result is used for rolling dice. - ## Arithmetic and Dice It is possible to use arithmetic opearation on dice. Please pay attention that the default operation to translate a |