Forums-->Queries and help-->
Author | stun |
is there any way calculate how swd does stun
i lost bec my opponent dely 4-5 times stun on my swd together
dont u think it is unfair? | ¤ Chance for ability to trigger:
If attHP >= tarHP, then
Probability = 25% + 3% * (attHP/tarHP);
else
Probability = 25% - 3% * (tarHP/attHP),
where:
» 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, the probability is calculated using HP's of stacks *before* the actual attack.
Hope that helps. =) | The formula is VERY complicated. You can find in here:
https://www.lordswm.com/help.php?section=32
(search "stun")
Briefly saying, it's random, as all in this game ))) |
This topic is long since last update and considered obsolete for further discussions. Back to topics list
|