mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add ability changes for old Pokémon.
I didn't add Competitive Milotic because Milotic is unobtainable in X/Y until Bank comes out and as such we don't know if Competitive is its second ability or if it replaced its hidden ability.
This commit is contained in:
parent
092ba6c11d
commit
bf37254908
1 changed files with 21 additions and 7 deletions
|
@ -91,8 +91,10 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
38,18,0,1
|
||||
38,70,1,3
|
||||
39,56,0,1
|
||||
39,172,0,2
|
||||
39,132,1,3
|
||||
40,56,0,1
|
||||
40,172,0,2
|
||||
40,119,1,3
|
||||
41,39,0,1
|
||||
41,151,1,3
|
||||
|
@ -449,6 +451,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
173,98,0,2
|
||||
173,132,1,3
|
||||
174,56,0,1
|
||||
174,172,0,2
|
||||
174,132,1,3
|
||||
175,55,0,1
|
||||
175,32,0,2
|
||||
|
@ -800,7 +803,9 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
310,31,0,2
|
||||
310,58,1,3
|
||||
311,57,0,1
|
||||
311,31,1,3
|
||||
312,58,0,1
|
||||
312,10,1,3
|
||||
313,35,0,1
|
||||
313,68,0,2
|
||||
313,158,1,3
|
||||
|
@ -894,6 +899,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
350,56,1,3
|
||||
351,59,0,1
|
||||
352,16,0,1
|
||||
352,168,1,3
|
||||
353,15,0,1
|
||||
353,119,0,2
|
||||
353,130,1,3
|
||||
|
@ -901,7 +907,9 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
354,119,0,2
|
||||
354,130,1,3
|
||||
355,26,0,1
|
||||
355,119,1,3
|
||||
356,46,0,1
|
||||
356,119,1,3
|
||||
357,34,0,1
|
||||
357,94,0,2
|
||||
357,139,1,3
|
||||
|
@ -981,7 +989,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
395,67,0,1
|
||||
395,128,1,3
|
||||
396,51,0,1
|
||||
396,51,1,3
|
||||
396,120,1,3
|
||||
397,22,0,1
|
||||
397,120,1,3
|
||||
398,22,0,1
|
||||
|
@ -1188,6 +1196,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
476,42,0,2
|
||||
476,159,1,3
|
||||
477,46,0,1
|
||||
477,119,1,3
|
||||
478,81,0,1
|
||||
478,81,0,2
|
||||
478,130,1,3
|
||||
|
@ -1348,13 +1357,13 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
542,142,1,3
|
||||
543,38,0,1
|
||||
543,68,0,2
|
||||
543,95,1,3
|
||||
543,3,1,3
|
||||
544,38,0,1
|
||||
544,68,0,2
|
||||
544,95,1,3
|
||||
544,3,1,3
|
||||
545,38,0,1
|
||||
545,68,0,2
|
||||
545,95,1,3
|
||||
545,3,1,3
|
||||
546,158,0,1
|
||||
546,151,0,2
|
||||
546,34,1,3
|
||||
|
@ -1426,10 +1435,13 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
573,101,0,2
|
||||
573,92,1,3
|
||||
574,119,0,1
|
||||
574,172,0,2
|
||||
574,23,1,3
|
||||
575,119,0,1
|
||||
575,172,0,2
|
||||
575,23,1,3
|
||||
576,119,0,1
|
||||
576,172,0,2
|
||||
576,23,1,3
|
||||
577,142,0,1
|
||||
577,98,0,2
|
||||
|
@ -1486,7 +1498,9 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
596,127,0,2
|
||||
596,68,1,3
|
||||
597,160,0,1
|
||||
597,107,1,3
|
||||
598,160,0,1
|
||||
598,107,1,3
|
||||
599,57,0,1
|
||||
599,58,0,2
|
||||
599,29,1,3
|
||||
|
@ -1507,13 +1521,13 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
606,148,1,3
|
||||
607,18,0,1
|
||||
607,49,0,2
|
||||
607,23,1,3
|
||||
607,151,1,3
|
||||
608,18,0,1
|
||||
608,49,0,2
|
||||
608,23,1,3
|
||||
608,151,1,3
|
||||
609,18,0,1
|
||||
609,49,0,2
|
||||
609,23,1,3
|
||||
609,151,1,3
|
||||
610,79,0,1
|
||||
610,104,0,2
|
||||
610,127,1,3
|
||||
|
|
|
Loading…
Reference in a new issue