Forums-->Queries and help-->
Author | the attack parameter |
for my troops, how does the attack parameter affect them?
for example my goblins have 3 attack and their damage is 1-2. | 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. | a follow-up question: how does the attack parameter influence the damage values of the hero, if at all? | i think it increases the dmg dealt by the hero | yes it certainly does that, but only as much as it does increase the damage of the troops, so about 5% per point, or does it also increase the base damage range of the hero, like it is in HoMMV? Because i remember my elven hero in the campaing doing quite nice damage with the respective attack values (arts etc) so i could save mana on ice bolts because my hero did almost the same damage by normal attack (unenchanted attacks, of course). here, i have seen knights with way lower attack values having the same damage range (same range with me having 12 attack, the knight 8) |
This topic is long since last update and considered obsolete for further discussions. Back to topics list
|