Get Status Effect Tick Duration

Signature

getStatusEffectTickDuration(statusEffectId)

Description

Gets a status effect's tick duration (seconds) which determines how often the status effect will be triggered.

The tick duration is calculated as follows: ticks * 30 * memory.u32[0x01DFE0B4].

Arguments

Status Effect Identifier

The identifier of the status effect.

Notes

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

Last updated