mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
Minor change to "effort" description (#204)
So it's possible to CTRL-F -> "EV" and find it.
This commit is contained in:
parent
b558edbb9f
commit
ea12247133
1 changed files with 5 additions and 5 deletions
|
@ -2415,11 +2415,11 @@ Pokémon are the creatures that inhabit the world of the Pokémon games. They ca
|
|||
|
||||
#### PokemonStat
|
||||
|
||||
| Name | Description | Data Type |
|
||||
|:----------|:----------------------------------------------|:------------------------------------------------------|
|
||||
| stat | The stat the Pokémon has | [NamedAPIResource](#namedapiresource) ([Stat](#stat)) |
|
||||
| effort | The effort points the Pokémon has in the stat | integer |
|
||||
| base_stat | The base value of the stst | integer |
|
||||
| Name | Description | Data Type |
|
||||
|:----------|:---------------------------------------------------|:------------------------------------------------------|
|
||||
| stat | The stat the Pokémon has | [NamedAPIResource](#namedapiresource) ([Stat](#stat)) |
|
||||
| effort | The effort points (EV) the Pokémon has in the stat | integer |
|
||||
| base_stat | The base value of the stst | integer |
|
||||
|
||||
#### PokemonSprites
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue