Interface BattleSidePokemon

Battle side pokemon status

Hierarchy

  • BattleSidePokemon

Properties

Ability

active: boolean

Is active

activeSlot?: number

If active, the slot

condition: PokemonCondition

Condition

Details

Ident

index: number

Index in the team

Item

moves: Map<string, PokemonMove>

Moves

revealed: boolean

True if revealed

sleptByRest: boolean

True if slept by rest

Stats

timesHit: number

Number of times the pokemon was hit by a move

totalBurnedSleepTurns: number

Total number of burned sleep turns

Generated using TypeDoc