aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HelpMe.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-07-30 02:37:46 +0200
committerGitHub <noreply@github.com>2018-07-30 02:37:46 +0200
commitb3357e42347d8f05099be7c4688b17ef3661162a (patch)
treef6301dde0be89f4be2a3e9cdc995d32d20ff7462 /HelpMe.md
parenta5c353199945213eed65565d2de78f339a35a78e (diff)
downloadOneRoll-b3357e42347d8f05099be7c4688b17ef3661162a.tar.gz
OneRoll-b3357e42347d8f05099be7c4688b17ef3661162a.zip
add unique operator
add unique operator
Diffstat (limited to 'HelpMe.md')
-rw-r--r--HelpMe.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/HelpMe.md b/HelpMe.md
index f9b4239..8dbd121 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -19,6 +19,7 @@
* [Merge](#merge)
* [if](#if)
* [Group](#group)
+ * [Unique](#Unique)
* [Comment (\#)](#comment-)
* [Arithmetic](#arithmetic)
* [Arithmetic and Dice](#arithmetic-and-dice)
@@ -252,6 +253,16 @@ Merge operator is used for gathering several dice rolls from different die type
This command merges together the result from the d6 and the d8. Then, it applied the k operator on both result to keep the best.
Be careful, this operator merges the instruction list. Instruction reference (such as $1 etc..) won't work after merge operator.
+### Unique
+
+It makes exploded dice as new dice.
+
+> 4d6e6u6k3
+
+Result: 6 4 3 3 2
+Final result: 6+4+3 = 13
+
+
### Bind
Bind works exactly as merge but one thing.