Skip to content

Commit 6465e03

Browse files
authored
Add missing evolution methods from pokemon scarlet and violet dlc and fix typo (#1509)
* fixed gimmighoul_coins typo in evolution_triggers.csv * fix new evolutions items and add evolutions for duraludon and dipplin * fix dupplication of black augurite * add sinistcha and hydrapple evolution * fix item ids of black augurite and peat block in evolutions
1 parent f0093c1 commit 6465e03

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

data/v2/csv/evolution_triggers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ id,identifier
1414
13,recoil-damage
1515
14,use-move
1616
15,three-defeated-bisharp
17-
16,gimmmighoul-coins
17+
16,gimmighoul-coins

data/v2/csv/item_names.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18096,6 +18096,7 @@ item_id,local_language_id,name
1809618096
2108,11,いしずえのめん
1809718097
2109,1,みついりりんご
1809818098
2109,5,Pomme Nectar
18099+
2109,6,Saftiger Apfel
1809918100
2109,9,Syrupy Apple
1810018101
2109,11,みついりりんご
1810118102
2110,1,ボンサクのちゃわん
@@ -18497,3 +18498,9 @@ item_id,local_language_id,name
1849718498
2228,9,Jet Ball
1849818499
2229,5,Origine Ball
1849918500
2229,9,Origin Ball
18501+
2230,6,Schwarzaugit
18502+
2230,9,Black Augurite
18503+
2231,6,Torfblock
18504+
2231,9,Peat Block
18505+
2232,6,Legierungsmetall
18506+
2232,6,Metal Alloy

data/v2/csv/items.csv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,5 +2172,6 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
21722172
2227,lawing-ball,34,0,,
21732173
2228,lajet-ball,34,0,,
21742174
2229,laorigin-ball,34,0,,
2175-
10001,black-augurite,10,0,,
2176-
10002,peat-block,10,0,,
2175+
2230,black-augurite,10,0,,
2176+
2231,peat-block,10,0,,
2177+
2232,metal-alloy,10,0,,

data/v2/csv/pokemon_evolution.csv

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
459459
460,745,1,,25,,,,dusk,,,,,,,,,,0,0,0,,,,,,
460460
461,20,1,,20,,,,night,,,,,,,,,,0,0,0,,10091,,,,
461461
462,899,11,,,,,,,,,,,,,,,,0,0,0,,,828,20,,
462-
463,900,3,10001,,,,,,,,,,,,,,,0,0,0,,,,,,
463-
464,901,3,10002,,,,,full-moon,,,,,,,,,,0,0,0,,,,,,
462+
463,900,3,2230,,,,,,,,,,,,,,,0,0,0,,,,,,
463+
464,901,3,2231,,,,,full-moon,,,,,,,,,,0,0,0,,,,,,
464464
465,902,13,,,,,,,,,,,,,,,,0,0,0,,10247,,,,294
465465
466,903,1,,,,,303,day,,,,,,,,,,0,0,0,,10235,,,,
466466
467,904,12,,,,,,,,,,,,,,,,0,0,0,,10234,839,20,,
@@ -536,3 +536,8 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
536536
538,264,1,,20,,,,,,,,,,,,,,0,0,0,,10174,,,,
537537
539,892,3,1675,,,,,,,,,,,,,,,0,0,0,,,,,,
538538
540,892,3,1676,,,,,,,,,,,,,,,0,0,0,,,,,,
539+
541,1011,3,2109,,,,,,,,,,,,,,,0,0,0,,,,,,
540+
542,1018,3,2232,,,,,,,,,,,,,,,0,0,0,,,,,,
541+
543,1019,1,,,,,,,913,,,,,,,,,0,0,0,,,,,,
542+
544,1013,3,2110,,,,,,,,,,,,,,,0,0,0,,,,,,
543+
545,1013,3,2111,,,,,,,,,,,,,,,0,0,0,,,,,,

0 commit comments

Comments
 (0)