Author | The significance of attack and defence parameters of troops |
Hi all !
You must have seen that the stats of any troop looks like this :
attack 5
defense 2
damage 4-7
..........
I can understand that this troop(minotaur) can deal a random damage of 4-7 from the parameter "damage".
But, what is the significance of "attack" and "defence" ? What does the numbers "5" and "2" indicate here and how this affects the battles? |
if attack of your troop is higher than enemy troop's defence - you will deal additional damage. Even more then max.damage in "Damage". |
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.03*M)/[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.)
or simply, 5% more dmg each attack; 5% less dmg taken each defence |
http://67.220.205.82/help.php?section=34
read here for details on exact formulas how attack and defense affect damage. |
Thank you everyone :-) |
closed by Shebali (2009-05-12 14:12:55) |
---|