diff options
| author | 2015-08-26 08:11:26 +0200 | |
|---|---|---|
| committer | 2015-08-26 08:11:26 +0200 | |
| commit | 7cd8f3af73c873f235b1ed8888b469c6f5dc323c (patch) | |
| tree | d9f562714a990964b9fc966457ff9d92fb9cb2d8 /HelpMe.md | |
| parent | 43e3a211a7eba64c350ca22d2c3a9542c439a2ea (diff) | |
| download | OneRoll-7cd8f3af73c873f235b1ed8888b469c6f5dc323c.tar.gz OneRoll-7cd8f3af73c873f235b1ed8888b469c6f5dc323c.zip | |
Update HelpMe.md
Replace it
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -99,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 @@ -124,16 +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. -### 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 and Dice It is possible to use arithmetic opearation on dice. Please pay attention that the default operation to translate a |