pokemon-rogue-battle
    Preparing search index...

    Class BeakBlastChargingTag

    BattlerTag representing the "charge phase" of Beak Blast. Pokemon with this tag will inflict BURN status on any attacker that makes contact.

    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