Forums-->Queries and help-->
Author | soldiers luck |
increases probability of triggering special attack..
by how much? | as i remember its just made a second roll if first wasnt successful, there were exact percents somewhere on forum | Try a forum search??? | Let's say chance of special attack happening is 20%.
If it triggers, soldier's luck doesn't take effect.
If it doesn't trigger, soldier's luck kicks in. It gives you another chance for that special attack again.
Bringing in the math, it increases the probability of a special attack triggering by 80%.
Explanation:
20% of the time it has no effect.
80% of the time it gives you another 20% chance -> 0.8 * 0.2 = extra 16% chance
Giving you a total of 36% probability for trigger.
Probability without soldier's luck = 20%
Probability with soldier's luck = 36% | My mistake, soldier's luck increases the probability of a special attack triggering by (100-x)%, where x is the original probability of it triggering without soldier's luck. | [quote=Sven91]
https://www.lordswm.com/showperkinfo.php?name=soldier_luck
And for the second question:
If att HP >= tar HP, 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.
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] | QATC
thanks nice answers | closed by moki- (2011-02-21 20:54:24) |
---|
Back to topics list
|