pokemon-rogue-battle
    Preparing search index...

    Class SubstituteTagSealed

    Tag implementing the Substitute Doll effect, for use with the moves Substitute and Shed Tail. Pokemon with this tag deflect most forms of received attack damage onto the tag. This tag also grants immunity to most Status moves and several move effects.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    hp: number

    The substitute's remaining HP. If HP is depleted, the Substitute fades.

    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: SUBSTITUTE = BattlerTagType.SUBSTITUTE
    turnCount: number

    The tag's remaining duration

    Accessors

    Methods