StatusEffect
Last updated
Last updated
StatusEffects hold the StatusEffectData and duration.
Data
The reference.
Timing
A StatusEffectTiming enum that designates the timing of the effect (Duration, Infinite, Event, Predicate)
Duration
How long the effect will last. This may be in seconds but can also be tied to invocations.
Stack
The int value count of how many stacks of the effect there are.
Started
Invoked when the effect starts.
Stopped
Invoked when the effect stops.
OnDurationUpdate
Invoked when the duration value is changed.
OnStackUpdate
Invoked when the stack value is changed