pokemon-rogue-battle
    Preparing search index...

    Class SuppressAbilitiesTag

    Arena tag class for Neutralizing Gas

    Keeps track of the number of pokemon on the field with Neutralizing Gas - If it drops to zero, the effect is ended and abilities are reactivated

    Additionally ends onLose abilities when it is activated

    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