Add new Pokémon forms from OR/AS.

This is all the Pokémon data except moves and held items, which need to be
ripped separately for all Pokémon.

Note that Cosplay Pikachu and friends are technically in the Undiscovered egg
group, but egg groups are a property of PokemonSpecies so i can't represent
that here.

English names only for now. Still need to add names for old default forms,
e.g., Hoopa Confined.

Still need to regenerate the order columns.

Looks like pokemon_form_generations and pokemon_game_indices haven't been kept
up to date, so i guess i'll have to update those too.

Updates #141.
This commit is contained in:
Andrew Ekstedt 2015-06-18 23:50:08 -07:00
parent c3e0c17409
commit 776210ce0d
8 changed files with 376 additions and 0 deletions

View file

@ -783,3 +783,30 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10061,floette-eternal,670,2,9,243,726,0
10062,latias-mega,380,18,520,315,439,0
10063,latios-mega,381,23,700,315,441,0
10064,swampert-mega,260,190,1020,286,0,0
10065,sceptile-mega,254,190,552,284,0,0
10066,sableye-mega,302,50,1610,168,0,0
10067,altaria-mega,334,150,206,207,0,0
10068,gallade-mega,475,160,564,278,0,0
10069,audino-mega,531,150,320,425,0,0
10070,sharpedo-mega,319,250,1303,196,0,0
10071,slowbro-mega,80,200,1200,207,0,0
10072,steelix-mega,208,1050,7400,214,0,0
10073,pidgeot-mega,18,220,505,261,0,0
10074,glalie-mega,362,210,3502,203,0,0
10075,diancie-mega,719,110,278,315,0,0
10076,metagross-mega,376,250,9429,315,0,0
10077,kyogre-primal,382,980,4300,347,0,0
10078,groudon-primal,383,500,9997,347,0,0
10079,rayquaza-mega,384,1080,3920,351,0,0
10080,pikachu-rock-star,25,40,60,112,0,0
10081,pikachu-belle,25,40,60,112,0,0
10082,pikachu-pop-star,25,40,60,112,0,0
10083,pikachu-phd,25,40,60,112,0,0
10084,pikachu-libre,25,40,60,112,0,0
10085,pikachu-cosplay,25,40,60,112,0,0
10086,hoopa-unbound,720,650,4900,306,0,0
10087,camerupt-mega,323,250,3205,196,0,0
10088,lopunny-mega,428,130,283,203,0,0
10089,salamence-mega,373,180,1126,315,0,0
10090,beedrill-mega,15,140,405,223,0,0

1 id identifier species_id height weight base_experience order is_default
783 10061 floette-eternal 670 2 9 243 726 0
784 10062 latias-mega 380 18 520 315 439 0
785 10063 latios-mega 381 23 700 315 441 0
786 10064 swampert-mega 260 190 1020 286 0 0
787 10065 sceptile-mega 254 190 552 284 0 0
788 10066 sableye-mega 302 50 1610 168 0 0
789 10067 altaria-mega 334 150 206 207 0 0
790 10068 gallade-mega 475 160 564 278 0 0
791 10069 audino-mega 531 150 320 425 0 0
792 10070 sharpedo-mega 319 250 1303 196 0 0
793 10071 slowbro-mega 80 200 1200 207 0 0
794 10072 steelix-mega 208 1050 7400 214 0 0
795 10073 pidgeot-mega 18 220 505 261 0 0
796 10074 glalie-mega 362 210 3502 203 0 0
797 10075 diancie-mega 719 110 278 315 0 0
798 10076 metagross-mega 376 250 9429 315 0 0
799 10077 kyogre-primal 382 980 4300 347 0 0
800 10078 groudon-primal 383 500 9997 347 0 0
801 10079 rayquaza-mega 384 1080 3920 351 0 0
802 10080 pikachu-rock-star 25 40 60 112 0 0
803 10081 pikachu-belle 25 40 60 112 0 0
804 10082 pikachu-pop-star 25 40 60 112 0 0
805 10083 pikachu-phd 25 40 60 112 0 0
806 10084 pikachu-libre 25 40 60 112 0 0
807 10085 pikachu-cosplay 25 40 60 112 0 0
808 10086 hoopa-unbound 720 650 4900 306 0 0
809 10087 camerupt-mega 323 250 3205 196 0 0
810 10088 lopunny-mega 428 130 283 203 0 0
811 10089 salamence-mega 373 180 1126 315 0 0
812 10090 beedrill-mega 15 140 405 223 0 0

