pokemon-rogue-battle
    Preparing search index...

    Class ContactBurnProtectedTag

    BattlerTag class for moves that block damaging moves and burn the enemy if the enemy's move makes contact Used by Moves.BURNING_BULWARK

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    isBatonPassable: boolean
    lapseTypes: BattlerTagLapseType[]
    sourceId?: number
    sourceMove: Moves
    turnCount: number

    Methods

    • When given a battler tag or json representing one, load the data for it. This is meant to be inherited from by any battler tag with custom attributes

      Parameters

      • source: any

        A battler tag

      Returns void