pokemon-rogue-battle
    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

    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

    • Load the data for a given BattlerTag or JSON representation thereof. Should be inherited from by any battler tag with custom attributes.

      Type Parameters

      Parameters

      • source: BaseBattlerTag & Pick<T, "tagType">

        An object containing the fields needed to reconstruct this tag.

      Returns void