View file

@ -1833,3 +1833,36 @@ pokemon_id,ability_id,is_hidden,slot
10061,180,1,3
10062,26,0,1
10063,26,0,1
10064,33,0,1
10065,31,0,1
10066,156,0,1
10067,182,0,1
10068,39,0,1
10069,131,0,1
10070,173,0,1
10071,75,0,1
10072,159,0,1
10073,99,0,1
10074,174,0,1
10075,156,0,1
10076,181,0,1
10077,189,0,1
10078,190,0,1
10079,191,0,1
10080,9,0,1
10080,31,1,3
10081,9,0,1
10081,31,1,3
10082,9,0,1
10082,31,1,3
10083,9,0,1
10083,31,1,3
10084,9,0,1
10084,31,1,3
10085,9,0,1
10085,31,1,3
10086,170,0,1
10087,125,0,1
10088,113,0,1
10089,184,0,1
10090,91,0,1

1 pokemon_id ability_id is_hidden slot
1833 10061 180 1 3
1834 10062 26 0 1
1835 10063 26 0 1
1836 10064 33 0 1
1837 10065 31 0 1
1838 10066 156 0 1
1839 10067 182 0 1
1840 10068 39 0 1
1841 10069 131 0 1
1842 10070 173 0 1
1843 10071 75 0 1
1844 10072 159 0 1
1845 10073 99 0 1
1846 10074 174 0 1
1847 10075 156 0 1
1848 10076 181 0 1
1849 10077 189 0 1
1850 10078 190 0 1
1851 10079 191 0 1
1852 10080 9 0 1
1853 10080 31 1 3
1854 10081 9 0 1
1855 10081 31 1 3
1856 10082 9 0 1
1857 10082 31 1 3
1858 10083 9 0 1
1859 10083 31 1 3
1860 10084 9 0 1
1861 10084 31 1 3
1862 10085 9 0 1
1863 10085 31 1 3
1864 10086 170 0 1
1865 10087 125 0 1
1866 10088 113 0 1
1867 10089 184 0 1
1868 10090 91 0 1

View file

@ -3010,3 +3010,30 @@ pokemon_form_id,generation_id,game_index
10158,6,0
10159,6,0
10160,6,0
10166,6,1
10167,6,1
10168,6,1
10169,6,1
10170,6,1
10171,6,1
10172,6,1
10173,6,1
10174,6,1
10175,6,1
10176,6,1
10177,6,1
10178,6,1
10179,6,1
10180,6,1
10181,6,1
10182,6,1
10183,6,2
10184,6,3
10185,6,4
10186,6,5
10187,6,6
10188,6,1
10189,6,1
10190,6,1
10191,6,1
10192,6,1

1 pokemon_form_id generation_id game_index
3010 10158 6 0
3011 10159 6 0
3012 10160 6 0
3013 10166 6 1
3014 10167 6 1
3015 10168 6 1
3016 10169 6 1
3017 10170 6 1
3018 10171 6 1
3019 10172 6 1
3020 10173 6 1
3021 10174 6 1
3022 10175 6 1
3023 10176 6 1
3024 10177 6 1
3025 10178 6 1
3026 10179 6 1
3027 10180 6 1
3028 10181 6 1
3029 10182 6 1
3030 10183 6 2
3031 10184 6 3
3032 10185 6 4
3033 10186 6 5
3034 10187 6 6
3035 10188 6 1
3036 10189 6 1
3037 10190 6 1
3038 10191 6 1
3039 10192 6 1

View file

