mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Update pokemon_v2/README.md (#153)
This commit is contained in:
parent
75259851a9
commit
0bce568bce
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ Moves are the skills of pokémon in battle. In battle, a Pokémon uses one move
|
|||
| names | The name of this move listed in different languages | list [Name](#resourcename) |
|
||||
| past_values | A list of move resource value changes across ersion groups of the game | list [PastMoveStatValues](#pastmovestatvalues) |
|
||||
| stat_changes | A list of stats this moves effects and how much it effects them | list [MoveStatChange](#movestatchange) |
|
||||
| contest_effect | The effect the move has when used in a super contest | [NamedAPIResource](#namedapiresource) ([ContestEffect](#contest-effects)) |
|
||||
| super_contest_effect | The effect the move has when used in a super contest | [NamedAPIResource](#namedapiresource) ([ContestEffect](#contest-effects)) |
|
||||
| target | The type of target that will recieve the effects of the attack | [NamedAPIResource](#namedapiresource) ([MoveTarget](#move-targets)) |
|
||||
| type | The elemental type of this move | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
|
||||
|
|
Loading…
Reference in a new issue