• A hook event that fires when a token Token should apply a specific status effect. applyTokenStatusEffect

    Parameters

    • token: Token

      The token affected.

    • statusId: string

      The status effect ID being applied, from CONFIG.specialStatusEffects.

    • active: boolean

      Is the special status effect now active?

    Returns void