PokéRogue
    Preparing search index...

    Tag that prevents HP recovery from held items and move effects. It also blocks the usage of recovery moves. Applied by moves: Heal Block (5 turns), Psychic Noise (2 turns)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    "#isBatonPassable": boolean = false
    "#lapseTypes": readonly [BattlerTagLapseType, BattlerTagLapseType]
    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

    tagType: HEAL_BLOCK = BattlerTagType.HEAL_BLOCK
    turnCount: number

    The tag's remaining duration

    Accessors

    • get isBatonPassable(): boolean

      Returns boolean

    Methods