Get Remedy Status Effects
Signature
Description
Gets status effects that are nullified by remedy and remedy lore 1, 2 or 3, based on if the character has acquired the related augments.
The returned value is a 32 bit field where as each bit represents a status effect identifier.
For example, if the status effects Sleep (4), Blind (7), and Berserk (27) were selected, the returned value would be 2^4 + 2^7 + 2^27 = 134217872
.
Arguments
Character
A metatable of the formula processing work plus structure of a character.
Notes
Last updated