Author | damage formula |
almost known damage formula is
DM= cr_number * (atk-def)*random_dm
i'm interested what will be the formula if we have
1) basic offence + cold blade talent
2) 12%atk enchant on sword and 10% enchant on bow
3) +20% damage on neutrals
And 1 more.. what is better for demon, cold blade or battle fury talent?? |
mbe admins will answer this topic? |
^ |
rephrase your question please |
frexmple we have cold blade and basic offence talents. how does damage counting?
DM= cr_number * (atk-def)*random_dm*1.15*1.1? or mbe
DM= cr_number * (atk-def)*random_dm*1.25 |
That almost known formula is:
Attack and defense parameters influence damage dealt (and taken). The exact formula for physical damage is:
-IF Attacker's attack>= Defenders' defense:
D=Rnd(min,max)*N*(1-0.03*M)*[1+0.05(Attack-Defense)]
-IF attack<defense:
D=Rnd(min,max)*N*(1-0.03M)/[1+0.05(Defense-Attack)]
D-damage
Rnd(min,max)-random integer of the min-max damage interval
N-number of creatures in stack
M-mutual faction skill (i.e.: What level of the enemy faction's racial skill does the defender possess.
And other bonuses are applied after that calculation is made. >_>
As for what is better for demons, I'll leave that for demonic players to answer. |