mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Add types for new pokemon
This commit is contained in:
parent
82db2f319b
commit
9bea2b6eaa
1 changed files with 17 additions and 0 deletions
|
@ -1535,6 +1535,21 @@ pokemon_id,type_id,slot
|
|||
1016,4,1
|
||||
1016,18,2
|
||||
1017,12,1
|
||||
1018,9,1
|
||||
1018,16,2
|
||||
1019,12,1
|
||||
1019,16,2
|
||||
1020,10,1
|
||||
1020,16,2
|
||||
1021,13,1
|
||||
1021,16,2
|
||||
1022,6,1
|
||||
1022,14,2
|
||||
1023,9,1
|
||||
1023,14,2
|
||||
1024,1,1
|
||||
1025,4,1
|
||||
1025,8,2
|
||||
10001,14,1
|
||||
10002,14,1
|
||||
10003,14,1
|
||||
|
@ -2010,3 +2025,5 @@ pokemon_id,type_id,slot
|
|||
10274,10,2
|
||||
10275,12,1
|
||||
10275,6,2
|
||||
10276,1,1
|
||||
10277,1,1
|
||||
|
|
|
Loading…
Reference in a new issue