mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Fairy type amendments to old Pokémon.
This commit is contained in:
parent
1fda48c356
commit
1d1379081f
1 changed files with 22 additions and 8 deletions
|
@ -48,12 +48,14 @@ pokemon_id,type_id,slot
|
|||
33,4,1
|
||||
34,4,1
|
||||
34,5,2
|
||||
35,1,1
|
||||
36,1,1
|
||||
35,18,1
|
||||
36,18,1
|
||||
37,10,1
|
||||
38,10,1
|
||||
39,1,1
|
||||
39,18,2
|
||||
40,1,1
|
||||
40,18,2
|
||||
41,4,1
|
||||
41,3,2
|
||||
42,4,1
|
||||
|
@ -172,6 +174,7 @@ pokemon_id,type_id,slot
|
|||
121,11,1
|
||||
121,14,2
|
||||
122,14,1
|
||||
122,18,2
|
||||
123,7,1
|
||||
123,3,2
|
||||
124,15,1
|
||||
|
@ -244,10 +247,11 @@ pokemon_id,type_id,slot
|
|||
171,11,1
|
||||
171,13,2
|
||||
172,13,1
|
||||
173,1,1
|
||||
173,18,1
|
||||
174,1,1
|
||||
175,1,1
|
||||
176,1,1
|
||||
174,18,2
|
||||
175,18,1
|
||||
176,18,1
|
||||
176,3,2
|
||||
177,14,1
|
||||
177,3,2
|
||||
|
@ -258,7 +262,9 @@ pokemon_id,type_id,slot
|
|||
181,13,1
|
||||
182,12,1
|
||||
183,11,1
|
||||
183,18,2
|
||||
184,11,1
|
||||
184,18,2
|
||||
185,6,1
|
||||
186,11,1
|
||||
187,12,1
|
||||
|
@ -295,8 +301,8 @@ pokemon_id,type_id,slot
|
|||
207,3,2
|
||||
208,9,1
|
||||
208,5,2
|
||||
209,1,1
|
||||
210,1,1
|
||||
209,18,1
|
||||
210,18,1
|
||||
211,11,1
|
||||
211,4,2
|
||||
212,7,1
|
||||
|
@ -404,8 +410,11 @@ pokemon_id,type_id,slot
|
|||
279,11,1
|
||||
279,3,2
|
||||
280,14,1
|
||||
280,18,2
|
||||
281,14,1
|
||||
281,18,2
|
||||
282,14,1
|
||||
282,18,2
|
||||
283,7,1
|
||||
283,11,2
|
||||
284,7,1
|
||||
|
@ -428,12 +437,14 @@ pokemon_id,type_id,slot
|
|||
296,2,1
|
||||
297,2,1
|
||||
298,1,1
|
||||
298,18,2
|
||||
299,6,1
|
||||
300,1,1
|
||||
301,1,1
|
||||
302,17,1
|
||||
302,8,2
|
||||
303,9,1
|
||||
303,18,2
|
||||
304,9,1
|
||||
304,6,2
|
||||
305,9,1
|
||||
|
@ -633,6 +644,7 @@ pokemon_id,type_id,slot
|
|||
437,14,2
|
||||
438,6,1
|
||||
439,14,1
|
||||
439,18,2
|
||||
440,1,1
|
||||
441,1,1
|
||||
441,3,2
|
||||
|
@ -677,7 +689,7 @@ pokemon_id,type_id,slot
|
|||
465,12,1
|
||||
466,13,1
|
||||
467,10,1
|
||||
468,1,1
|
||||
468,18,1
|
||||
468,3,2
|
||||
469,7,1
|
||||
469,3,2
|
||||
|
@ -785,7 +797,9 @@ pokemon_id,type_id,slot
|
|||
545,7,1
|
||||
545,4,2
|
||||
546,12,1
|
||||
546,18,2
|
||||
547,12,1
|
||||
547,18,2
|
||||
548,12,1
|
||||
549,12,1
|
||||
550,11,1
|
||||
|
|
|
Loading…
Reference in a new issue