Modifier used for held items, namely Toxic Orb and Flame Orb, that apply a set StatusEffect at the end of a turn.

See

apply

Hierarchy (view full)

Constructors

Properties

effect: StatusEffect

The status effect to be applied by the held item

pokemonId: number
stackCount: number
virtualStackCount: number

Methods

  • Checks if modifier is an instance of this class, intentionally ignoring potentially different effects to prevent held item stockpiling since the item obtained first would be the only item able to apply successfully.

    Parameters

    Returns boolean

    true if modifier is an instance of TurnStatusEffectModifier, false otherwise