Log in

View Full Version : Miscellaneous: Warrior dual wield hand to hand OP


Jimjam
12-16-2014, 07:37 PM
If I attack with my off hand it does 1 or 2 damage, as should be.

If this hit is critical it does 10 damage. Surely this isn't right?!

Technique
12-17-2014, 09:18 AM
It's right.
Min_Crit_dmg = 1.7 * base_weap_dmg + 8 + dmg_bonus
Max_Crit_dmg = (max_dmg - dmg_bonus) * 1.7 + 8 + damage_bonus

Jimjam
12-17-2014, 04:45 PM
Thanks for clarifying :)