https://www.lordswm.com/help.php?section=32
Triggering special abilities may trigger during any attack. The probability of triggering depends on HP of damager and target.
If DHP equals or more than 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 Knocking shot and Stun, the probability is calculated using HP's of stacks before the actual attack.
-For Blinding brilliance, Fear attack, Knockback, Mayhem, Shadow whip and Thunderbolt, the calculation occurs after the attack and before target's retaliation;
» Blinding brilliance, Knockback, Mayhem, Shadow whip and Thunderbolt can also trigger on retaliation strikes. If blinding brilliance triggers on retaliation, it interrupts any attacker's actions supposed to occur after their strike (e.g. such abilities as Strike and return, Triple strike etc.) |