Interface BattleRequestActivePokemonMove

Move of an active pokemon

Hierarchy

  • BattleRequestActivePokemonMove

Properties

disabled: boolean

True if the move is disabled

id: string

Move ID

maxMove?: {
    id: string;
    target: MoveTarget;
}

Max move info (if it can use the max move)

Type declaration

maxPP?: number

Max PP

pp?: number

Remaining PP

target: MoveTarget

Move target

zMove?: {
    id: string;
    target: MoveTarget;
}

Z move info (if it can use Z move)

Type declaration

Generated using TypeDoc