pokemon-rogue-battle
    Preparing search index...

    Tag associated with the move Grudge. If this tag is active when the bearer faints from an opponent's move, the tag reduces that move's PP to 0. Otherwise, it lapses when the bearer makes another move.

    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