(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
This commit is contained in:
rwalters
2025-05-28 04:45:24 -04:00
committed by GitHub
parent 453bae6849
commit f651a7d73d

View File

@@ -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": {},