Interface BattleEvent_EffectStart

Effect started

Hierarchy

  • BattleEvent_EffectStart

Properties

effect: BattleEffect
extraData?: {
    moveDisabled?: string;
    moveMimic?: string;
    typeAdded?: string;
    typesChanged?: string[];
}

Type declaration

  • Optional moveDisabled?: string
  • Optional moveMimic?: string
  • Optional typeAdded?: string
  • Optional typesChanged?: string[]
fromEffect?: BattleEffect
ofPokemon?: PokemonIdentTarget
type: "EffectStart"

Generated using TypeDoc