StatusEffectData
Description
StatusEffectDatas contains all of the necessary data to describe a StatusEffect.
Properties
group
The Status Effect group. Multiple groups can be selected.
comparableName
baseValue
allowEffectStacking
nonStackingBehaviour
maxStack
effects
conditions
customEffect
Non-Stacking Behaviour
The non-stacking behavior determines how a duplicate status effect should resolve.
MatchHighestValue
Match Highest Value will take the value of the effect and recalculate the duration to the equivalent final value over the time. This is the recommended option for non-stacking behaviour.
TakeHighestValue
Regardless of the durations, use the effect with the highest value.
TakeHighestDuration
Regardless of the value, use the effect with the highest duration.
TakeNewest
Use the newest effect.
TakeOldest
Use the oldest effect.
Last updated