Alessandro Pezzè 2022-07-21 11:46:20 +02:00
parent 635eb57352
commit 3d9ad78a12
8 changed files with 278 additions and 24 deletions

View file

@ -48,4 +48,9 @@ generation_id,local_language_id,name
7,7,Generación VII
7,9,Generation VII
7,11,第七世代
8,3,8세대
8,5,Génération VIII
8,6,Generation VIII
8,7,Generación VIII
8,9,Generation VIII
8,11,第八世代

1 generation_id local_language_id name
48 7 7 Generación VII
49 7 9 Generation VII
50 7 11 第七世代
51 8 3 8세대
52 8 5 Génération VIII
53 8 6 Generation VIII
54 8 7 Generación VIII
55 8 9 Generation VIII
56 8 11 第八世代

View file

@ -57,3 +57,4 @@ pokedex_id,local_language_id,name,description
27,9,Galar,Sword/Shield Galar dex
28,9,Isle of Armor,Isle of Armor dex
29,9,Crown Tundra,Crown Tundra dex
30,9,Hisui,Hisui dex

1 pokedex_id local_language_id name description
57 27 9 Galar Sword/Shield Galar dex
58 28 9 Isle of Armor Isle of Armor dex
59 29 9 Crown Tundra Crown Tundra dex
60 30 9 Hisui Hisui dex

View file

@ -27,3 +27,4 @@ id,region_id,identifier,is_main_series
27,8,galar,1
28,8,isle-of-armor,1
29,8,crown-tundra,1
30,9,hisui,1

1 id region_id identifier is_main_series
27 27 8 galar 1
28 28 8 isle-of-armor 1
29 29 8 crown-tundra 1
30 30 9 hisui 1

File diff suppressed because it is too large Load diff

View file

@ -897,10 +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,
899,wyrdeer,8,234,,4,8,,4,135,,0,,0,1,0,0,0,899,
900,kleavor,8,123,,3,13,,4,115,,0,,0,2,0,0,0,900,
901,ursaluna,8,217,,3,8,,4,75,,0,,0,2,0,0,0,901,
902,basculegion,8,550,,5,3,,4,135,,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,
905,enamorus,8,,,6,4,,8,3,,0,,0,1,1,1,0,905,

1 id identifier generation_id evolves_from_species_id evolution_chain_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable is_legendary is_mythical order conquest_order
897 896 glastrier 8 474 9 8 -1 3 35 0 120 0 1 0 1 0 896
898 897 spectrier 8 475 1 8 -1 3 35 0 120 0 1 0 1 0 897
899 898 calyrex 8 476 5 12 -1 3 100 0 120 0 1 0 1 0 898
900 899 wyrdeer 8 234 4 8 4 135 0 0 1 0 0 0 899
901 900 kleavor 8 123 3 13 4 75 115 0 0 2 0 0 0 900
902 901 ursaluna 8 217 3 8 4 75 0 0 2 0 0 0 901
903 902 basculegion 8 550 5 3 4 135 0 1 2 1 0 0 902
904 903 sneasler 8 215 4 6 4 135 0 0 4 0 0 0 903
905 904 overqwil 8 211 1 3 4 135 0 0 2 0 0 0 904
906 905 enamorus 8 6 4 8 3 0 0 1 1 1 0 905

View file

@ -9883,6 +9883,7 @@ pokemon_species_id,local_language_id,name,genus
899,4,詭角鹿,
899,5,Cerbyllin,Pokémon Maxi Corne
899,6,Damythir,Vielender-Pokémon
899,8,Wyrdeer,Pokémon Grancorno
899,9,Wyrdeer,Big Horn Pokémon
899,11,アヤシシ,おおツノポケモン
899,12,诡角鹿,
@ -9892,6 +9893,7 @@ pokemon_species_id,local_language_id,name,genus
900,4,劈斧螳螂,
900,5,Hachécateur,Pokémon Hache
900,6,Axantor,Axt-Pokémon
900,8,Kleavor,Pokémon Scure
900,9,Kleavor,Axe Pokémon
900,11,バサギリ,まさかりポケモン
900,12,劈斧螳螂,
@ -9901,6 +9903,7 @@ pokemon_species_id,local_language_id,name,genus
901,4,月月熊,
901,5,Ursaking,Pokémon Tourbe
901,6,Ursaluna,Torf-Pokémon
901,8,Ursaluna,Pokémon Torba
901,9,Ursaluna,Peat Pokémon
901,11,ガチグマ,でいたんポケモン
901,12,月月熊,
@ -9910,6 +9913,7 @@ pokemon_species_id,local_language_id,name,genus
902,4,幽尾玄魚,
902,5,Paragruel,Pokémon Poissigrand
902,6,Salmagnis,Großfisch-Pokémon
902,8,Basculegion,Pokémon Pescegrosso
902,9,Basculegion,Big Fish Pokémon
902,11,イダイトウ,おおうおポケモン
902,12,幽尾玄鱼,
@ -9919,6 +9923,7 @@ pokemon_species_id,local_language_id,name,genus
903,4,大狃拉,
903,5,Farfurex,Pokémon Grimpeur
903,6,Snieboss,Kletterei-Pokémon
903,8,Sneasler,Pokémon Scalata
903,9,Sneasler,Free Climb Pokémon
903,11,オオニューラ,クライミングポケモン
903,12,大狃拉,
@ -9928,6 +9933,7 @@ pokemon_species_id,local_language_id,name,genus
904,4,萬針魚,
904,5,Qwilpik,Pokémon Épineux
904,6,Myriador,Tausenddorn-Pokémon
904,8,Overqwill,Pokémon Spinoso
904,9,Overqwil,Pin Cluster Pokémon
904,11,ハリーマン,けんざんポケモン
904,12,万针鱼,
@ -9937,6 +9943,7 @@ pokemon_species_id,local_language_id,name,genus
905,4,眷戀雲,
905,5,Amovénus,Pokémon Hainamour
905,6,Cupidos,Hassliebe-Pokémon
905,8,Enamorus,Pokémon Amoreodio
905,9,Enamorus,Love-Hate Pokémon
905,11,ラブトロス,あいぞうポケモン
905,12,眷恋云,

