mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
commit
d94f760216
17 changed files with 1348 additions and 24 deletions
|
@ -897,6 +897,13 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
896,glastrier,896,22,8000,290,1088,1
|
||||
897,spectrier,897,20,445,290,1089,1
|
||||
898,calyrex,898,11,77,250,1090,1
|
||||
899,wyrdeer,899,18,951,,,1
|
||||
900,kleavor,900,18,890,,,1
|
||||
901,ursaluna,901,24,2900,,,1
|
||||
902,basculegion-male,902,30,1100,,,1
|
||||
903,sneasler,903,13,430,,,1
|
||||
904,overqwil,904,25,605,,,1
|
||||
905,enamorus-incarnate,905,16,480,,,1
|
||||
10001,deoxys-attack,386,17,608,270,515,0
|
||||
10002,deoxys-defense,386,17,608,270,516,0
|
||||
10003,deoxys-speed,386,17,608,270,517,0
|
||||
|
@ -1125,3 +1132,24 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
|||
10226,urshifu-single-strike-gmax,892,290,10000,275,,0
|
||||
10227,urshifu-rapid-strike-gmax,892,260,10000,275,,0
|
||||
10228,toxtricity-low-key-gmax,849,240,10000,176,,0
|
||||
10229,growlithe-hisui,58,8,227,,,0
|
||||
10230,arcanine-hisui,59,20,1680,,,0
|
||||
10231,voltorb-hisui,100,5,130,,,0
|
||||
10232,electrode-hisui,101,12,710,,,0
|
||||
10233,typhlosion-hisui,157,16,698,,,0
|
||||
10234,qwilfish-hisui,211,5,39,,,0
|
||||
10235,sneasel-hisui,215,9,270,,,0
|
||||
10236,samurott-hisui,503,15,582,,,0
|
||||
10237,lilligant-hisui,549,12,192,,,0
|
||||
10238,zorua-hisui,570,7,125,,,0
|
||||
10239,zoroark-hisui,571,16,730,,,0
|
||||
10240,braviary-hisui,628,17,434,,,0
|
||||
10241,sliggoo-hisui,705,7,685,,,0
|
||||
10242,goodra-hisui,706,17,3341,,,0
|
||||
10243,avalugg-hisui,713,14,2624,,,0
|
||||
10244,decidueye-hisui,724,16,370,,,0
|
||||
10245,dialga-origin,483,70,8487,,,0
|
||||
10246,palkia-origin,484,63,6590,,,0
|
||||
10247,basculin-white-striped,550,10,180,,,0
|
||||
10248,basculegion-female,902,30,1100,,,0
|
||||
10249,enamorus-therian,905,16,480,,,0
|
||||
|
|
|
|
@ -2142,6 +2142,22 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
896,264,0,1
|
||||
897,265,0,1
|
||||
898,127,0,1
|
||||
899,22,0,1
|
||||
899,119,0,2
|
||||
899,157,1,3
|
||||
900,68,0,1
|
||||
900,125,0,2
|
||||
900,80,1,3
|
||||
902,155,0,1
|
||||
902,91,0,2
|
||||
902,104,1,3
|
||||
903,46,0,1
|
||||
903,143,1,3
|
||||
904,38,0,1
|
||||
904,33,0,2
|
||||
904,22,1,3
|
||||
905,131,0,1
|
||||
905,126,1,3
|
||||
10001,46,0,1
|
||||
10002,46,0,1
|
||||
10003,46,0,1
|
||||
|
@ -2532,3 +2548,55 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
10228,244,0,1
|
||||
10228,58,0,2
|
||||
10228,101,1,3
|
||||
10229,22,0,1
|
||||
10229,18,0,2
|
||||
10229,154,1,3
|
||||
10230,22,0,1
|
||||
10230,18,0,2
|
||||
10230,154,1,3
|
||||
10231,43,0,1
|
||||
10231,9,0,2
|
||||
10231,106,1,3
|
||||
10232,43,0,1
|
||||
10232,9,0,2
|
||||
10232,106,1,3
|
||||
10233,66,0,1
|
||||
10233,18,1,3
|
||||
10234,38,0,1
|
||||
10234,33,0,2
|
||||
10234,22,1,3
|
||||
10235,39,0,1
|
||||
10235,51,0,2
|
||||
10235,143,1,3
|
||||
10236,67,0,1
|
||||
10236,75,1,3
|
||||
10237,34,0,1
|
||||
10237,55,0,2
|
||||
10237,102,1,3
|
||||
10238,149,0,1
|
||||
10239,149,0,1
|
||||
10240,51,0,1
|
||||
10240,125,0,2
|
||||
10240,128,1,3
|
||||
10241,157,0,1
|
||||
10241,142,0,2
|
||||
10241,183,1,3
|
||||
10242,157,0,1
|
||||
10242,142,0,2
|
||||
10242,183,1,3
|
||||
10243,173,0,1
|
||||
10243,115,0,2
|
||||
10243,5,1,3
|
||||
10244,65,0,1
|
||||
10244,203,1,3
|
||||
10245,46,0,1
|
||||
10245,140,1,3
|
||||
10246,46,0,1
|
||||
10246,140,1,3
|
||||
10247,155,0,1
|
||||
10247,91,0,2
|
||||
10247,104,1,3
|
||||
10248,155,0,1
|
||||
10248,91,0,2
|
||||
10248,104,1,3
|
||||
10249,142,0,1
|
||||
|
|
|
|
@ -1153,3 +1153,10 @@ species_id,egg_group_id
|
|||
896,15
|
||||
897,15
|
||||
898,15
|
||||
899,5
|
||||
900,3
|
||||
901,5
|
||||
902,12
|
||||
903,5
|
||||
904,12
|
||||
905,15
|
||||
|
|
|
|
@ -4123,6 +4123,13 @@ pokemon_form_id,generation_id,game_index
|
|||
896,8,0
|
||||
897,8,0
|
||||
898,8,0
|
||||
899,8,0
|
||||
900,8,0
|
||||
901,8,0
|
||||
902,8,0
|
||||
903,8,0
|
||||
904,8,0
|
||||
905,8,0
|
||||
10001,2,1
|
||||
10001,3,1
|
||||
10001,4,1
|
||||
|
@ -4947,3 +4954,24 @@ pokemon_form_id,generation_id,game_index
|
|||
10361,8,0
|
||||
10362,8,0
|
||||
10363,8,0
|
||||
10398,8,0
|
||||
10399,8,0
|
||||
10400,8,0
|
||||
10401,8,0
|
||||
10402,8,0
|
||||
10403,8,0
|
||||
10404,8,0
|
||||
10405,8,0
|
||||
10406,8,0
|
||||
10407,8,0
|
||||
10408,8,0
|
||||
10409,8,0
|
||||
10410,8,0
|
||||
10411,8,0
|
||||
10412,8,0
|
||||
10413,8,0
|
||||
10414,8,0
|
||||
10415,8,0
|
||||
10416,8,0
|
||||
10417,8,0
|
||||
10418,8,0
|
||||
|
|
|
|
@ -468,6 +468,8 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
892,9,Single Strike Style,Single Strike Urshifu
|
||||
892,11,いちげきのかた,
|
||||
892,12,一击流,
|
||||
902,9,Male, Male Basculegion
|
||||
905,9,Incarnate Forme, Incarnate Enamorus
|
||||
10001,1,B,
|
||||
10001,3,B,
|
||||
10001,5,B,Zarbi B
|
||||
|
@ -3203,3 +3205,24 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
10395,9,Gigantamax Form,Gigantamax Single Strike Urshifu
|
||||
10396,9,Gigantamax Form,Gigantamax Rapid Strike Urshifu
|
||||
10397,9,Gigantamax Form,Gigantamax Low Key Toxtricity
|
||||
10398,9,Hisuian Form,Hisuian Growlithe
|
||||
10399,9,Hisuian Form,Hisuian Arcanine
|
||||
10400,9,Hisuian Form,Hisuian Voltorb
|
||||
10401,9,Hisuian Form,Hisuian Electrode
|
||||
10402,9,Hisuian Form,Hisuian Typhlosion
|
||||
10403,9,Hisuian Form,Hisuian Qwilfish
|
||||
10404,9,Hisuian Form,Hisuian Sneasel
|
||||
10405,9,Hisuian Form,Hisuian Samurott
|
||||
10406,9,Hisuian Form,Hisuian Lilligant
|
||||
10407,9,Hisuian Form,Hisuian Zorua
|
||||
10408,9,Hisuian Form,Hisuian Zoroark
|
||||
10409,9,Hisuian Form,Hisuian Braviary
|
||||
10410,9,Hisuian Form,Hisuian Sliggoo
|
||||
10411,9,Hisuian Form,Hisuian Goodra
|
||||
10412,9,Hisuian Form,Hisuian Avalugg
|
||||
10413,9,Hisuian Form,Hisuian Decidueye
|
||||
10414,9,Origin Forme,Origin Dialga
|
||||
10415,9,Origin Forme,Origin Palkia
|
||||
10416,9,White-Striped Form,White-Striped Basculin
|
||||
10417,9,Female,Female Basculegion
|
||||
10418,9,Therian Forme,Therian Enamorus
|
||||
|
|
|
|
@ -897,6 +897,13 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
896,glastrier,,896,20,1,0,0,1,1257
|
||||
897,spectrier,,897,20,1,0,0,1,1258
|
||||
898,calyrex,,898,20,1,0,0,1,1259
|
||||
899,wyrdeer,,899,20,1,0,0,1,1260
|
||||
900,kleavor,,900,20,1,0,0,1,1261
|
||||
901,ursaluna,,901,20,1,0,0,1,1262
|
||||
902,basculegion-male,male,902,20,1,0,0,1,1263
|
||||
903,sneasler,,903,20,1,0,0,1,1264
|
||||
904,overqwil,,904,20,1,0,0,1,1265
|
||||
905,enamorus-incarnate,incarnate,905,20,1,0,0,1,1266
|
||||
10001,unown-b,b,201,3,0,0,0,2,299
|
||||
10002,unown-c,c,201,3,0,0,0,3,300
|
||||
10003,unown-d,d,201,3,0,0,0,4,301
|
||||
|
@ -1294,3 +1301,24 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
10395,urshifu-single-strike-gmax,gmax,10226,20,1,1,0,1,1281
|
||||
10396,urshifu-rapid-strike-gmax,gmax,10227,20,1,1,0,1,1282
|
||||
10397,toxtricity-low-key-gmax,gmax,10228,20,1,1,0,1,1283
|
||||
10398,growlithe-hisui,hisui,10229,24,1,1,0,1,1284
|
||||
10399,arcanine-hisui,hisui,10230,24,1,1,0,1,1285
|
||||
10400,voltorb-hisui,hisui,10231,24,1,1,0,1,1286
|
||||
10401,electrode-hisui,hisui,10232,24,1,1,0,1,1287
|
||||
10402,typhlosion-hisui,hisui,10233,24,1,1,0,1,1288
|
||||
10403,qwilfish-hisui,hisui,10234,24,1,1,0,1,1289
|
||||
10404,sneasel-hisui,hisui,10235,24,1,1,0,1,1290
|
||||
10405,samurott-hisui,hisui,10236,24,1,1,0,1,1291
|
||||
10406,lilligant-hisui,hisui,10237,24,1,1,0,1,1292
|
||||
10407,zorua-hisui,hisui,10238,24,1,1,0,1,1293
|
||||
10408,zoroark-hisui,hisui,10239,24,1,1,0,1,1294
|
||||
10409,braviary-hisui,hisui,10240,24,1,1,0,1,1295
|
||||
10410,sliggoo-hisui,hisui,10241,24,1,1,0,1,1296
|
||||
10411,goodra-hisui,hisui,10242,24,1,1,0,1,1297
|
||||
10412,avalugg-hisui,hisui,10243,24,1,1,0,1,1298
|
||||
10413,decidueye-hisui,hisui,10244,24,1,1,0,1,1299
|
||||
10414,dialga-origin,origin,10245,24,1,1,0,1,1300
|
||||
10415,palkia-origin,origin,10246,24,1,1,0,1,1301
|
||||
10416,basculin-white-striped,white-striped,10247,24,1,1,0,1,1302
|
||||
10417,basculegion-female,female,902,24,1,1,0,1,1303
|
||||
10418,enamorus-therian,therian,905,24,1,1,0,1,1304
|
||||
|
|
|
|
@ -771,7 +771,7 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
770,palossand,7,769,397,3,2,,4,60,50,0,15,0,2,0,0,0,770,
|
||||
771,pyukumuku,7,,398,1,2,,4,60,50,0,15,0,3,0,0,0,771,
|
||||
772,type-null,7,,399,4,8,,-1,3,0,0,120,0,1,0,0,0,772,
|
||||
773,silvally,7,772,399,4,8,,-1,3,0,0,120,0,1,0,0,0,773,
|
||||
773,silvally,7,772,399,4,8,,-1,3,0,0,120,0,1,0,1,0,773,
|
||||
774,minior,7,,400,3,1,,-1,30,70,0,25,0,4,0,0,0,774,
|
||||
775,komala,7,,401,2,12,,4,45,70,0,20,0,1,0,0,0,775,
|
||||
776,turtonator,7,,402,8,6,,4,70,50,0,20,0,2,0,0,0,776,
|
||||
|
@ -897,3 +897,10 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
896,glastrier,8,,474,9,8,,-1,3,35,0,120,0,1,0,1,0,896,
|
||||
897,spectrier,8,,475,1,8,,-1,3,35,0,120,0,1,0,1,0,897,
|
||||
898,calyrex,8,,476,5,12,,-1,3,100,0,120,0,1,0,1,0,898,
|
||||
899,wyrdeer,8,234,,4,8,,4,,,0,,0,1,0,0,0,899,
|
||||
900,kleavor,8,123,,3,13,,4,75,,0,,0,2,0,0,0,900,
|
||||
901,ursaluna,8,217,,3,8,,4,,,0,,0,2,0,0,0,901,
|
||||
902,basculegion,8,550,,5,3,,4,,,0,,1,2,1,0,0,902,
|
||||
903,sneasler,8,215,,4,6,,4,135,,0,,0,4,0,0,0,903,
|
||||
904,overqwil,8,211,,1,3,,4,135,,0,,0,2,0,0,0,904,
|
||||
905,enamorus,8,,,6,4,,8,,,0,,0,1,1,1,0,905,
|
||||
|
|
|
File diff suppressed because it is too large
Load diff
|
@ -9877,3 +9877,66 @@ pokemon_species_id,local_language_id,name,genus
|
|||
898,9,Calyrex,King Pokémon
|
||||
898,11,バドレックス,キングポケモン
|
||||
898,12,蕾冠王,国王宝可梦
|
||||
899,1,アヤシシ,おおツノポケモン
|
||||
899,2,Ayashishi,
|
||||
899,3,신비록,
|
||||
899,4,詭角鹿,
|
||||
899,5,Cerbyllin,Pokémon Maxi Corne
|
||||
899,6,Damythir,Vielender-Pokémon
|
||||
899,9,Wyrdeer,Big Horn Pokémon
|
||||
899,11,アヤシシ,おおツノポケモン
|
||||
899,12,诡角鹿,
|
||||
900,1,バサギリ,まさかりポケモン
|
||||
900,2,Basagiri,
|
||||
900,3,사마자르,
|
||||
900,4,劈斧螳螂,
|
||||
900,5,Hachécateur,Pokémon Hache
|
||||
900,6,Axantor,Axt-Pokémon
|
||||
900,9,Kleavor,Axe Pokémon
|
||||
900,11,バサギリ,まさかりポケモン
|
||||
900,12,劈斧螳螂,
|
||||
901,1,ガチグマ,でいたんポケモン
|
||||
901,2,Gachiguma,
|
||||
901,3,다투곰,
|
||||
901,4,月月熊,
|
||||
901,5,Ursaking,Pokémon Tourbe
|
||||
901,6,Ursaluna,Torf-Pokémon
|
||||
901,9,Ursaluna,Peat Pokémon
|
||||
901,11,ガチグマ,でいたんポケモン
|
||||
901,12,月月熊,
|
||||
902,1,イダイトウ,おおうおポケモン
|
||||
902,2,Idaitou,
|
||||
902,3,대쓰여너,
|
||||
902,4,幽尾玄魚,
|
||||
902,5,Paragruel,Pokémon Poissigrand
|
||||
902,6,Salmagnis,Großfisch-Pokémon
|
||||
902,9,Basculegion,Big Fish Pokémon
|
||||
902,11,イダイトウ,おおうおポケモン
|
||||
902,12,幽尾玄鱼,
|
||||
903,1,オオニューラ,クライミングポケモン
|
||||
903,2,Oonyura,
|
||||
903,3,포푸니크,
|
||||
903,4,大狃拉,
|
||||
903,5,Farfurex,Pokémon Grimpeur
|
||||
903,6,Snieboss,Kletterei-Pokémon
|
||||
903,9,Sneasler,Free Climb Pokémon
|
||||
903,11,オオニューラ,クライミングポケモン
|
||||
903,12,大狃拉,
|
||||
904,1,ハリーマン,けんざんポケモン
|
||||
904,2,Hariman,
|
||||
904,3,장침바루,
|
||||
904,4,萬針魚,
|
||||
904,5,Qwilpik,Pokémon Épineux
|
||||
904,6,Myriador,Tausenddorn-Pokémon
|
||||
904,9,Overqwil,Pin Cluster Pokémon
|
||||
904,11,ハリーマン,けんざんポケモン
|
||||
904,12,万针鱼,
|
||||
905,1,ラブトロス,あいぞうポケモン
|
||||
905,2,Lovetolos,
|
||||
905,3,러브로스,
|
||||
905,4,眷戀雲,
|
||||
905,5,Amovénus,Pokémon Hainamour
|
||||
905,6,Cupidos,Hassliebe-Pokémon
|
||||
905,9,Enamorus,Love-Hate Pokémon
|
||||
905,11,ラブトロス,あいぞうポケモン
|
||||
905,12,眷恋云,
|
||||
|
|
|
|
@ -5387,6 +5387,48 @@ pokemon_id,stat_id,base_stat,effort
|
|||
898,4,80,0
|
||||
898,5,80,0
|
||||
898,6,80,0
|
||||
899,1,103,0
|
||||
899,2,105,1
|
||||
899,3,72,0
|
||||
899,4,105,0
|
||||
899,5,75,0
|
||||
899,6,65,0
|
||||
900,1,70,0
|
||||
900,2,135,2
|
||||
900,3,95,0
|
||||
900,4,45,0
|
||||
900,5,70,0
|
||||
900,6,85,0
|
||||
901,1,130,0
|
||||
901,2,140,3
|
||||
901,3,105,0
|
||||
901,4,45,0
|
||||
901,5,80,0
|
||||
901,6,50,0
|
||||
902,1,120,2
|
||||
902,2,112,0
|
||||
902,3,65,0
|
||||
902,4,80,0
|
||||
902,5,75,0
|
||||
902,6,78,0
|
||||
903,1,80,0
|
||||
903,2,130,1
|
||||
903,3,60,0
|
||||
903,4,40,0
|
||||
903,5,80,0
|
||||
903,6,120,1
|
||||
904,1,85,0
|
||||
904,2,115,1
|
||||
904,3,95,0
|
||||
904,4,65,0
|
||||
904,5,65,0
|
||||
904,6,85,0
|
||||
905,1,74,0
|
||||
905,2,115,0
|
||||
905,3,70,0
|
||||
905,4,135,3
|
||||
905,5,80,0
|
||||
905,6,106,0
|
||||
10001,1,50,0
|
||||
10001,2,180,2
|
||||
10001,3,20,0
|
||||
|
@ -6755,3 +6797,129 @@ pokemon_id,stat_id,base_stat,effort
|
|||
10228,4,114,2
|
||||
10228,5,70,0
|
||||
10228,6,75,0
|
||||
10229,1,60,0
|
||||
10229,2,75,1
|
||||
10229,3,45,0
|
||||
10229,4,65,0
|
||||
10229,5,50,0
|
||||
10229,6,55,0
|
||||
10230,1,95,0
|
||||
10230,2,115,2
|
||||
10230,3,80,0
|
||||
10230,4,95,0
|
||||
10230,5,80,0
|
||||
10230,6,90,0
|
||||
10231,1,40,0
|
||||
10231,2,30,0
|
||||
10231,3,50,0
|
||||
10231,4,55,0
|
||||
10231,5,55,0
|
||||
10231,6,100,1
|
||||
10232,1,60,0
|
||||
10232,2,50,0
|
||||
10232,3,70,0
|
||||
10232,4,80,0
|
||||
10232,5,80,0
|
||||
10232,6,150,2
|
||||
10233,1,73,0
|
||||
10233,2,84,0
|
||||
10233,3,78,0
|
||||
10233,4,119,3
|
||||
10233,5,85,0
|
||||
10233,6,95,0
|
||||
10234,1,65,0
|
||||
10234,2,95,1
|
||||
10234,3,85,0
|
||||
10234,4,55,0
|
||||
10234,5,55,0
|
||||
10234,6,85,0
|
||||
10235,1,55,0
|
||||
10235,2,95,0
|
||||
10235,3,55,0
|
||||
10235,4,35,0
|
||||
10235,5,75,0
|
||||
10235,6,115,1
|
||||
10236,1,90,0
|
||||
10236,2,108,0
|
||||
10236,3,80,0
|
||||
10236,4,100,3
|
||||
10236,5,65,0
|
||||
10236,6,85,0
|
||||
10237,1,70,0
|
||||
10237,2,105,0
|
||||
10237,3,75,0
|
||||
10237,4,50,2
|
||||
10237,5,75,0
|
||||
10237,6,105,0
|
||||
10238,1,35,0
|
||||
10238,2,60,0
|
||||
10238,3,40,0
|
||||
10238,4,85,1
|
||||
10238,5,40,0
|
||||
10238,6,70,0
|
||||
10239,1,55,0
|
||||
10239,2,100,0
|
||||
10239,3,60,0
|
||||
10239,4,125,2
|
||||
10239,5,60,0
|
||||
10239,6,110,0
|
||||
10240,1,110,0
|
||||
10240,2,83,2
|
||||
10240,3,70,0
|
||||
10240,4,112,0
|
||||
10240,5,70,0
|
||||
10240,6,65,0
|
||||
10241,1,58,0
|
||||
10241,2,75,0
|
||||
10241,3,83,0
|
||||
10241,4,83,0
|
||||
10241,5,113,2
|
||||
10241,6,40,0
|
||||
10242,1,80,0
|
||||
10242,2,100,0
|
||||
10242,3,100,0
|
||||
10242,4,110,0
|
||||
10242,5,150,3
|
||||
10242,6,60,0
|
||||
10243,1,95,0
|
||||
10243,2,127,0
|
||||
10243,3,184,2
|
||||
10243,4,34,0
|
||||
10243,5,36,0
|
||||
10243,6,38,0
|
||||
10244,1,88,0
|
||||
10244,2,112,3
|
||||
10244,3,80,0
|
||||
10244,4,95,0
|
||||
10244,5,95,0
|
||||
10244,6,60,0
|
||||
10245,1,100,0
|
||||
10245,2,100,0
|
||||
10245,3,120,0
|
||||
10245,4,150,3
|
||||
10245,5,120,0
|
||||
10245,6,90,0
|
||||
10246,1,90,0
|
||||
10246,2,100,0
|
||||
10246,3,100,0
|
||||
10246,4,150,3
|
||||
10246,5,120,0
|
||||
10246,6,120,0
|
||||
10247,1,70,0
|
||||
10247,2,92,0
|
||||
10247,3,65,0
|
||||
10247,4,80,0
|
||||
10247,5,55,0
|
||||
10247,6,98,2
|
||||
10248,1,120,2
|
||||
10248,2,92,0
|
||||
10248,3,65,0
|
||||
10248,4,100,0
|
||||
10248,5,75,0
|
||||
10248,6,78,0
|
||||
10249,1,74,0
|
||||
10249,2,115,3
|
||||
10249,3,110,0
|
||||
10249,4,135,0
|
||||
10249,5,100,0
|
||||
10249,6,46,0
|
||||
|
|
|
|
@ -1339,6 +1339,20 @@ pokemon_id,type_id,slot
|
|||
897,8,1
|
||||
898,14,1
|
||||
898,12,2
|
||||
899,1,1
|
||||
899,14,2
|
||||
900,7,1
|
||||
900,6,2
|
||||
901,5,1
|
||||
901,1,2
|
||||
902,11,1
|
||||
902,8,2
|
||||
903,2,1
|
||||
903,4,2
|
||||
904,17,1
|
||||
904,4,2
|
||||
905,18,1
|
||||
905,3,2
|
||||
10001,14,1
|
||||
10002,14,1
|
||||
10003,14,1
|
||||
|
@ -1727,3 +1741,44 @@ pokemon_id,type_id,slot
|
|||
10227,11,2
|
||||
10228,13,1
|
||||
10228,4,2
|
||||
10229,10,1
|
||||
10229,6,2
|
||||
10230,10,1
|
||||
10230,6,2
|
||||
10231,13,1
|
||||
10231,12,2
|
||||
10232,13,1
|
||||
10232,12,2
|
||||
10233,10,1
|
||||
10233,8,2
|
||||
10234,17,1
|
||||
10234,4,2
|
||||
10235,2,1
|
||||
10235,4,2
|
||||
10236,11,1
|
||||
10236,17,2
|
||||
10237,12,1
|
||||
10237,2,2
|
||||
10238,1,1
|
||||
10238,8,2
|
||||
10239,1,1
|
||||
10239,8,2
|
||||
10240,14,1
|
||||
10240,3,2
|
||||
10241,9,1
|
||||
10241,16,2
|
||||
10242,9,1
|
||||
10242,16,2
|
||||
10243,15,1
|
||||
10243,6,2
|
||||
10244,12,1
|
||||
10244,2,2
|
||||
10245,9,1
|
||||
10245,16,2
|
||||
10246,11,1
|
||||
10246,16,2
|
||||
10247,11,1
|
||||
10248,11,1
|
||||
10248,8,2
|
||||
10249,18,1
|
||||
10249,3,2
|
||||
|
|
|
|
@ -37,3 +37,4 @@ region_id,local_language_id,name
|
|||
6,9,Kalos
|
||||
7,9,Alola
|
||||
8,9,Galar
|
||||
9,9,Hisui
|
||||
|
|
|
|
@ -7,3 +7,4 @@ id,identifier
|
|||
6,kalos
|
||||
7,alola
|
||||
8,galar
|
||||
9,hisui
|
||||
|
|
|
|
@ -20,3 +20,7 @@ version_group_id,region_id
|
|||
18,7
|
||||
19,1
|
||||
20,8
|
||||
21,8
|
||||
22,8
|
||||
23,4
|
||||
24,9
|
||||
|
|
|
|
@ -19,3 +19,7 @@ id,identifier,generation_id,order
|
|||
18,ultra-sun-ultra-moon,7,18
|
||||
19,lets-go-pikachu-lets-go-eevee,7,19
|
||||
20,sword-shield,8,20
|
||||
21,the-isle-of-armor,8,21
|
||||
22,the-crown-tundra,8,22
|
||||
23,brilliant-diamond-and-shining-pearl,8,23
|
||||
24,legends-arceus,8,24
|
||||
|
|
|
|
@ -1,130 +1,166 @@
|
|||
version_id,local_language_id,name
|
||||
1,1,赤
|
||||
1,3,레드
|
||||
1,4,紅
|
||||
1,5,Rouge
|
||||
1,6,Rot
|
||||
1,7,Rojo
|
||||
1,8,Rossa
|
||||
1,9,Red
|
||||
1,12,紅
|
||||
2,1,緑
|
||||
2,3,블루
|
||||
2,4,藍
|
||||
2,5,Bleu
|
||||
2,6,Blau
|
||||
2,7,Azul
|
||||
2,8,Blu
|
||||
2,9,Blue
|
||||
2,12,藍
|
||||
3,1,ピカチュウ
|
||||
3,3,피카츄
|
||||
3,4,皮卡丘
|
||||
3,5,Jaune
|
||||
3,6,Gelb
|
||||
3,7,Amarillo
|
||||
3,8,Gialla
|
||||
3,9,Yellow
|
||||
3,12,皮卡丘
|
||||
4,1,金
|
||||
4,3,골드
|
||||
4,4,金
|
||||
4,5,Or
|
||||
4,6,Gold
|
||||
4,7,Oro
|
||||
4,8,Oro
|
||||
4,9,Gold
|
||||
4,12,金
|
||||
5,1,銀
|
||||
5,3,실버
|
||||
5,4,銀
|
||||
5,5,Argent
|
||||
5,6,Silber
|
||||
5,7,Plata
|
||||
5,8,Argento
|
||||
5,9,Silver
|
||||
5,12,銀
|
||||
6,1,クリスタル
|
||||
6,3,크리스탈
|
||||
6,4,水晶
|
||||
6,5,Cristal
|
||||
6,6,Kristall
|
||||
6,7,Cristal
|
||||
6,8,Cristallo
|
||||
6,9,Crystal
|
||||
6,12,水晶
|
||||
7,1,ルビー
|
||||
7,3,루비
|
||||
7,4,紅寶石
|
||||
7,5,Rubis
|
||||
7,6,Rubin
|
||||
7,7,Rubí
|
||||
7,8,Rubino
|
||||
7,9,Ruby
|
||||
7,12,紅寶石
|
||||
8,1,サファイア
|
||||
8,3,사파이어
|
||||
8,4,藍寶石
|
||||
8,5,Saphir
|
||||
8,6,Saphir
|
||||
8,7,Zafiro
|
||||
8,8,Zaffiro
|
||||
8,9,Sapphire
|
||||
8,12,藍寶石
|
||||
9,1,エメラルド
|
||||
9,3,에메랄드
|
||||
9,4,綠寶石
|
||||
9,5,Émeraude
|
||||
9,6,Smaragd
|
||||
9,7,Esmeralda
|
||||
9,8,Smeraldo
|
||||
9,9,Emerald
|
||||
9,12,綠寶石
|
||||
10,1,ファイアレッド
|
||||
10,3,파이어레드
|
||||
10,4,火紅
|
||||
10,5,Rouge Feu
|
||||
10,6,Feuerrot
|
||||
10,7,Rojo Fuego
|
||||
10,8,Rosso Fuoco
|
||||
10,9,FireRed
|
||||
10,12,火紅
|
||||
11,1,リーフグリーン
|
||||
11,3,리프그린
|
||||
11,4,葉綠
|
||||
11,5,Vert Feuille
|
||||
11,6,Blattgrün
|
||||
11,7,Verde Hoja
|
||||
11,8,Verde Foglia
|
||||
11,9,LeafGreen
|
||||
11,12,葉綠
|
||||
12,1,ダイヤモンド
|
||||
12,3,디아루가
|
||||
12,4,鑽石
|
||||
12,5,Diamant
|
||||
12,6,Diamant
|
||||
12,7,Diamante
|
||||
12,8,Diamante
|
||||
12,9,Diamond
|
||||
12,12,钻石
|
||||
13,1,パール
|
||||
13,3,펄기아
|
||||
13,4,珍珠
|
||||
13,5,Perle
|
||||
13,6,Perl
|
||||
13,7,Perla
|
||||
13,8,Perla
|
||||
13,9,Pearl
|
||||
13,12,珍珠
|
||||
14,1,プラチナ
|
||||
14,3,기라티나
|
||||
14,4,白金
|
||||
14,5,Platine
|
||||
14,6,Platin
|
||||
14,7,Platino
|
||||
14,8,Platino
|
||||
14,9,Platinum
|
||||
14,12,白金
|
||||
15,1,ハートゴールド
|
||||
15,3,하트골드
|
||||
15,4,心金
|
||||
15,5,Or HeartGold
|
||||
15,6,HeartGold
|
||||
15,7,Oro HeartGold
|
||||
15,8,Oro HeartGold
|
||||
15,9,HeartGold
|
||||
15,12,心金
|
||||
16,1,ソウルシルバー
|
||||
16,3,소울실버
|
||||
16,4,魂銀
|
||||
16,5,Argent SoulSilver
|
||||
16,6,SoulSilver
|
||||
16,7,Plata SoulSilver
|
||||
16,8,Argento SoulSilver
|
||||
16,9,SoulSilver
|
||||
16,12,魂銀
|
||||
17,1,ブラック
|
||||
17,3,블랙
|
||||
17,4,黑
|
||||
17,5,Noir
|
||||
17,6,Schwarz
|
||||
17,7,Negro
|
||||
17,8,Nera
|
||||
17,9,Black
|
||||
17,12,黑
|
||||
18,1,ホワイト
|
||||
18,3,화이트
|
||||
18,4,白
|
||||
18,5,Blanc
|
||||
18,6,Weiß
|
||||
18,7,Blanco
|
||||
18,8,Bianca
|
||||
18,9,White
|
||||
18,12,白
|
||||
19,1,コロシアム
|
||||
19,3,콜로세움
|
||||
19,5,Colosseum
|
||||
|
@ -141,75 +177,172 @@ version_id,local_language_id,name
|
|||
20,9,XD
|
||||
21,1,ブラック2
|
||||
21,3,블랙 2
|
||||
21,4,黑2
|
||||
21,5,Noir 2
|
||||
21,6,Schwarz 2
|
||||
21,7,Negro 2
|
||||
21,8,Nera 2
|
||||
21,9,Black 2
|
||||
21,12,黑2
|
||||
22,1,ホワイト2
|
||||
22,3,화이트 2
|
||||
22,4,白
|
||||
22,5,Blanc 2
|
||||
22,6,Weiß 2
|
||||
22,7,Blanco 2
|
||||
22,8,Bianca 2
|
||||
22,9,White 2
|
||||
22,12,白2
|
||||
23,1,X
|
||||
23,3,X
|
||||
23,4,X
|
||||
23,5,X
|
||||
23,6,X
|
||||
23,7,X
|
||||
23,8,X
|
||||
23,9,X
|
||||
23,12,X
|
||||
24,1,Y
|
||||
24,3,Y
|
||||
24,4,Y
|
||||
24,5,Y
|
||||
24,6,Y
|
||||
24,7,Y
|
||||
24,8,Y
|
||||
24,9,Y
|
||||
24,12,Y
|
||||
25,1,オメガルビー
|
||||
25,3,오메가루비
|
||||
25,4,歐米加紅寶石
|
||||
25,5,Rubis Oméga
|
||||
25,6,Omega Rubin
|
||||
25,7,Rubí Omega
|
||||
25,8,Rubino Omega
|
||||
25,9,Omega Ruby
|
||||
25,12,欧米伽红宝石
|
||||
26,1,アルファサファイア
|
||||
26,3,알파사파이어
|
||||
26,4,阿爾法藍寶石
|
||||
26,5,Saphir Alpha
|
||||
26,6,Alpha Saphir
|
||||
26,7,Zafiro Alfa
|
||||
26,8,Zaffiro Alpha
|
||||
26,9,Alpha Sapphire
|
||||
26,12,阿尔法蓝宝石
|
||||
27,1,サン
|
||||
27,3,썬
|
||||
27,4,太陽
|
||||
27,5,Soleil
|
||||
27,6,Sonne
|
||||
27,7,Sol
|
||||
27,8,Sole
|
||||
27,9,Sun
|
||||
27,12,太阳
|
||||
28,1,ムーン
|
||||
28,3,문
|
||||
28,4,月亮
|
||||
28,5,Lune
|
||||
28,6,Mond
|
||||
28,7,Luna
|
||||
28,8,Luna
|
||||
28,9,Moon
|
||||
28,12,月亮
|
||||
29,1,ウルトラサン
|
||||
29,3,울트라썬
|
||||
29,4,究極之日
|
||||
29,5,Ultra-Soleil
|
||||
29,6,Ultrasonne
|
||||
29,7,Ultrasol
|
||||
29,8,Ultrasole
|
||||
29,9,Ultra Sun
|
||||
29,12,究极之日
|
||||
30,1,ウルトラムーン
|
||||
30,3,울트라문
|
||||
30,4,究極之月
|
||||
30,5,Ultra-Lune
|
||||
30,6,Ultramond
|
||||
30,7,Ultraluna
|
||||
30,8,Ultraluna
|
||||
30,9,Ultra Moon
|
||||
30,12,究极之月
|
||||
31,1,"Let's Go! ピカチュウ"
|
||||
31,3,"레츠고! 피카츄"
|
||||
31,4,"Let's Go!皮卡丘"
|
||||
31,5,"Let's Go, Pikachu"
|
||||
31,6,"Let's Go, Pikachu!"
|
||||
31,7,"Let's Go, Pikachu!"
|
||||
31,8,"Let's Go, Pikachu!"
|
||||
31,9,"Let’s Go, Pikachu!"
|
||||
31,12,"Let's Go!皮卡丘"
|
||||
32,1,"Let's Go! イーブイ"
|
||||
32,3,"레츠고! 이브이"
|
||||
32,4,"Let's Go!伊布"
|
||||
32,5,"Let's Go, Évoli"
|
||||
32,6,"Let's Go, Evoli!"
|
||||
32,8,"Let's Go, Eevee!"
|
||||
32,7,"Let's Go, Eevee!"
|
||||
32,9,"Let’s Go, Eevee!"
|
||||
32,12,Let's Go!伊布"
|
||||
33,1, ソード
|
||||
33,3,소드
|
||||
33,4,劍
|
||||
33,5,Épée
|
||||
33,6,Schwert
|
||||
33,7,Espada
|
||||
33,8,çSpada
|
||||
33,9,Sword
|
||||
33,12,剑
|
||||
34,1,シールド
|
||||
34,3,실드
|
||||
34,4,盾
|
||||
34,5,Bouclier
|
||||
34,6,Schild
|
||||
34,7,Escudo
|
||||
34,8,Spada
|
||||
34,9,Shield
|
||||
34,12,盾
|
||||
35,1,鎧の孤島
|
||||
35,3,갑옷의 외딴섬
|
||||
35,4,鎧之孤島
|
||||
35,5,"L'île solitaire de l'Armure"
|
||||
35,6,"Die Insel der Rüstung"
|
||||
35,7,"La isla de la armadura"
|
||||
35,8,"L'isola solitaria dell'armatura"
|
||||
35,9,"The Isle of Armor"
|
||||
35,12,铠之孤岛
|
||||
36,1,冠の雪原
|
||||
36,3,왕관의 설원
|
||||
36,4,冠之雪原
|
||||
36,5,Les terres enneigées de la Couronne
|
||||
36,6,Die Schneelande der Krone
|
||||
36,7,Las nieves de la corona
|
||||
36,8,Le terre innevate della corona
|
||||
36,9,"The Crown Tundra"
|
||||
36,12,冠之雪原
|
||||
37,1,ブリリアントダイヤモンド
|
||||
37,3,브릴리언트 다이아몬드
|
||||
37,4,晶燦鑽石
|
||||
37,5,Diamant Étincelant
|
||||
37,6,Strahlender Diamant
|
||||
37,7,Diamante Brillante
|
||||
37,8,Diamante Lucente
|
||||
37,9,Brilliant Diamond
|
||||
37,12,晶灿钻石
|
||||
38,1,シャイニングパール
|
||||
38,3,샤이닝 펄
|
||||
38,4,明亮珍珠
|
||||
38,5,Perle Scintillante
|
||||
38,6,Leuchtende Perle
|
||||
38,7,Perla Reluciente
|
||||
38,8,Perla Splendente
|
||||
38,9,Shining Pearl
|
||||
38,12,明亮珍珠
|
||||
39,1,LEGENDS アルセウス
|
||||
39,3,LEGENDS 아르세우스
|
||||
39,4,傳說 阿爾宙斯
|
||||
39,5,Légendes : Arceus
|
||||
39,6,Legenden: Arceus
|
||||
39,7,Leyendas: Arceus
|
||||
39,8,Leggende: Arceus
|
||||
39,9,Legends: Arceus
|
||||
39,12,传说 阿尔宙斯
|
||||
|
|
Can't render this file because it contains an unexpected character in line 285 and column 24.
|
|
@ -33,3 +33,8 @@ id,version_group_id,identifier
|
|||
32,19,lets-go-eevee
|
||||
33,20,sword
|
||||
34,20,shield
|
||||
35,21,the-isle-of-armor
|
||||
36,22,the-crown-tundra
|
||||
37,23,brilliant-diamond
|
||||
38,23,shining-pearl
|
||||
39,24,legends-arceus
|
||||
|
|
|
Loading…
Reference in a new issue