@ -1333,3 +1333,30 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10165,7,Mega-Latios,
10165,8,MegaLatios,
10165,9,Mega Latios,Mega Latios
10166,9,Mega Swampert,Mega Swampert
10167,9,Mega Sceptile,Mega Sceptile
10168,9,Mega Sableye,Mega Sableye
10169,9,Mega Altaria,Mega Altaria
10170,9,Mega Gallade,Mega Gallade
10171,9,Mega Audino,Mega Audino
10172,9,Mega Sharpedo,Mega Sharpedo
10173,9,Mega Slowbro,Mega Slowbro
10174,9,Mega Steelix,Mega Steelix
10175,9,Mega Pidgeot,Mega Pidgeot
10176,9,Mega Glalie,Mega Glalie
10177,9,Mega Diancie,Mega Diancie
10178,9,Mega Metagross,Mega Metagross
10179,9,Primal Reversion,Primal Kyogre
10180,9,Primal Reversion,Primal Groudon
10181,9,Mega Rayquaza,Mega Rayquaza
10182,9,Pikachu Rock Star,Pikachu Rock Star
10183,9,Pikachu Belle,Pikachu Belle
10184,9,Pikachu Pop Star,Pikachu Pop Star
10185,9,"Pikachu, Ph.D.","Pikachu, Ph.D."
10186,9,Pikachu Libre,Pikachu Libre
10187,9,Cosplay Pikachu,Cosplay Pikachu
10188,9,Hoopa Unbound,Hoopa Unbound
10189,9,Mega Camerupt,Mega Camerupt
10190,9,Mega Lopunny,Mega Lopunny
10191,9,Mega Salamence,Mega Salamence
10192,9,Mega Beedrill,Mega Beedrill

1 pokemon_form_id local_language_id form_name pokemon_name
1333 10165 7 Mega-Latios
1334 10165 8 MegaLatios
1335 10165 9 Mega Latios Mega Latios
1336 10166 9 Mega Swampert Mega Swampert
1337 10167 9 Mega Sceptile Mega Sceptile
1338 10168 9 Mega Sableye Mega Sableye
1339 10169 9 Mega Altaria Mega Altaria
1340 10170 9 Mega Gallade Mega Gallade
1341 10171 9 Mega Audino Mega Audino
1342 10172 9 Mega Sharpedo Mega Sharpedo
1343 10173 9 Mega Slowbro Mega Slowbro
1344 10174 9 Mega Steelix Mega Steelix
1345 10175 9 Mega Pidgeot Mega Pidgeot
1346 10176 9 Mega Glalie Mega Glalie
1347 10177 9 Mega Diancie Mega Diancie
1348 10178 9 Mega Metagross Mega Metagross
1349 10179 9 Primal Reversion Primal Kyogre
1350 10180 9 Primal Reversion Primal Groudon
1351 10181 9 Mega Rayquaza Mega Rayquaza
1352 10182 9 Pikachu Rock Star Pikachu Rock Star
1353 10183 9 Pikachu Belle Pikachu Belle
1354 10184 9 Pikachu Pop Star Pikachu Pop Star
1355 10185 9 Pikachu, Ph.D. Pikachu, Ph.D.
1356 10186 9 Pikachu Libre Pikachu Libre
1357 10187 9 Cosplay Pikachu Cosplay Pikachu
1358 10188 9 Hoopa Unbound Hoopa Unbound
1359 10189 9 Mega Camerupt Mega Camerupt
1360 10190 9 Mega Lopunny Mega Lopunny
1361 10191 9 Mega Salamence Mega Salamence
1362 10192 9 Mega Beedrill Mega Beedrill

View file

