From d94207bc22768e579766b281c28f211d25d2d9d4 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 26 Sep 2019 14:00:35 +0200 Subject: Add operator T --- HelpMe.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'HelpMe.md') diff --git a/HelpMe.md b/HelpMe.md index d544480..7350271 100644 --- a/HelpMe.md +++ b/HelpMe.md @@ -22,6 +22,7 @@ * [Group](#group) * [Spread](#spread) * [Unique](#unique) + * [All The same](#allsame) * [Value list](#Value-list) * [Comment (\#)](#comment-) * [Arithmetic](#arithmetic) @@ -304,6 +305,21 @@ First Result: `10 [6, 4], 3, 3, 2` Result after spead: `6, 4, 3, 2` Final result: `6+4+3 = 13` +### All the same + +This operator is temporary. It is dedicated to answer issue about Tunnels and Trolls system. It is why the marker operator is `t`. +Dice explode when all dice has the same value. + +> 2d6t + +``` +# Explode twice because 2,1 +Result: 12 - details:[2d6t (5 [2,1,2] 7 [2,1,4])] + +# Nothing happened +Result: 10 - details:[2d6t (4 6)] +``` + ### Unique It makes exploded dice as new dice. -- cgit v1.2.3-70-g09d2