From 43e3a211a7eba64c350ca22d2c3a9542c439a2ea Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Wed, 26 Aug 2015 08:08:56 +0200 Subject: Update HelpMe.md add docs on fudge and fate system. --- HelpMe.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'HelpMe.md') diff --git a/HelpMe.md b/HelpMe.md index a1bffbc..90743cc 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -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 -- cgit v1.2.3-70-g09d2 From 7cd8f3af73c873f235b1ed8888b469c6f5dc323c Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Wed, 26 Aug 2015 08:11:26 +0200 Subject: Update HelpMe.md Replace it --- HelpMe.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'HelpMe.md') diff --git a/HelpMe.md b/HelpMe.md index 90743cc..ed51bab 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -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 -- cgit v1.2.3-70-g09d2