pokemon-rogue-battle
    Preparing search index...

    Class FairyLockTag

    Arena Tag class for Fairy Lock. Fairy Lock prevents all Pokémon (except Ghost types) on the field from switching out or fleeing during their next turn. If a Pokémon that's on the field when Fairy Lock is used goes on to faint later in the same turn, the Pokémon that replaces it will still be unable to switch out in the following turn.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    side: ArenaTagSide = ArenaTagSide.BOTH
    sourceId?: number
    sourceMove?: Moves
    tagType: ArenaTagType
    turnCount: number

    Methods

    • When given a arena tag or json representing one, load the data for it. This is meant to be inherited from by any arena tag with custom attributes

      Parameters

      • source: any

        An arena tag

      Returns void