aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-27 00:05:05 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-27 00:05:05 +0200
commitf8a6f0f2717ebc4e0125501147a8a3d79a621ad5 (patch)
tree59ba0bdf2afa46f35b159f0fbd1af5e244833e12
parent826c9e56249151e424701b4e078b37d73be3b5bf (diff)
parent372e9cc02d36f40a70faa5e45ce648cdd8b98850 (diff)
downloadOneRoll-f8a6f0f2717ebc4e0125501147a8a3d79a621ad5.tar.gz
OneRoll-f8a6f0f2717ebc4e0125501147a8a3d79a621ad5.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
-rw-r--r--HelpMe.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index a1bffbc..73265e6 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -98,6 +98,19 @@ 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.
+
+> 3d[-20--9]
+
+Rolling 3 dice, values ars between -20 and -9.
## Arithmetic