diff options
| author | 2018-07-30 02:37:46 +0200 | |
|---|---|---|
| committer | 2018-07-30 02:37:46 +0200 | |
| commit | b3357e42347d8f05099be7c4688b17ef3661162a (patch) | |
| tree | f6301dde0be89f4be2a3e9cdc995d32d20ff7462 /HelpMe.md | |
| parent | a5c353199945213eed65565d2de78f339a35a78e (diff) | |
| download | OneRoll-b3357e42347d8f05099be7c4688b17ef3661162a.tar.gz OneRoll-b3357e42347d8f05099be7c4688b17ef3661162a.zip | |
add unique operator
add unique operator
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |