Forums-->Queries and help-->
Author | About mayhem |
What is the chance of it trigger? | † 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.
-For Blinding brilliance, Fear attack, Knockback, Mayhem, Shadow whip, Thunderbolt and Unruly, 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.) | If DHP ≥ THP, then
read: If DHP > THP, then.. | Thanks. QATC. | closed by _Sworks_ (2012-10-04 03:09:38) |
---|
Back to topics list
|