Author | probability |
what is the probability to stun,fear attack,blinding, knock back. |
Chance for ability to trigger
If attHP >= tarHP, then
_Probability = 25% + 3% * (attHP/tarHP);
else
_Probability = 25% - 3% * (tarHP/attHP),
whence:
» 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 and Knocking shot, the probability is calculated using HP's of stacks *before* the actual attack.
-> For Knockback and Fear Attack, the calculation occurs *after* the attack and before target's retaliation.
» The only ability that can trigger on retaliation counterstrike is Knockback.
Copy & paste from Shadewood. |
¤ Chance for ability to trigger
If attHP >= tarHP, then
_Probability = 25% + 3% * (attHP/tarHP);
else
_Probability = 25% - 3% * (tarHP/attHP),
whence:
» 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 and Knocking shot, the probability is calculated using HP's of stacks *before* the actual attack.
-> For Knockback and Fear Attack, the calculation occurs *after* the attack and before target's retaliation.
» The only ability that can trigger on retaliation counterstrike is Knockback.
Formula above works for all triggering abilities. They are marked here:
https://www.lordswm.com/help.php?section=32 |
Chance for ability to trigger
If attHP >= tarHP, then
_Probability = 25% + 3% * (attHP/tarHP);
else
_Probability = 25% - 3% * (tarHP/attHP),
whence:
» 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 only ability that can trigger on retaliation counterstrike is Knockback
blinding brilliance also can trigger on retaliation |
same answer 3 times in 11 seconds :) |
blinding brilliance also can trigger on retaliation
This was written before the update with the new creatures. |
you have created that appear dim in color how can I make it like that. |
You select any text and then you press the little [q] under someones name
or you type:
Message_here [./quote] (without the dot) |
[.quote]Message_here[./quote] (without the dots) |
like this |
how does soliers luck affect the chances? |
I got it |
for Khellendros:
Soldier's luck increases the likehood to trigger creature's ability: a 2nd attempt is made, with same chance to trigger as 1st one. As such, if chance for ability to trigger in one attempt is in interval [0.05;0,75] then chance with two attempts belongs to interval [0.0975; 0.9375]
2nd part of it, found on Shadewood. |
closed by Lady Straws (2009-11-21 15:02:18) |
---|