@ -885,3 +885,30 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10163,floette-eternal,eternal,10061,15,1,0,0,6,794
10164,latias-mega,mega,10062,15,1,1,1,2,466
10165,latios-mega,mega,10063,15,1,1,1,2,468
10166,swampert-mega,mega,10064,16,1,1,1,0,0
10167,sceptile-mega,mega,10065,16,1,1,1,0,0
10168,sableye-mega,mega,10066,16,1,1,1,0,0
10169,altaria-mega,mega,10067,16,1,1,1,0,0
10170,gallade-mega,mega,10068,16,1,1,1,0,0
10171,audino-mega,mega,10069,16,1,1,1,0,0
10172,sharpedo-mega,mega,10070,16,1,1,1,0,0
10173,slowbro-mega,mega,10071,16,1,1,1,0,0
10174,steelix-mega,mega,10072,16,1,1,1,0,0
10175,pidgeot-mega,mega,10073,16,1,1,1,0,0
10176,glalie-mega,mega,10074,16,1,1,1,0,0
10177,diancie-mega,mega,10075,16,1,1,1,0,0
10178,metagross-mega,mega,10076,16,1,1,1,0,0
10179,kyogre-primal,primal,10077,16,1,0,0,0,0
10180,groudon-primal,primal,10078,16,1,0,0,0,0
10181,rayquaza-mega,mega,10079,16,1,1,1,0,0
10182,pikachu-rock-star,rock-star,10080,16,1,0,0,0,0
10183,pikachu-belle,belle,10081,16,1,0,0,0,0
10184,pikachu-pop-star,pop-star,10082,16,1,0,0,0,0
10185,pikachu-phd,phd,10083,16,1,0,0,0,0
10186,pikachu-libre,libre,10084,16,1,0,0,0,0
10187,pikachu-cosplay,cosplay,10085,16,1,0,0,0,0
10188,hoopa-unbound,unbound,10086,16,1,0,0,0,0
10189,camerupt-mega,mega,10087,16,1,1,1,0,0
10190,lopunny-mega,mega,10088,16,1,1,1,0,0
10191,salamence-mega,mega,10089,16,1,1,1,0,0
10192,beedrill-mega,mega,10090,16,1,1,1,0,0

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
885 10163 floette-eternal eternal 10061 15 1 0 0 6 794
886 10164 latias-mega mega 10062 15 1 1 1 2 466
887 10165 latios-mega mega 10063 15 1 1 1 2 468
888 10166 swampert-mega mega 10064 16 1 1 1 0 0
889 10167 sceptile-mega mega 10065 16 1 1 1 0 0
890 10168 sableye-mega mega 10066 16 1 1 1 0 0
891 10169 altaria-mega mega 10067 16 1 1 1 0 0
892 10170 gallade-mega mega 10068 16 1 1 1 0 0
893 10171 audino-mega mega 10069 16 1 1 1 0 0
894 10172 sharpedo-mega mega 10070 16 1 1 1 0 0
895 10173 slowbro-mega mega 10071 16 1 1 1 0 0
896 10174 steelix-mega mega 10072 16 1 1 1 0 0
897 10175 pidgeot-mega mega 10073 16 1 1 1 0 0
898 10176 glalie-mega mega 10074 16 1 1 1 0 0
899 10177 diancie-mega mega 10075 16 1 1 1 0 0
900 10178 metagross-mega mega 10076 16 1 1 1 0 0
901 10179 kyogre-primal primal 10077 16 1 0 0 0 0
902 10180 groudon-primal primal 10078 16 1 0 0 0 0
903 10181 rayquaza-mega mega 10079 16 1 1 1 0 0
904 10182 pikachu-rock-star rock-star 10080 16 1 0 0 0 0
905 10183 pikachu-belle belle 10081 16 1 0 0 0 0
906 10184 pikachu-pop-star pop-star 10082 16 1 0 0 0 0
907 10185 pikachu-phd phd 10083 16 1 0 0 0 0
908 10186 pikachu-libre libre 10084 16 1 0 0 0 0
909 10187 pikachu-cosplay cosplay 10085 16 1 0 0 0 0
910 10188 hoopa-unbound unbound 10086 16 1 0 0 0 0
911 10189 camerupt-mega mega 10087 16 1 1 1 0 0
912 10190 lopunny-mega mega 10088 16 1 1 1 0 0
913 10191 salamence-mega mega 10089 16 1 1 1 0 0
914 10192 beedrill-mega mega 10090 16 1 1 1 0 0

View file

