Custom Caculation of Damage

Status
Not open for further replies.
Level 16
Joined
Mar 25, 2016
Messages
1,327
Didn't you ask something about how to calculate 2^12 or did I just imagine this?


There are two formulas for damage modification from armor. According to Warcraft III - Basics -> Armor and Weapon Types they are:
For positive Armor, damage reduction =((armor)*0.06)/(1+0.06*(armor))
For negative Armor, it is damage increase = 2-0.94^(-armor) since you take more damage for negative armor scores.

There are additional abilities that modify damage: spirit link, defend, runed bracers, elune's grace, hardened skin, ...
 
Last edited:
Level 3
Joined
Feb 15, 2015
Messages
26
I did, but my mind got messed up somehow and instead of posting reply, I edited the thread.

Anw, tks for the formula. Guess I didn't need to use power after all.
 
Status
Not open for further replies.
Top