Hey, is it possible to deduct all 1 from the sum of a roll? Code: {2d6+3d6}k2 With this I get the 2 highest of my roll, that's very nice but i have some extra wishes. Can you help my with these examples? That's what I try: {3+ 1 }+{ 5 + 4 } --> 5+9-1 = 8 { 3 + 1 }+{ 1 + 4 } --> 3+4-2 = 6 And I try to get some output like this: half or higher is 6: {6+6}+{2+3} --> Lucky strike! half or higher is 1: {1+1}+{5+3} --> Failure! half or higher is 1&6: {1+1}+{6+6} --> Lucky failure!