From 900f0a581ee1f691688ee228588779e8ba1c2e30 Mon Sep 17 00:00:00 2001 From: skiaz Date: Fri, 7 Mar 2025 01:22:45 +0100 Subject: [PATCH] Added 2327_The Zenith of Craftsmanship --- .../2327_The Zenith of Craftsmanship.json | 93 +++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Moogles/Story/2327_The Zenith of Craftsmanship.json diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/Story/2327_The Zenith of Craftsmanship.json b/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/Story/2327_The Zenith of Craftsmanship.json new file mode 100644 index 00000000..fcc0da16 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/Story/2327_The Zenith of Craftsmanship.json @@ -0,0 +1,93 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Skiaz", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1017320, + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "The Churning Mists - Zenith", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1017170, + "Position": { + "X": -344.22827, + "Y": 59.038006, + "Z": 317.1587 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + }, + { + "DataId": 1017173, + "Position": { + "X": -363.82086, + "Y": 60.896187, + "Z": 306.38586 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1017320, + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "InteractionType": "CompleteQuest", + "Fly": true, + "AetheryteShortcut": "The Churning Mists - Zenith", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": -335.56116, + "Y": 59.003433, + "Z": 313.98486 + }, + "TerritoryId": 400, + "MaximumDistance": 50 + } + } + } + } + ] + } + ] +} \ No newline at end of file -- 2.30.2