From: Redacted Date: Mon, 10 Mar 2025 17:25:28 +0000 (+0000) Subject: Added SkipStep if in territory 154 (firmament) X-Git-Tag: v5.0~11^2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=80a81387b9c603f3fc47fbe26c726e209e6e2060;p=Questionable.git Added SkipStep if in territory 154 (firmament) --- diff --git a/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/4080_Those Who Serve.json b/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/4080_Those Who Serve.json index 2c581ff2..8b5fe4d0 100644 --- a/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/4080_Those Who Serve.json +++ b/QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/4080_Those Who Serve.json @@ -1,64 +1,71 @@ -{ - "$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": 1036127, - "Position": { - "X": -116.92993, - "Y": 0, - "Z": -137.31598 - }, - "TerritoryId": 886, - "InteractionType": "AcceptQuest", - "AethernetShortcut": [ - "[Firmament] The Mendicant's Court", - "[Firmament] Western Risensong Quarter" - ] - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1036493, - "Position": { - "X": -60.227356, - "Y": -4.146993E-05, - "Z": -16.06781 - }, - "TerritoryId": 886, - "InteractionType": "Interact" - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1036494, - "Position": { - "X": -98.77167, - "Y": 0, - "Z": -131.51752 - }, - "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": 1036127, + "Position": { + "X": -116.92993, + "Y": 0, + "Z": -137.31598 + }, + "TerritoryId": 886, + "InteractionType": "AcceptQuest", + "AethernetShortcut": [ + "[Firmament] The Mendicant's Court", + "[Firmament] Western Risensong Quarter" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1036493, + "Position": { + "X": -60.227356, + "Y": -4.146993E-05, + "Z": -16.06781 + }, + "TerritoryId": 886, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1036494, + "Position": { + "X": -98.77167, + "Y": 0, + "Z": -131.51752 + }, + "TerritoryId": 886, + "InteractionType": "CompleteQuest" + } + ] + } + ] } \ No newline at end of file