Skip to content

Commit

Permalink
Merge pull request #20 from Witchybun/FinalSDV5Bugfix2
Browse files Browse the repository at this point in the history
Fix Void Soul GI reqs and naming
  • Loading branch information
agilbert1412 authored Jan 26, 2024
2 parents 8edf014 + 198d0af commit 6ea607d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worlds/stardew_valley/data/items.csv
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ id,name,classification,groups,mod_name
10501,Marlon's Boat Paddle,progression,GINGER_ISLAND,Stardew Valley Expanded
10502,Diamond Wand,filler,"WEAPON,DEPRECATED",Stardew Valley Expanded
10503,Iridium Bomb,progression,,Stardew Valley Expanded
10504,Krobus' Protection,useful,,Stardew Valley Expanded
10504,Void Spirit Peace Agreement,useful,GINGER_ISLAND,Stardew Valley Expanded
10505,Kittyfish Spell,progression,,Stardew Valley Expanded
10506,Nexus: Adventurer's Guild Runes,progression,MOD_WARP,Stardew Valley Expanded
10507,Nexus: Junimo Woods Runes,progression,MOD_WARP,Stardew Valley Expanded
Expand Down
2 changes: 1 addition & 1 deletion worlds/stardew_valley/data/locations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,7 @@ id,region,name,tags,mod_name
7509,Grandpa's Shed Interior,Grandpa's Shed,"STORY_QUEST",Stardew Valley Expanded
7510,Aurora Vineyard,Aurora Vineyard,"STORY_QUEST",Stardew Valley Expanded
7511,Lance's House Main,Monster Crops,"STORY_QUEST,GINGER_ISLAND",Stardew Valley Expanded
7512,Sewer,Void Soul Retrieval,"STORY_QUEST",Stardew Valley Expanded
7512,Sewer,Void Soul Retrieval,"STORY_QUEST,GINGER_ISLAND",Stardew Valley Expanded
7513,Fairhaven Farm,Andy's Cellar,SPECIAL_ORDER_BOARD,Stardew Valley Expanded
7514,Adventurer's Guild,A Mysterious Venture,SPECIAL_ORDER_BOARD,Stardew Valley Expanded
7515,Jenkins' Residence,An Elegant Reception,SPECIAL_ORDER_BOARD,Stardew Valley Expanded
Expand Down
2 changes: 1 addition & 1 deletion worlds/stardew_valley/strings/ap_names/mods/mod_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class SkillLevel:
class SVEQuestItem:
aurora_vineyard_tablet = "Aurora Vineyard Tablet"
iridium_bomb = "Iridium Bomb"
void_soul = "Krobus' Protection"
void_soul = "Void Spirit Peace Agreement"
kittyfish_spell = "Kittyfish Spell"
scarlett_job_offer = "Scarlett's Job Offer"
morgan_schooling = "Morgan's Schooling"
Expand Down

0 comments on commit 6ea607d

Please sign in to comment.