PokéRogue
    Preparing search index...

    Class ContactStatStageChangeProtectedTag

    BattlerTag class for moves that block damaging moves and lower enemy stats if the enemy's move makes contact

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    sourceId?: number

    The PID of the Pokemon that added this tag, or undefined if not set by a Pokemon.

    sourceMove?: MoveId

    The MoveId that created this tag, or undefined if not set by a move.

    turnCount: number

    The tag's remaining duration.

    Accessors

    • get blockStatus(): boolean

      Whether this protection effect should block status moves.

      Returns boolean

      true

      Damaging moves are always blocked, regardless of this flag's state.

    Methods