Author | Damage calculation |
what is the formula for calculating the damage that can be inflicted on a unit |
>>If "Attack" (A) of the attacking stack is bigger than "Defence" (D) of the defending stack, then
Damage = N * RND(min, max) * [1 + 0,05 (A-D) ] * [1 - 3*Y/100]
>>If (A) is smaller than (D), then
Damage = N * RND(min, max) * [1 - 3*Y/100] / [1 + 0,05*(D-A)] |
what is Y and A here? |
what is Y and N here? |
https://www.lordswm.com/help.php?section=34
N - number of creatures in the attacking stack;
RND(min, max) - random integer from the "Damage" parameter delta;
Y - The level that the character in command of the defending stack has reached in faction skill of the attacking character's faction. |
for neutrals y is 0 right? |
yes I believe so |
yes, its faction resistance.
Its for pvp (and caravans) where you also have resistance if you fight your own faction |
ty qatc |
closed by Lord shawnanston (2012-12-27 14:23:28) |
---|