From b3357e42347d8f05099be7c4688b17ef3661162a Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 30 Jul 2018 02:37:46 +0200 Subject: add unique operator add unique operator --- HelpMe.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. -- cgit v1.2.3-70-g09d2