mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Added evolution chain endpoints for Pokemon 899 - 905
This commit is contained in:
parent
d827663310
commit
dd1f1bd5f8
2 changed files with 8 additions and 7 deletions
|
@ -467,3 +467,4 @@ id,baby_trigger_item_id
|
|||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
|
|
|
|
@ -897,10 +897,10 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
896,glastrier,8,,474,9,8,,-1,3,35,0,120,0,1,0,1,0,896,
|
||||
897,spectrier,8,,475,1,8,,-1,3,35,0,120,0,1,0,1,0,897,
|
||||
898,calyrex,8,,476,5,12,,-1,3,100,0,120,0,1,0,1,0,898,
|
||||
899,wyrdeer,8,234,,4,8,,4,135,,0,,0,1,0,0,0,899,
|
||||
900,kleavor,8,123,,3,13,,4,115,,0,,0,2,0,0,0,900,
|
||||
901,ursaluna,8,217,,3,8,,4,75,,0,,0,2,0,0,0,901,
|
||||
902,basculegion,8,550,,5,3,,4,135,,0,,1,2,1,0,0,902,
|
||||
903,sneasler,8,215,,4,6,,4,135,,0,,0,4,0,0,0,903,
|
||||
904,overqwil,8,211,,1,3,,4,135,,0,,0,2,0,0,0,904,
|
||||
905,enamorus,8,,,6,4,,8,3,,0,,0,1,1,1,0,905,
|
||||
899,wyrdeer,8,234,120,4,8,,4,135,,0,,0,1,0,0,0,899,
|
||||
900,kleavor,8,123,58,3,13,,4,115,,0,,0,2,0,0,0,900,
|
||||
901,ursaluna,8,217,110,3,8,,4,75,,0,,0,2,0,0,0,901,
|
||||
902,basculegion,8,550,280,5,3,,4,135,,0,,1,2,1,0,0,902,
|
||||
903,sneasler,8,215,109,4,6,,4,135,,0,,0,4,0,0,0,903,
|
||||
904,overqwil,8,211,106,1,3,,4,135,,0,,0,2,0,0,0,904,
|
||||
905,enamorus,8,,477,6,4,,8,3,,0,,0,1,1,1,0,905,
|
||||
|
|
|
Loading…
Reference in a new issue