pokemon-rogue-battle
    Preparing search index...

    Class MysteryEncounterPostSummonTag

    Tag that adds extra post-summon effects to a battle for a specific Pokemon. These post-summon effects are performed through Pokemon.mysteryEncounterBattleEffects, and can be used to unshift special phases, etc. Currently used only in MysteryEncounters to provide start of fight stat buffs.

    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