| Forums-->Queries and help--> 
 
 
Back to topics list| Author | parameters | 
|---|
 | I would like to know how the attack and defense parameters affect your units. Of course, I DO know that attack raises your damage and defense decreases damage taken... but I would like to know exactly how much they affect it by. Is it like 1 attack parameter = +1 to maximum and minimal damage and 1 defense parameter = -1 less damage taken? |  | 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
 |  | Ah ok thank you very much I appreaciate it. |  | closed by Grayman (2008-11-05 08:51:10) | 
|---|
 |