Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/docs/evolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@
{
"name": "EvolutionDetail",
"fields": [
{
"name": "version_group_id",
"description": "The version group in which the evolution was introduced.",
"type": {
"type": "NamedAPIResource",
"of": "VersionGroup"
}
},
{
"name": "is_default",
"description": "Whether the evolution is considered as the expected evolution in a main series game. Each unique Pokémon variety of a line capable of evolution should have exactly one 'default' evolution. For example, the Meowth species has three default evolutions as there are three distinct varieties it can evolve into: Persian, Alolan Persian, and Perrserker.",
"type": "boolean"
},
{
"name": "item",
"description": "The item required to cause evolution this into Pokémon species.",
Expand Down Expand Up @@ -255,6 +268,14 @@
"of": "Pokemon"
}
},
{
"name": "evolved_form",
"description": "The form to which this evolution occurs.",
"type": {
"type": "NamedAPIResource",
"of": "Pokemon"
}
},
{
"name": "used_move",
"description": "The move that must be used by the evolving Pokémon species during the evolution trigger event in order to evolve into this Pokémon species.",
Expand Down