Applies a stat change after a Pokémon is summoned, conditioned on the presence of a specific arena tag.

Hierarchy (view full)

Constructors

Properties

showAbility: boolean
tagType: ArenaTagType

The type of arena tag that conditions the stat change.

Methods

  • Applies the post-summon stat change if the specified arena tag is present on pokemon's side. This is used in Wind Rider ability.

    Parameters

    • pokemon: default

      The Pokémon being summoned.

    • passive: boolean

      Whether the effect is passive.

    • args: any[]

      Additional arguments.

    Returns boolean

    • Returns true if the stat change was applied, otherwise false.