From 4cdfb0e21618c27adf85321fc1e59943c2d7a91b Mon Sep 17 00:00:00 2001 From: Redacted Date: Fri, 14 Mar 2025 17:31:32 +0000 Subject: [PATCH] Added 2307_Rare Refreshments --- .../Moogles/2307_Rare Refreshments.json | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Moogles/2307_Rare Refreshments.json diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/2307_Rare Refreshments.json b/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/2307_Rare Refreshments.json new file mode 100644 index 00000000..52f2ebc6 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Moogles/2307_Rare Refreshments.json @@ -0,0 +1,128 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1017171, + "Position": { + "X": -335.56116, + "Y": 59.003433, + "Z": 313.98486 + }, + "TerritoryId": 400, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "The Churning Mists - Zenith", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": -335.56116, + "Y": 59.003433, + "Z": 313.98486 + }, + "TerritoryId": 400, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1017412, + "Position": { + "X": 402.45667, + "Y": -74.34704, + "Z": 636.6826 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "AetheryteShortcut": "The Churning Mists - Moghome", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 400, + "InteractionType": "Craft", + "ItemId": 15738, + "ItemCount": 3, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1017413, + "Position": { + "X": 397.97046, + "Y": -72.344055, + "Z": 653.0403 + }, + "TerritoryId": 400, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1017321, + "Position": { + "X": -376.4859, + "Y": 60.89619, + "Z": 319.7832 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "AetheryteShortcut": "The Churning Mists - Zenith", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1017171, + "Position": { + "X": -335.56116, + "Y": 59.003433, + "Z": 313.98486 + }, + "TerritoryId": 400, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "The Churning Mists - Zenith", + "Fly": true, + "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