Author | Calculating dmg of aimed shot. |
Is their any way to calculate the damage done by aimed shot, and does the aimed shot occur every time when the target is within range of aimed shot? |
Is their any way to calculate the damage done by aimed shot
Put D = 0 for aimed shot.
Damage = N * R(min, max) * [1 + 0,05 (A-D) ] * [1 - 3*Y/100]
Whence:
N - number of creatures in the attacking stack;
R(min, max) - random rational number out of the "Damage" parameter delta down to two decimal digits;
Y - The level that the character in command of the defending stack has reached in faction skill of the attacking character's faction.
does the aimed shot occur every time when the target is within range of aimed shot?
Yes. |
My question also, does creatures with full metal (e.g. frontier ursary) get more damage from aimed shot ? It has ability that its defense cannot be reduced. while xbows ability is it ignores defense. |
It shouldn't work on frontier ursary, just like lizard charge. |
Aimed shot does not work on creatures that have full metal, so crossbowmen would deal normal ranged damage in that situation. |
For the equation, if the attack is 20 less than the offense, the damage dealt according to the equation would always be zero?
For instance, if attack is 6 and defense (of the defending stack) is 26
1+0.05(A-D) would become 1+0.05(6-26)=1-1=0.
In addition, if the attack is more than 20 less than the offense, the damage done would be negative. However, I have never seen this happen. What does the equation do in that case? |
#6
virtual_vitrea:
Put D = 0 for aimed shot. |
for silverriver1388:
When the target's defense is higher than the attacker's attack, you use a different formula. Read about it here: https://www.lordswm.com/help.php?section=34 |