-
Notifications
You must be signed in to change notification settings - Fork 0
Spells
rmx edited this page May 30, 2016
·
1 revision
String constant, describing the reason why a spell failed.
SpellFailReason | Description |
---|---|
CasterDead |
The caster is dead. |
NotReady |
The spell is not ready yet due to cooldown. |
NotEnoughPower |
Not enough power (energy, mana, ...) or wrong power type active. |
TargetOutOfRange |
The target is out of range (too far or too close). |
UnknownFailure |
The script function preconditionsSatisfied rejected the spell. |