aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'HelpMe.md')
-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