Author | Stun |
Is it true that the frequency of stun ability of Guardians>Swordsmen> Recruits? I've observed it a hell lotta times!!
Does the probability also depend on the number present in the stack? |
¤ Chance for ability to trigger
If attHP >= tarHP, then
_Probability = 25% + 3% * (attHP/tarHP);
else
_Probability = 25% - 3% * (tarHP/attHP),
whence:
» attHP is the total leftover HP of the stack that's using the ability;
» tarHP is "-"-" of the target stack;
» Trigger probability does not exceed the bound of [5%;75%];
» The moments to calculate the probability differ depending on the ability type.
-> For Stun and Knocking shot, the probability is calculated using HP's of stacks *before* the actual attack.
-> For Knockback and Fear Attack, the calculation occurs *after* the attack and before target's retaliation.
» The only ability that can trigger on retaliation counterstrike is Knockback.
Formula above works for all triggering abilities. They are marked here:
https://www.lordswm.com/help.php?section=32
Soldier's luck increases the likehood to trigger creature's ability: a 2nd attempt is made, with same chance to trigger as 1st one. As such, if chance for ability to trigger in one attempt is in interval [0.05;0,75] then chance with two attempts belongs to interval [0.0975; 0.9375]
since hp of guardin>hp of sm>hp of recruit, they stun in that order |
HP here refers to the HP of 1 unit? Eg: 14/16 means HP is 14, so 14 is used for the calculation?
or
HP refers to the total of all the units in the stack? Eg: 4 units of 16/16, so the number for the formula of the calculation for HP is 16x4 = 64?
Thanks. |
Eg: 14/16 means HP is 14, regardless if the stack has 10 Guardians. so 14 is used for the calculation? |
hp refers to the total hp. |
It's the total hp of the stack.
So 10 Swordsmen is 160 hp and 8 Swordsmen with 10 damage applied is 118 hp |
Where are all these formulae documented? |
Please someone temme where all these formulae are written? |
i copied it from Shadewood clan page, https://www.lordswm.com/clan_info.php?id=7255
ask the owner where she got it from |