Author | Brutes |
How does brutes(Knight) unruly work . |
From the guide: https://www.lordswm.com/help.php?section=32
Unruly:
† Triggering special ability.
This creature has a chance to deal an extra strike after its first one.
The probability calculation occurs after the attack and before target's retaliation |
Unruly:
† Triggering special ability.
This creature has a chance to deal an extra strike after its first one.
The calculation occurs after the attack and before target's retaliation.
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;
Above extracted from: https://www.lordswm.com/help.php?section=32 |
chance of 2nd hit after retaliation is :
https://www.lordswm.com/help.php?section=32
† Triggering 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. |
Topic moved from "General game forum" to "Queries and help". |