Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Hisui #95

Merged
merged 18 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pokedex/data/csv/pokemon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
68 changes: 68 additions & 0 deletions pokedex/data/csv/pokemon_abilities.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,33,1,3
905,131,0,1
905,126,1,3
10001,46,0,1
10002,46,0,1
10003,46,0,1
Expand Down Expand Up @@ -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
7 changes: 7 additions & 0 deletions pokedex/data/csv/pokemon_egg_groups.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
28 changes: 28 additions & 0 deletions pokedex/data/csv/pokemon_form_generations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
23 changes: 23 additions & 0 deletions pokedex/data/csv/pokemon_form_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
28 changes: 28 additions & 0 deletions pokedex/data/csv/pokemon_forms.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,
900,kleavor,,900,20,1,0,0,1,
901,ursaluna,,901,20,1,0,0,1,
902,basculegion-male,male,902,20,1,0,0,1,
903,sneasler,,903,20,1,0,0,1,
904,overqwil,,904,20,1,0,0,1,
905,enamorus-incarnate,incarnate,905,20,1,0,0,1,
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
Expand Down Expand Up @@ -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,
10399,arcanine-hisui,hisui,10230,24,1,1,0,1,
10400,voltorb-hisui,hisui,10231,24,1,1,0,1,
10401,electrode-hisui,hisui,10232,24,1,1,0,1,
10402,typhlosion-hisui,hisui,10233,24,1,1,0,1,
10403,qwilfish-hisui,hisui,10234,24,1,1,0,1,
10404,sneasel-hisui,hisui,10235,24,1,1,0,1,
10405,samurott-hisui,hisui,10236,24,1,1,0,1,
10406,lilligant-hisui,hisui,10237,24,1,1,0,1,
10407,zorua-hisui,hisui,10238,24,1,1,0,1,
10408,zoroark-hisui,hisui,10239,24,1,1,0,1,
10409,braviary-hisui,hisui,10240,24,1,1,0,1,
10410,sliggoo-hisui,hisui,10241,24,1,1,0,1,
10411,goodra-hisui,hisui,10242,24,1,1,0,1,
10412,avalugg-hisui,hisui,10243,24,1,1,0,1,
10413,decidueye-hisui,hisui,10244,24,1,1,0,1,
10414,dialga-origin,origin,10245,24,1,1,0,1,
10415,palkia-origin,origin,10246,24,1,1,0,1,
10416,basculin-white-striped,white-striped,10247,24,1,1,0,1,
10417,basculegion-female,female,902,24,1,1,0,1,
10418,enamorus-therian,therian,905,24,1,1,0,1,
7 changes: 7 additions & 0 deletions pokedex/data/csv/pokemon_species.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,,,4,,,0,,,1,,0,0,899,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, here the data lacks information. By building the DB I get that:

null value in column "forms_switchable" of relation "pokemon_v2_pokemonspecies" violates not-null constraint

I guess we should try to fill all the columns.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Naramsim updated in last commit

