dist/models~ MoveMeta

new MoveMeta()

Additional information about the mechanics of a Pokemon move.

Properties
NameTypeDescription
meta_category_idnumber

The ID of the move's meta category (e.g., damage dealing, status inflicting).

meta_ailment_idstring

The ID of the ailment that the move can inflict.

drainnumber

The damage dealt that is healed back to the user.

healingnumber

Thethe user's max HP that is healed.

crit_ratenumber

The additional critical hit rate of the move.

ailment_chancenumber

The chance that the move will inflict an ailment.

flinch_chancenumber

The chance that the move will cause the target to flinch.

stat_chancenumber

The chance that the move will cause a stat change.

min_hitsnumber | null

The minimum number of times the move can hit, or null if it always hits once.

max_hitsnumber | null

The maximum number of times the move can hit, or null if it always hits once.

min_turnsnumber | null

The minimum number of turns the move's effect lasts, or null if it lasts one turn.

max_turnsnumber | null

The maximum number of turns the move's effect lasts, or null if it lasts one turn.

stat_changesArray.<StatChange>

A list of stat changes that the move can cause.