Move

Added 2023-09-14

Battle moves Pokemon can learn

Fields

idAdded 2023-09-14
: ID!
nameAdded 2023-09-14
: String!

Elemental type

typeAdded 2023-09-14
: PokemonType!

Damage amount (null for status moves)

powerAdded 2023-09-14
: Int

Hit chance percentage

accuracyAdded 2023-09-14
: Int!

Power Points - usage limit

ppAdded 2023-09-14
: Int!

Physical, Special, or Status

category
: MoveCategory!

Move effect description

effect
: String

Turn order modifier

priority
: Int!

Critical hit chance multiplier

criticalHitRatio
: Float!

Status condition inflicted

inflictsStatus
: StatusCondition

Chance to inflict status

statusChance
: Float

Number of hits (min-max)

hits
: HitRange

Stat changes caused

statChanges
: [StatChange!]

Move flags (contact, sound, etc)

flags
: [MoveFlag!]!

Contest performance data

contestData
: ContestMoveData