900,kleavor,8,123,,3,,,4,75,,0,,,2,,0,0,900,
901,ursaluna,8,217,,3,,,4,,,0,,,2,,0,0,901,
902,basculegion,8,550,,5,,,4,,,0,,,2,,0,0,902,
903,sneasler,8,215,,4,,,4,135,,0,,,4,,0,0,903,
904,overqwil,8,211,,1,,,4,135,,0,,,2,,0,0,904,
905,enamorus,8,,,6,,,8,,,0,,,1,,1,0,905,
28 changes: 28 additions & 0 deletions pokedex/data/csv/pokemon_species_flavor_text.csv
Original file line number Diff line number Diff line change
Expand Up @@ -182665,3 +182665,31 @@ cause hearts to mend and plants to spring forth."
898,34,12,"曾经在很久以前统治着
伽勒尔的传说之王。拥有
治愈心灵和让草木发芽的能力。"
58,39,9,"They patrol their territory in pairs. I believe the igneous rock components in the fur of this species are the result of volcanic activity in its habitat."
59,39,9,"Snaps at its foes with fangs cloaked in blazing flame. Despite its bulk, it deftly feints every which way, leading opponents on a deceptively merry chase as it all but dances around them."
100,39,9,"An enigmatic Pokémon that happens to bear a resemblance to a Poké Ball. When excited, it discharges the electric current it has stored in its belly, then lets out a great, uproarious laugh."
101,39,9,"The tissue on the surface of its body is curiously similar in composition to an Apricorn. When irritated, this Pokémon lets loose an electric current equal to 20 lightning bolts."
157,39,9,"Said to purify lost, forsaken souls with its flames and guide them to the afterlife. I believe its form has been influenced by the energy of the sacred mountain towering at Hisui's center."
211,39,9,"Fishers detest this troublesome Pokémon because it sprays poison from its spines, getting it everywhere. A different form of Qwilfish lives in other regions."
215,39,9,"Its sturdy, curved claws are ideal for traversing precipitous cliffs. From the tips of these claws drips a venom that infiltrates the nerves of any prey caught in Sneasel's grasp."
483,39,9,"This Pokémon is revered as a deity in Hisuian legend. The birth of Dialga was what caused the vast river of time to begin flowing in our world."
484,39,9,"This Pokémon is feared as a deity in Hisuian legend. The birth of Palkia was what caused the walls of our world to disappear, creating a sky that spans for infinity."
503,39,9,"Hard of heart and deft of blade, this rare form of Samurott is a product of the Pokémon's evolution in the region of Hisui. Its turbulent blows crash into foes like ceaseless pounding waves."
549,39,9,"I suspect that its well-developed legs are the result of a life spent on mountains covered in deep snow. The scent it exudes from its flower crown heartens those in proximity."
550,39,9,"Though it differs from other Basculin in several respects, including demeanor—this one is gentle—I have categorized it as a regional form given the vast array of shared qualities."
570,39,9,"A once-departed soul, returned to life in Hisui. Derives power from resentment, which rises as energy atop its head and takes on the forms of foes. In this way, Zorua vents lingering malice. "
571,39,9,"With its disheveled white fur, it looks like an embodiment of death. Heedless of its own safety, Zoroark attacks its nemeses with a bitter energy so intense, it lacerates Zoroark's own body."
628,39,9,"Screaming a bloodcurdling battle cry, this huge and ferocious bird Pokémon goes out on the hunt. It blasts lakes with shock waves, then scoops up any prey that float to the water's surface."
705,39,9,"A creature given to melancholy. I suspect its metallic shell developed as a result of the mucus on its skin reacting with the iron in Hisui's water."
706,39,9,"Able to freely control the hardness of its metallic shell. It loathes solitude and is extremely clingy—it will fume and run riot if those dearest to it ever leave its side."
713,39,9,"The armor of ice covering its lower jaw puts steel to shame and can shatter rocks with ease. This Pokémon barrels along steep mountain paths, cleaving through the deep snow."
724,39,9,"The air stored inside the rachises of Decidueye's feathers insulates the Pokémon against Hisui's extreme cold. This is firm proof that evolution can be influenced by environment."
899,39,9,"The black orbs shine with an uncanny light when the Pokémon is erecting invisible barriers. The fur shed from its beard retains heat well and is a highly useful material for winter clothing."
900,39,9,"A violent creature that fells towering trees with its crude axes and shields itself with hard stone. If one should chance upon this Pokémon in the wilds, one's only recourse is to flee."
901,39,9,"I believe it was Hisui's swampy terrain that gave Ursaluna its burly physique and newfound capacity to manipulate peat at will."
902,39,9,"Clads itself in the souls of comrades that perished before fulfilling their goals of journeying upstream. No other species throughout all Hisui's rivers is Basculegion's equal."
903,39,9,"Because of Sneasler's virulent poison and daunting physical prowess, no other species could hope to best it on the frozen highlands. Preferring solitude, this species does not form packs."
904,39,9,"Its lancelike spikes and savage temperament have earned it the nickname "sea fiend." It slurps up poison to nourish itself."
905,39,9,"When it flies to this land from across the sea, the bitter winter comes to an end. According to legend, this Pokémon's love gives rise to the budding of fresh life across Hisui."
483,39,9,"Radiant light caused Dialga to take on a form bearing a striking resemblance to the creator Pokémon. Dialga now wields such colossal strength that one must conclude this is its true form."
484,39,9,"It soars across the sky in a form that greatly resembles the creator of all things. Perhaps this imitation of appearance is Palkia's strategy for gaining Arceus's powers."
63 changes: 63 additions & 0 deletions pokedex/data/csv/pokemon_species_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,眷恋云,
Loading