Hi guys.
I’m trying to do an action, but I couldn’t find the answer as of yet.
Basically, I have two attributes: Strength and Dexterity. Using these two, I want to calculate an attack, using the following formula:
Attack = 1d6 + Dexterity + Strength
So far, so good. BUT. If the result in the 1d6 is a 6, then the attack would become:
Attack = 1d6 + Dexterity + (Strength * 2)
Is there a way that this could be done?