mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
data: add 808 809 and legendary/mythical
This commit is contained in:
parent
c09b04951f
commit
7a09776475
1 changed files with 8 additions and 6 deletions
|
@ -806,6 +806,8 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
805,stakataka,7,,425,4,8,,-1,30,0,0,120,0,1,0,0,0,805,
|
||||
806,blacephalon,7,,426,9,12,,-1,30,0,0,120,0,1,0,0,0,806,
|
||||
807,zeraora,7,,427,10,12,,-1,3,0,0,120,0,1,0,0,1,807,
|
||||
808,meltan,7,,,,01,,,3,0,,120,,,0,0,1,,
|
||||
809,melmetal,7,,,,12,,,3,,,120,,,0,0,1,,
|
||||
810,grookey,8,,,5,6,,,45,50,0,20,,,0,0,0,,
|
||||
811,thwackey,8,,,5,6,,,45,50,0,20,,,0,0,0,,
|
||||
812,rillaboom,8,,,5,12,,,45,50,0,20,,,0,0,0,,
|
||||
|
@ -884,9 +886,9 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
885,dreepy,8,,,5,2,,,45,50,0,40,,,0,0,0,,
|
||||
886,drakloak,8,,,5,4,,,45,50,0,40,,,0,0,0,,
|
||||
887,dragapult,8,,,5,6,,,45,50,0,40,,,0,0,0,,
|
||||
888,zacian,8,,,2,8,,,10,0,0,120,,,0,0,0,,
|
||||
889,zamazenta,8,,,8,8,,,10,0,0,120,,,0,0,0,,
|
||||
890,eternatus,8,,,7,9,,,255,0,0,120,,,0,0,0,,
|
||||
891,kubfu,8,,,4,,,,3,50,0,120,,,0,0,0,,
|
||||
892,urshifu,8,,,4,,,,3,50,0,120,,,0,0,0,,
|
||||
893,zarude,8,,,5,,,,3,,0,120,,,0,0,0,,
|
||||
888,zacian,8,,,2,8,,,10,0,0,120,,,0,1,0,,
|
||||
889,zamazenta,8,,,8,8,,,10,0,0,120,,,0,1,0,,
|
||||
890,eternatus,8,,,7,9,,,255,0,0,120,,,0,1,0,,
|
||||
891,kubfu,8,,,4,0,,,3,50,0,120,,,0,1,0,,
|
||||
892,urshifu,8,,,4,0,,,3,50,0,120,,,0,1,0,,
|
||||
893,zarude,8,,,5,0,,,3,,0,120,,,0,0,1,,
|
||||
|
|
|
Loading…
Add table
Reference in a new issue