Author | is this possible? |
hey all , is this possible?
https://www.lordswm.com/war.php?warid=478539308
the stun from recruits and swords to the sphynx warrior(or guardians?)
its like very often the stun happens
so how is this possible?? |
¤ 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. |
intresting... but how bout the recruits?? 140/6 is like around 23*3=69%
so,
25%-69% = -44% |
you forgot the solider luck parameter too |
wat does it have to do with stun?? |
wat does it have to do with stun??
Its a talent that increases the probability to stun
But in this battle you didnt had the talent so its not relevant |
oh ok thanks alot =D |
closed by Lord thief568 (2009-04-30 10:58:50) |
---|