Forums-->Queries and help-->
Author | Damage |
>>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)]
Whence:
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.
Now, what I want know: every attack point increase your damage in 5%, and every defense point decrease the damage taken by 5%? | yes | Yes in scenario 1. | 5% is only a rough estimation, usually, this is less depending on the ATK / DEF difference. | closed by Lady Vengeful (2012-05-12 03:49:50) |
---|
Back to topics list
|