Author | Triggering Abilities |
In hunt when you are versing creatures which has triggering speacial abilities that is determined by fsp what fsp do the creatures have?
btw is there any abilities which need fsp O.o |
¤ Chance for ability to trigger:
If attHP >= tarHP, then
_Probability = 25% + 3% * (attHP/tarHP);
else
_Probability = 25% - 3% * (tarHP/attHP),
where:
» 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.
what fsp are you talking about ? its not in the formula |
btw is there any abilities which need fsp O.o
there is no ability that need fsp to trigger or to use
as sven91 said, triggering ability only depend on hp of creatures |
Can you tell me what would be the chance of 37 swordsman to stun 10 ogres? |
25+3*(37*16)/(10*50) = 28.55%
assumed that both swordsmen and ogres have full hp and dont have vitality |
btw is there any abilities which need fsp O.o
actually yes there is ... the chance of critical damage depends on elf fsl |
is there any abilities which need fsp
actually yes there is ... the chance of critical damage depends on elf fsl
I don't think he was including racial skills. If you want to talk about that, then all of the racial skills need fsp. |