
Hello everyone
I would love to play a game using OpenD6 with Joker dice system.
Open D6 with joker dice :
Assuming my characters want to climb something. My ability in Climbing is 3d6. If the sum of this 3 dices is above the difficulty level, the action is a success. (This is open D6)
Now in the game i'm playing, they added a "Joker dice" which decide if you crit or fumble.
If you hit 6 on the joker dice, you add 1d6 to your 3d6. If you get 1 on the joker dice, you remove your best dice on the 3d6 (I hope i'm clear)
Currently, i simply use this :
/roll 3d6 Ability dices
/roll 1d6 Joker dice
Is there a way to implement it so it calculates the whole thing ?