From f651a7d73db26997d27306494a18b8ea6cf5414c Mon Sep 17 00:00:00 2001 From: rwalters Date: Wed, 28 May 2025 04:45:24 -0400 Subject: [PATCH] (Adventure Mode) Fix quest references and step requirements (#7697) * Fixing an issue in which touching the space the map occupies outside of the world map does not allow the player to move (very relevant on maps with content in the top left corner) * Fixing several text based references that looked created in bulk with similar problems. Kiora and Teferi don't require going back to the town that issued the quest, and the others reference the wrong location when arriving there for where the reputation goes --- .../res/adventure/Shandalar/world/quests.json | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/forge-gui/res/adventure/Shandalar/world/quests.json b/forge-gui/res/adventure/Shandalar/world/quests.json index d0dc10aa580..80fcc2e225c 100644 --- a/forge-gui/res/adventure/Shandalar/world/quests.json +++ b/forge-gui/res/adventure/Shandalar/world/quests.json @@ -6178,7 +6178,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -6383,7 +6383,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -6586,7 +6586,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -6615,7 +6615,7 @@ } ], "addMapReputation": 3, - "POIReference": "$(poi_1)" + "POIReference": "$(poi_2)" } ], "name": "It's nothing I couldn't handle. (Complete Quest)" @@ -6785,7 +6785,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -7782,7 +7782,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for defeating Kiora. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for defeating Kiora. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -7883,6 +7883,7 @@ "mapFlagValue": 1, "here": true, "objective": "Travel", + "prerequisiteIDs": [ 1 ], "prologue": {}, "epilogue": {}, "failureDialog": {}, @@ -7990,7 +7991,7 @@ }, "prologue": {}, "epilogue": { - "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_1))", + "text": "As you enter the village, the local townspeople rush towards you to thank you for your deeds. (+3 Reputation in $(poi_2))", "options": [ { "action": [ @@ -8023,7 +8024,9 @@ "Mythic Rare" ] } - ] + ], + "addMapReputation": 3, + "POIReference": "$(poi_2)" } ], "name": "It's nothing I couldn't handle. (Complete Quest)" @@ -8089,6 +8092,7 @@ "mapFlagValue": 1, "here": true, "objective": "Travel", + "prerequisiteIDs": [ 1 ], "prologue": {}, "epilogue": {}, "failureDialog": {},