@ -8326,3 +8326,30 @@ pokemon_id,version_id,game_index
10023,22,703
10024,21,705
10024,22,705
10064,25,799
10065,25,800
10066,25,801
10067,25,802
10068,25,803
10069,25,804
10070,25,805
10071,25,806
10072,25,807
10073,25,808
10074,25,809
10075,25,810
10076,25,811
10077,25,812
10078,25,813
10079,25,814
10080,25,815
10081,25,816
10082,25,817
10083,25,818
10084,25,819
10085,25,820
10086,25,821
10087,25,822
10088,25,823
10089,25,824
10090,25,825

1 pokemon_id version_id game_index
8326 10023 22 703
8327 10024 21 705
8328 10024 22 705
8329 10064 25 799
8330 10065 25 800
8331 10066 25 801
8332 10067 25 802
8333 10068 25 803
8334 10069 25 804
8335 10070 25 805
8336 10071 25 806
8337 10072 25 807
8338 10073 25 808
8339 10074 25 809
8340 10075 25 810
8341 10076 25 811
8342 10077 25 812
8343 10078 25 813
8344 10079 25 814
8345 10080 25 815
8346 10081 25 816
8347 10082 25 817
8348 10083 25 818
8349 10084 25 819
8350 10085 25 820
8351 10086 25 821
8352 10087 25 822
8353 10088 25 823
8354 10089 25 824
8355 10090 25 825

View file

@ -4703,3 +4703,165 @@ pokemon_id,stat_id,base_stat,effort
10063,4,160,3
10063,5,120,0
10063,6,110,0
10064,1,100,0
10064,2,150,3
10064,3,110,0
10064,4,95,0
10064,5,110,0
10064,6,70,0
10065,1,70,0
10065,2,110,0
10065,3,75,0
10065,4,145,0
10065,5,85,0
10065,6,145,3
10066,1,50,0
10066,2,85,1
10066,3,125,1
10066,4,85,0
10066,5,115,0
10066,6,20,0
10067,1,75,0
10067,2,110,0
10067,3,110,0
10067,4,110,0
10067,5,105,2
10067,6,80,0
10068,1,68,0
10068,2,165,3
10068,3,95,0
10068,4,65,0
10068,5,115,0
10068,6,110,0
10069,1,103,2
10069,2,60,0
10069,3,126,0
10069,4,80,0
10069,5,126,0
10069,6,50,0
10070,1,70,0
10070,2,140,2
10070,3,70,0
10070,4,110,0
10070,5,65,0
10070,6,105,0
10071,1,95,0
10071,2,75,0
10071,3,180,2
10071,4,130,0
10071,5,80,0
10071,6,30,0
10072,1,75,0
10072,2,125,0
10072,3,230,2
10072,4,55,0
10072,5,95,0
10072,6,30,0
10073,1,83,0
10073,2,80,0
10073,3,80,0
10073,4,135,0
10073,5,80,0
10073,6,121,3
10074,1,80,2
10074,2,120,0
10074,3,80,0
10074,4,120,0
10074,5,80,0
10074,6,100,0
10075,1,50,0
10075,2,160,0
10075,3,110,1
10075,4,160,0
10075,5,110,2
10075,6,110,0
10076,1,80,0
10076,2,145,0
10076,3,150,3
10076,4,105,0
10076,5,110,0
10076,6,110,0
10077,1,100,0
10077,2,150,0
10077,3,90,0
10077,4,180,3
10077,5,160,0
10077,6,90,0
10078,1,100,0
10078,2,180,3
10078,3,160,0
10078,4,150,0
10078,5,90,0
10078,6,90,0
10079,1,105,0
10079,2,180,2
10079,3,100,0
10079,4,180,1
10079,5,100,0
10079,6,115,0
10080,1,35,0
10080,2,55,0
10080,3,40,0
10080,4,50,0
10080,5,50,0
10080,6,90,2
10081,1,35,0
10081,2,55,0
10081,3,40,0
10081,4,50,0
10081,5,50,0
10081,6,90,2
10082,1,35,0
10082,2,55,0
10082,3,40,0
10082,4,50,0
10082,5,50,0
10082,6,90,2
10083,1,35,0
10083,2,55,0
10083,3,40,0
10083,4,50,0
10083,5,50,0
10083,6,90,2
10084,1,35,0
10084,2,55,0
10084,3,40,0
10084,4,50,0
10084,5,50,0
10084,6,90,2
10085,1,35,0
10085,2,55,0
10085,3,40,0
10085,4,50,0
10085,5,50,0
10085,6,90,2
10086,1,80,0
10086,2,160,0
10086,3,60,0
10086,4,170,3
10086,5,130,0
10086,6,80,0
10087,1,70,0
10087,2,120,1
10087,3,100,0
10087,4,145,1
10087,5,105,0
10087,6,20,0
10088,1,65,0
10088,2,136,0
10088,3,94,0
10088,4,54,0
10088,5,96,0
10088,6,135,2
10089,1,95,0
10089,2,145,3
10089,3,130,0
10089,4,120,0
10089,5,90,0
10089,6,120,0
10090,1,65,0
10090,2,150,2
10090,3,40,0
10090,4,15,0
10090,5,80,1
10090,6,145,0

