From 7e67c19ef5942ef0b06fc61ca5308d39e24545f4 Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Tue, 10 Mar 2015 18:03:52 +0100 Subject: Update HelpMe.md more example --- HelpMe.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/HelpMe.md b/HelpMe.md index 22a93ef..a6567dd 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -220,7 +220,20 @@ roll 1 die with 25 faces compute: 24 -> 100/28*3 +> 1L[sword,bow,knife,gun,shotgun] +One of this word will be picked. + +> 8D10c[Validator1]-@c[validator2] + +Roll 8 dice with 10 faces then it counts how many dice respect the condition Validator1 and substract the number of dice which respect the validator2 and display the number (See Validator for more details about syntax) + +> 8D10c[>=6]-@c[=1] + +Old World in darkness system. + +> 8D10c[>=7]+@c[=10] + +Exalted 2nd edition system. -- cgit v1.2.3-70-g09d2 From dea4bf804ba12ea059763a8a3b4e4ee27b823740 Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Tue, 10 Mar 2015 18:04:51 +0100 Subject: Update README.md add link to the full documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fd7c84..a0031a6 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,5 @@ compute: 24 compute: 100/28 = 3 3*3 = 9 + +More examples at : https://github.com/obiwankennedy/DiceParser/blob/master/HelpMe.md -- cgit v1.2.3-70-g09d2 From aa1ba382f838025242e040c87306f373e823ec27 Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Tue, 24 Mar 2015 18:04:27 +0100 Subject: Update HelpMe.md spelling --- HelpMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelpMe.md b/HelpMe.md index a6567dd..88866aa 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -137,7 +137,7 @@ Divide by 2 the result of 1 die. ## Roll two (or more) kind of dice at once. -To make it, you have to separate all dice command by `;` +To make it, you have to separate all dice commands by `;` > 1d10;1d6 -- cgit v1.2.3-70-g09d2 From 8b96d51e368efc913d8fc40a5ecc0e71385efbf0 Mon Sep 17 00:00:00 2001 From: "Renaud G." Date: Tue, 24 Mar 2015 18:08:01 +0100 Subject: Update HelpMe.md --- HelpMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelpMe.md b/HelpMe.md index 88866aa..efb42b7 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -165,7 +165,7 @@ This command means : roll 4 dice and they explose on 10. ### Range -The range is defined as two bound. You have to use square brackets and the two bound are separated by `-`. +The range is defined as two bounds. You have to use square brackets and the two bounds are separated by `-`. > 4d10c[8-10] -- cgit v1.2.3-70-g09d2 From fc1de9a59c3d60d87d94e62fea1a44f6fce65237 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 30 Mar 2015 23:35:36 +0200 Subject: [diceparser] -set API to include it in rolisteam. --- diceparser.pri | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 diceparser.pri diff --git a/diceparser.pri b/diceparser.pri new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2