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

apply

Hierarchy (view full)

Constructors

Properties

isTransferable: boolean = true
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