pokemon-rogue-battle
    Preparing search index...

    BattlerTag representing the effects of Powder. When the afflicted Pokemon uses a Fire-type move, the move is cancelled, and the Pokemon takes damage equal to 1/4 of it's maximum HP (rounded down).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods

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

      Parameters

      • source: any

        The battler tag to load

      Returns void