Add Status Effect
Signature
Description
Adds a (temporary) status effect to a character.
If the status effect identifier is invalid, this function will just return.
If the target doesn't already have the (permanent / temporary) status effect, it also does the following:
Remove all other (temporary) status effects that are nullified by the added one (e.g. Slow / Haste).
If the target is within 24 meters of the player party leader, show status effect name as text on the target.
Call additional functions (e.g. play actor animation) based on the added status effect.
Arguments
Caster Address
The battle unit keep address of the caster.
Target Address
The battle unit keep address of the target.
Identifier
The identifier of the status effect.
Duration
The duration of the status effect.
Tick Duration
The tick duration of the status effect.
Notes
Last updated