diff options
| author | 2015-08-26 08:08:56 +0200 | |
|---|---|---|
| committer | 2015-08-26 08:08:56 +0200 | |
| commit | 43e3a211a7eba64c350ca22d2c3a9542c439a2ea (patch) | |
| tree | 5a6af901efe0a49378f3a7b0c251b5653d48b86e | |
| parent | 4a7faef6ead8e92839f7d615bc510218cc8dd63f (diff) | |
| download | OneRoll-43e3a211a7eba64c350ca22d2c3a9542c439a2ea.tar.gz OneRoll-43e3a211a7eba64c350ca22d2c3a9542c439a2ea.zip | |
Update HelpMe.md
add docs on fudge and fate system.
| -rw-r--r-- | HelpMe.md | 10 |
1 files changed, 10 insertions, 0 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 @@ -123,6 +124,15 @@ 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 |