aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G. <renaud@rolisteam.org>2015-03-10 18:03:52 +0100
committerRenaud G. <renaud@rolisteam.org>2015-03-10 18:03:52 +0100
commit7e67c19ef5942ef0b06fc61ca5308d39e24545f4 (patch)
treefe8ae7996a18095137ee18f573c46a1b1feb7c89
parent24d48effb863e458c00dcb1bea1ad5aa82309599 (diff)
downloadOneRoll-7e67c19ef5942ef0b06fc61ca5308d39e24545f4.tar.gz
OneRoll-7e67c19ef5942ef0b06fc61ca5308d39e24545f4.zip
Update HelpMe.md
more example
-rw-r--r--HelpMe.md15
1 files changed, 14 insertions, 1 deletions
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.