pokemon-rogue-battle
    Preparing search index...

    Class TrickRoomTag

    Arena Tag class for Trick Room. Reverses the Speed stats for all Pokémon on the field as long as this arena tag is up, also reversing the turn order for all Pokémon on the field as well.

    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