PokéRogue
    Preparing search index...

    Class ContactDamageProtectedTagSealed

    BattlerTag class for moves that block damaging moves damage the enemy if the enemy's move makes contact Used by MoveId.SPIKY_SHIELD

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    "#damageRatio": number
    "#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: SPIKY_SHIELD = BattlerTagType.SPIKY_SHIELD
    turnCount: number

    The tag's remaining duration

    Accessors

    Methods