https://www.lordswm.com/help.php?section=32
# Stun:
† Triggering special ability.
After every attack, the creature has a chance to stun the target so that it would not retaliate and would lose all its accumulated initiative. Stun doesn't affect mechanical creatures.
† Triggering special ability
† Triggering special abilities may trigger during any attack. The probability of triggering depends on HP of damager and target.
If DHP ≥ THP, then
Probability = 25% + 3% * (DHP/THP);
else
Probability = 25% - 3% * (THP/DHP)
where:
» DHP is the total remaining HP of the damaging stack;
» THP is the total remaining HP of the target stack;
» Trigger probability lays within the interval of [5%;75%];
» The moments to calculate the probability differ depending on the ability type.
-For Fatal blow, Knocking shot and Stun, the probability is calculated using HP's of stacks before the actual attack. |