Get Remedy Status Effects

Signature

getRemedyStatusEffects(character)

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

For a list of status effect identifiers, you can view the battlepack spreadsheet in Resources.

Last updated