| Forums-->Queries and help--> 
 
 
| Author | Calculate Damage | 
|---|
 | If some know please tell me about that ^ ^. |  | 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
 |  | What do you mean by "mutual faction skill" ? |  | If you are a knight and you fight vs an elf (example) and you playes as an elf for yourself before, and you reached faction lvl 3 for elves. Then you get 3*3% damage reduction from all other elves
 
 So its your faction skill of the class you are attacking
 |  This topic is long since last update and considered obsolete for further discussions. Back to topics list
 |