From ca91366cfd6651e12f3825486145ff0a2ea77c8f Mon Sep 17 00:00:00 2001 From: Redacted Date: Mon, 10 Mar 2025 17:25:11 +0000 Subject: [PATCH] Added SkipStep if in territory 154 (firmament) --- .../3891_On Ehll Tou's Wings.json | 103 ++++++++++-------- 1 file changed, 55 insertions(+), 48 deletions(-) diff --git a/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/3891_On Ehll Tou's Wings.json b/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/3891_On Ehll Tou's Wings.json index 8306ccb8..d143078c 100644 --- a/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/3891_On Ehll Tou's Wings.json +++ b/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/3891_On Ehll Tou's Wings.json @@ -1,49 +1,56 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "TerritoryId": 418, - "InteractionType": "None", - "AetheryteShortcut": "Ishgard", - "AethernetShortcut": [ - "[Ishgard] Aetheryte Plaza", - "[Ishgard] Firmament" - ] - }, - { - "DataId": 1032220, - "Position": { - "X": 113.29822, - "Y": -20.000002, - "Z": 1.449585 - }, - "TerritoryId": 886, - "InteractionType": "AcceptQuest", - "AethernetShortcut": [ - "[Firmament] The Mendicant's Court", - "[Firmament] The Mattock" - ] - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1033784, - "Position": { - "X": 154.00928, - "Y": -50, - "Z": 67.73474 - }, - "TerritoryId": 886, - "InteractionType": "CompleteQuest" - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "TerritoryId": 418, + "InteractionType": "None", + "AetheryteShortcut": "Ishgard", + "AethernetShortcut": [ + "[Ishgard] Aetheryte Plaza", + "[Ishgard] Firmament" + ], + "SkipConditions": { + "StepIf": { + "InTerritory": [ + 154 + ] + } + } + }, + { + "DataId": 1032220, + "Position": { + "X": 113.29822, + "Y": -20.000002, + "Z": 1.449585 + }, + "TerritoryId": 886, + "InteractionType": "AcceptQuest", + "AethernetShortcut": [ + "[Firmament] The Mendicant's Court", + "[Firmament] The Mattock" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1033784, + "Position": { + "X": 154.00928, + "Y": -50, + "Z": 67.73474 + }, + "TerritoryId": 886, + "InteractionType": "CompleteQuest" + } + ] + } + ] } \ No newline at end of file -- 2.30.2