pokemon-rogue-battle
    Preparing search index...
    interface EncounterStartOfBattleEffect {
        followUp?: boolean;
        ignorePp: boolean;
        move: PokemonMove;
        sourceBattlerIndex?: BattlerIndex;
        sourcePokemon?: default;
        targets: BattlerIndex[];
    }
    Index

    Properties

    followUp?: boolean
    ignorePp: boolean
    sourceBattlerIndex?: BattlerIndex
    sourcePokemon?: default
    targets: BattlerIndex[]