1 pokemon_id stat_id base_stat effort
4703 10063 4 160 3
4704 10063 5 120 0
4705 10063 6 110 0
4706 10064 1 100 0
4707 10064 2 150 3
4708 10064 3 110 0
4709 10064 4 95 0
4710 10064 5 110 0
4711 10064 6 70 0
4712 10065 1 70 0
4713 10065 2 110 0
4714 10065 3 75 0
4715 10065 4 145 0
4716 10065 5 85 0
4717 10065 6 145 3
4718 10066 1 50 0
4719 10066 2 85 1
4720 10066 3 125 1
4721 10066 4 85 0
4722 10066 5 115 0
4723 10066 6 20 0
4724 10067 1 75 0
4725 10067 2 110 0
4726 10067 3 110 0
4727 10067 4 110 0
4728 10067 5 105 2
4729 10067 6 80 0
4730 10068 1 68 0
4731 10068 2 165 3
4732 10068 3 95 0
4733 10068 4 65 0
4734 10068 5 115 0
4735 10068 6 110 0
4736 10069 1 103 2
4737 10069 2 60 0
4738 10069 3 126 0
4739 10069 4 80 0
4740 10069 5 126 0
4741 10069 6 50 0
4742 10070 1 70 0
4743 10070 2 140 2
4744 10070 3 70 0
4745 10070 4 110 0
4746 10070 5 65 0
4747 10070 6 105 0
4748 10071 1 95 0
4749 10071 2 75 0
4750 10071 3 180 2
4751 10071 4 130 0
4752 10071 5 80 0
4753 10071 6 30 0
4754 10072 1 75 0
4755 10072 2 125 0
4756 10072 3 230 2
4757 10072 4 55 0
4758 10072 5 95 0
4759 10072 6 30 0
4760 10073 1 83 0
4761 10073 2 80 0
4762 10073 3 80 0
4763 10073 4 135 0
4764 10073 5 80 0
4765 10073 6 121 3
4766 10074 1 80 2
4767 10074 2 120 0
4768 10074 3 80 0
4769 10074 4 120 0
4770 10074 5 80 0
4771 10074 6 100 0
4772 10075 1 50 0
4773 10075 2 160 0
4774 10075 3 110 1
4775 10075 4 160 0
4776 10075 5 110 2
4777 10075 6 110 0
4778 10076 1 80 0
4779 10076 2 145 0
4780 10076 3 150 3
4781 10076 4 105 0
4782 10076 5 110 0
4783 10076 6 110 0
4784 10077 1 100 0
4785 10077 2 150 0
4786 10077 3 90 0
4787 10077 4 180 3
4788 10077 5 160 0
4789 10077 6 90 0
4790 10078 1 100 0
4791 10078 2 180 3
4792 10078 3 160 0
4793 10078 4 150 0
4794 10078 5 90 0
4795 10078 6 90 0
4796 10079 1 105 0
4797 10079 2 180 2
4798 10079 3 100 0
4799 10079 4 180 1
4800 10079 5 100 0
4801 10079 6 115 0
4802 10080 1 35 0
4803 10080 2 55 0
4804 10080 3 40 0
4805 10080 4 50 0
4806 10080 5 50 0
4807 10080 6 90 2
4808 10081 1 35 0
4809 10081 2 55 0
4810 10081 3 40 0
4811 10081 4 50 0
4812 10081 5 50 0
4813 10081 6 90 2
4814 10082 1 35 0
4815 10082 2 55 0
4816 10082 3 40 0
4817 10082 4 50 0
4818 10082 5 50 0
4819 10082 6 90 2
4820 10083 1 35 0
4821 10083 2 55 0
4822 10083 3 40 0
4823 10083 4 50 0
4824 10083 5 50 0
4825 10083 6 90 2
4826 10084 1 35 0
4827 10084 2 55 0
4828 10084 3 40 0
4829 10084 4 50 0
4830 10084 5 50 0
4831 10084 6 90 2
4832 10085 1 35 0
4833 10085 2 55 0
4834 10085 3 40 0
4835 10085 4 50 0
4836 10085 5 50 0
4837 10085 6 90 2
4838 10086 1 80 0
4839 10086 2 160 0
4840 10086 3 60 0
4841 10086 4 170 3
4842 10086 5 130 0
4843 10086 6 80 0
4844 10087 1 70 0
4845 10087 2 120 1
4846 10087 3 100 0
4847 10087 4 145 1
4848 10087 5 105 0
4849 10087 6 20 0
4850 10088 1 65 0
4851 10088 2 136 0
4852 10088 3 94 0
4853 10088 4 54 0
4854 10088 5 96 0
4855 10088 6 135 2
4856 10089 1 95 0
4857 10089 2 145 3
4858 10089 3 130 0
4859 10089 4 120 0
4860 10089 5 90 0
4861 10089 6 120 0
4862 10090 1 65 0
4863 10090 2 150 2
4864 10090 3 40 0
4865 10090 4 15 0
4866 10090 5 80 1
4867 10090 6 145 0

