Skip to content

Commit be845e4

Browse files
jemarq04Naramsim
andauthored
Add Sword/Shield encounters (Part 6: The Crown Tundra) (#1604)
* feat: add slippery-slope encounters * feat: add frostpoint-field encounters * feat: add dynamax adventures encounters and encounter methods for max-lair * feat: add giants-bed encounters * feat: add encounter condition values for finding footprints in the-crown-tundra to find terrakion,virizion,cobalion * fix: use only one encounter method for dynamax adventures * feat: add max-raid encounter method and slot * feat: add regigigas max-raid encounter in giants-bed if the player has all other regis in their party * feat: add regi encounters in their respective ruins. add new encounter condition value and missing condition value prose * feat: add old-cemetery encounters * feat: add snowslide-slope encounters * feat: add tunnel-to-the-top encounters * fix: correct pokemon to their galarian forms * feat: add path-to-the-peak encounters * feat: add calyrex, glastrier, and spectrier encounters. split because calyrex rider forms are not pokemon * feat: add initial encounters for giants-foot * feat: add remaining giants-foot encounters * feat: add roaring-sea-caves encounters * refactor: shift encounter condition value IDs * refactor: shift encounter IDs * feat: add frigid-sea encounters * feat: add cobalion encounter in frigid-sea * feat: add three-point-pass encounters * feat: add main ballimere-lake encounters * feat: add spiritomb encounter in ballimere-lake * feat: add keldeo-resolute encounter in ballimere-lake * feat: add lakeside-cave encounters * feat: add dyna-tree-hill encounter * fix: add missing item-reins-of-unity encounter condition to calyrex and glastrier/spectrier encounter at crown-shrine * feat: add new locations, location areas, and encounter condition values for galarian articuno, zapdos, and moltres encounters * fix: add missing game indices for new location areas * fix: update location area names to be consistent with previous roaming locations * refactor: change regieleki and regidrago condition values for clarity --------- Co-authored-by: Alessandro Pezzè <igougi.ui@gmail.com>
1 parent 9be81dd commit be845e4

11 files changed

Lines changed: 7489 additions & 5 deletions

data/v2/csv/encounter_condition_value_map.csv

Lines changed: 3022 additions & 0 deletions
Large diffs are not rendered by default.

data/v2/csv/encounter_condition_value_prose.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,15 @@ encounter_condition_value_id,local_language_id,name
444444
321,9,Have Cover Fossil in bag
445445
322,9,Have Plume Fossil in bag
446446
323,9,Did not catch Giratina in the Distortion World
447+
324,9,Find 50 sets of Cavern Footprints in The Crown Tundra
448+
325,9,Find 50 sets of Grassland Footprints in The Crown Tundra
449+
326,9,Find 50 sets of Iron Will Footprints in The Crown Tundra
450+
327,9,"Have Regirock, Regice, Registeel, Regieleki, and Regidrago in the party"
451+
328,9,Activate the pattern for Regieleki in the Split-Decision Ruins.
452+
329,9,Activate the pattern for Regidrago in the Split-Decision Ruins.
453+
330,9,Grow an Iceroot Carrot while helping Calyrex.
454+
331,9,Grow a Shaderoot Carrot while helping Calyrex.
455+
332,9,Talk to at least 32 people after interacting with the tombstone in Ballimere Lake.
456+
333,9,"Eat curry on the island with Cobalion, Terrakion, and Virizion in your party after showing them to Sonia."
457+
334,9,Have Reins of Unity in bag
458+
335,9,"Witness the Galarian forms of Articuno, Zapdos, and Moltres fight at Dyna Tree Hill."

data/v2/csv/encounter_condition_values.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,15 @@ id,encounter_condition_id,identifier,is_default
322322
321,11,item-cover-fossil,0
323323
322,11,item-plume-fossil,0
324324
323,10,other-giratina-not-caught-in-distortion-world,0
325+
324,10,other-find-50-cavern-footprints,0
326+
325,10,other-find-50-grassland-footprints,0
327+
326,10,other-find-50-iron-will-footprints,0
328+
327,10,other-regirock-regice-registeel-regieleki-regidrago-in-party,0
329+
328,10,other-choose-regieleki-pattern,0
330+
329,10,other-choose-regidrago-pattern,0
331+
330,10,other-grow-iceroot-carrot,0
332+
331,10,other-grow-shaderoot-carrot,0
333+
332,10,other-talked-to-32-people,0
334+
333,10,other-eat-curry-with-cobalion-terrakion-virizion,0
335+
334,11,item-reins-of-unity,0
336+
335,10,other-witness-galarian-bird-fight,0

data/v2/csv/encounter_method_prose.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ encounter_method_id,local_language_id,name
107107
57,9,Special overworld spawn in a fixed location.
108108
58,9,Special overworld spawn in a fixed location in the water.
109109
59,9,Get chased by territorial Pokémon when entering the water.
110+
60,9,Capture during a Dynamax Adventure.
111+
61,9,Catch a wild Dynamax or Gigantamas Pokémon in a Max Raid battle.

data/v2/csv/encounter_methods.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ id,identifier,order
5858
57,wanderer,57
5959
58,wanderer-water,58
6060
59,chase-water,59
61+
60,dynamax-adventure,60
62+
61,max-raid,61

0 commit comments

Comments
 (0)