Forums-->Queries and help-->
Author | fear attack |
# Fear attack:
‡ Triggering special ability.
The target attacked by this creature might get terrified and flee to the edge of the battlefield, losing all accumulated initiative. Fear attack does not affect creatures immune to mind-affecting spells or abilities.
what are the chances for it ? | If attackerHP >= targetHP, then
Probability = 25% + 3% * (attackerHP/targetHP),
If attackerHP < targetHP, then
Probability = 25% - 3% * (targetHP/attackerHP),
Calculation occurs after the attack and before target's retaliation. | thank you ! | QATC | closed by Lady Takesister (2009-07-04 20:22:09) |
---|
Back to topics list
|