mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
feat: add 3 pokemons
This commit is contained in:
parent
028ae7f9d9
commit
a0a4701b2c
2 changed files with 6 additions and 0 deletions
|
@ -887,6 +887,9 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
888,zacian,888,28,1100,335,,1
|
||||
889,zamazenta,889,29,2100,335,,1
|
||||
890,eternatus,890,200,9500,345,,1
|
||||
891,kubfu,891,6,120,,,1
|
||||
892,urshifu,892,19,1050,,,1
|
||||
893,zarude,893,18,700,,,1
|
||||
10001,deoxys-attack,386,17,608,270,497,0
|
||||
10002,deoxys-defense,386,17,608,270,498,0
|
||||
10003,deoxys-speed,386,17,608,270,499,0
|
||||
|
|
|
|
@ -887,3 +887,6 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
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,,
|
||||
|
|
|
Loading…
Reference in a new issue