1 pokemon_species_id local_language_id name genus
9883 899 4 詭角鹿
9884 899 5 Cerbyllin Pokémon Maxi Corne
9885 899 6 Damythir Vielender-Pokémon
9886 899 8 Wyrdeer Pokémon Grancorno
9887 899 9 Wyrdeer Big Horn Pokémon
9888 899 11 アヤシシ おおツノポケモン
9889 899 12 诡角鹿
9893 900 4 劈斧螳螂
9894 900 5 Hachécateur Pokémon Hache
9895 900 6 Axantor Axt-Pokémon
9896 900 8 Kleavor Pokémon Scure
9897 900 9 Kleavor Axe Pokémon
9898 900 11 バサギリ まさかりポケモン
9899 900 12 劈斧螳螂
9903 901 4 月月熊
9904 901 5 Ursaking Pokémon Tourbe
9905 901 6 Ursaluna Torf-Pokémon
9906 901 8 Ursaluna Pokémon Torba
9907 901 9 Ursaluna Peat Pokémon
9908 901 11 ガチグマ でいたんポケモン
9909 901 12 月月熊
9913 902 4 幽尾玄魚
9914 902 5 Paragruel Pokémon Poissigrand
9915 902 6 Salmagnis Großfisch-Pokémon
9916 902 8 Basculegion Pokémon Pescegrosso
9917 902 9 Basculegion Big Fish Pokémon
9918 902 11 イダイトウ おおうおポケモン
9919 902 12 幽尾玄鱼
9923 903 4 大狃拉
9924 903 5 Farfurex Pokémon Grimpeur
9925 903 6 Snieboss Kletterei-Pokémon
9926 903 8 Sneasler Pokémon Scalata
9927 903 9 Sneasler Free Climb Pokémon
9928 903 11 オオニューラ クライミングポケモン
9929 903 12 大狃拉
9933 904 4 萬針魚
9934 904 5 Qwilpik Pokémon Épineux
9935 904 6 Myriador Tausenddorn-Pokémon
9936 904 8 Overqwill Pokémon Spinoso
9937 904 9 Overqwil Pin Cluster Pokémon
9938 904 11 ハリーマン けんざんポケモン
9939 904 12 万针鱼
9943 905 4 眷戀雲
9944 905 5 Amovénus Pokémon Hainamour
9945 905 6 Cupidos Hassliebe-Pokémon
9946 905 8 Enamorus Pokémon Amoreodio
9947 905 9 Enamorus Love-Hate Pokémon
9948 905 11 ラブトロス あいぞうポケモン
9949 905 12 眷恋云

View file

@ -37,4 +37,5 @@ region_id,local_language_id,name
6,9,Kalos
7,9,Alola
8,9,Galar
9,8,Hisui
9,9,Hisui

1 region_id local_language_id name
37 6 9 Kalos
38 7 9 Alola
39 8 9 Galar
40 9 8 Hisui
41 9 9 Hisui

View file

@ -265,24 +265,24 @@ version_id,local_language_id,name
30,8,Ultraluna
30,9,Ultra Moon
30,12,究极之月
31,1,"Let's Go! ピカチュウ"
31,3,"레츠고! 피카츄"
31,4,"Let's Go皮卡丘"
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,"Lets Go, Pikachu!"
31,12,"Let's Go皮卡丘"
32,1,"Let's Go! イーブイ"
32,3,"레츠고! 이브이"
32,4,"Let's Go伊布"
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,"Lets Go, Eevee!"
32,12,Let's Go伊布"
32,9,"Let's Go, Eevee!"
32,12,Let's Go伊布
33,1, ソード
33,3,소드
33,4,劍
@ -304,11 +304,11 @@ version_id,local_language_id,name
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,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,왕관의 설원
@ -317,7 +317,7 @@ version_id,local_language_id,name
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,9,The Crown Tundra
36,12,冠之雪原
37,1,ブリリアントダイヤモンド
37,3,브릴리언트 다이아몬드

Can't render this file because it contains an unexpected character in line 285 and column 24.