enum EffectSaveFlags

NONE: UInt = 0
CONSUMABLE: UInt = 1
PERMANENT: UInt = 2
LINKED_ITEM: UInt = 4