View file

@ -1178,3 +1178,49 @@ pokemon_id,type_id,slot
10062,14,2
10063,16,1
10063,14,2
10064,11,1
10064,5,2
10065,12,1
10065,16,2
10066,17,1
10066,8,2
10067,16,1
10067,18,2
10068,14,1
10068,2,2
10069,1,1
10069,18,2
10070,11,1
10070,17,2
10071,11,1
10071,14,2
10072,9,1
10072,5,2
10073,1,1
10073,3,2
10074,15,1
10075,6,1
10075,18,2
10076,9,1
10076,14,2
10077,11,1
10078,5,1
10078,10,2
10079,16,1
10079,3,2
10080,13,1
10081,13,1
10082,13,1
10083,13,1
10084,13,1
10085,13,1
10086,14,1
10086,17,2
10087,10,1
10087,5,2
10088,1,1
10088,2,2
10089,16,1
10089,3,2
10090,7,1
10090,4,2

1 pokemon_id type_id slot
1178 10062 14 2
1179 10063 16 1
1180 10063 14 2
1181 10064 11 1
1182 10064 5 2
1183 10065 12 1
1184 10065 16 2
1185 10066 17 1
1186 10066 8 2
1187 10067 16 1
1188 10067 18 2
1189 10068 14 1
1190 10068 2 2
1191 10069 1 1
1192 10069 18 2
1193 10070 11 1
1194 10070 17 2
1195 10071 11 1
1196 10071 14 2
1197 10072 9 1
1198 10072 5 2
1199 10073 1 1
1200 10073 3 2
1201 10074 15 1
1202 10075 6 1
1203 10075 18 2
1204 10076 9 1
1205 10076 14 2
1206 10077 11 1
1207 10078 5 1
1208 10078 10 2
1209 10079 16 1
1210 10079 3 2
1211 10080 13 1
1212 10081 13 1
1213 10082 13 1
1214 10083 13 1
1215 10084 13 1
1216 10085 13 1
1217 10086 14 1
1218 10086 17 2
1219 10087 10 1
1220 10087 5 2
1221 10088 1 1
1222 10088 2 2
1223 10089 16 1
1224 10089 3 2
1225 10090 7 1
1226 10090 4 2