From a93819503996628bff72ae6f95d4bc37d5cab0b7 Mon Sep 17 00:00:00 2001 From: Witchybun Date: Tue, 2 Jan 2024 14:13:36 -0600 Subject: [PATCH] Ensure Void Soul quest spawns given friend/monstersanity --- .../Events/ModifiedEventReqs.json | 27 ++++++++++++++++++- .../i18n/default.json | 4 ++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/[CP] StardewArchipelago - Stardew Valley Expanded/Events/ModifiedEventReqs.json b/[CP] StardewArchipelago - Stardew Valley Expanded/Events/ModifiedEventReqs.json index 3724892..4e824e7 100644 --- a/[CP] StardewArchipelago - Stardew Valley Expanded/Events/ModifiedEventReqs.json +++ b/[CP] StardewArchipelago - Stardew Valley Expanded/Events/ModifiedEventReqs.json @@ -427,6 +427,31 @@ "Entries": { "1090501/e 1000034/k 1090502/b 1": null } - } + }, + { + "Action": "EditData", + "Target": "Data/Events/Farm", + "When": { + "HasSeenEvent": "908079", + "HasFlag": "Gil_Savage Ring", + "HasFlag": "lanceMonsterCrops", + "Season|contains=Winter": false + }, + "Entries": { + "1090505/e 691039/f Krobus 2500/t 2000 2600/d Thu Fri": null + } + }, + { + "Action": "EditData", + "Target": "Data/Events/Farm", + "When": { + "HasSeenEvent": "908079", + "HasFlag": "lanceMonsterCrops", + "Season|contains=Winter": false + }, + "Entries": { + "1090505/f Krobus 2500/t 2000 2600/d Thu Fri": "spring_night_ambient/-500 -500/farmer -20 -20 0 Krobus -21 -21 0/skippable/pause 1200/speak Krobus \"{{i18n:Krobus.10Hearts1.01}}\"/pause 1000/end dialogue Krobus \"{{i18n:Krobus.10Hearts1.02}}\"" + } + } ] } \ No newline at end of file diff --git a/[CP] StardewArchipelago - Stardew Valley Expanded/i18n/default.json b/[CP] StardewArchipelago - Stardew Valley Expanded/i18n/default.json index 35de4cd..1e263da 100644 --- a/[CP] StardewArchipelago - Stardew Valley Expanded/i18n/default.json +++ b/[CP] StardewArchipelago - Stardew Valley Expanded/i18n/default.json @@ -1,4 +1,6 @@ { "Apples.OrderEvent1.01": "I dreamed that the tablet I got sent floated over to Aurora Vineyard...", - "Apples.OrderEvent1.02": "I couldn't sleep last night...$2#$b#Being sent that tablet...it was moving to Aurora Vineyard.$0#$e#Strange, right?$1" + "Apples.OrderEvent1.02": "I couldn't sleep last night...$2#$b#Being sent that tablet...it was moving to Aurora Vineyard.$0#$e#Strange, right?$1", + "Krobus.10Hearts1.01": "'Friends' are visiting me tomorrow. They want to meet you.$0#$b#Drop by my home in the sewers, okay?$1", + "Krobus.10Hearts1.02": "I get the feeling something serious is going on...$0" } \ No newline at end of file