Author | What is defence for? |
What does defence in your hero do? What benefit does it have? |
Your hero's att and def are added to your creatures'. Thus, having def on hero will make your troops get less damage in combat. |
oh ok thx... but for the attack of the hero, will it add more damage for the hero or for the creature? |
attack +5% damage
defence -5% damage |
attack and defence of the hero rises attack and defence of his creatures |
3
If I don`t err, for the hero`s damage - att + def/2
Depends on the number of the creatures in comparison to that formula. |
6. i don't think this formula is true |
7
I should say, that the formula is added to the basic damage on a concrete level.
..But I still don`t know, if that`s true. I`ve read it on .ru server in the forum. |
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. |