From a0235c08a637726f2502826fc4ab4f24e01e415d Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 9 Jul 2025 20:00:53 +0200 Subject: [PATCH] Add 'Like Civilized Men and Women (Maelstrom)' --- ...e Civilized Men and Women (Maelstrom).json | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Unlocks/PvP/1528_Like Civilized Men and Women (Maelstrom).json diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/PvP/1528_Like Civilized Men and Women (Maelstrom).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/PvP/1528_Like Civilized Men and Women (Maelstrom).json new file mode 100644 index 00000000..5ba6d2c5 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/PvP/1528_Like Civilized Men and Women (Maelstrom).json @@ -0,0 +1,53 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1003550, + "Position": { + "X": 76.85962, + "Y": 39.99632, + "Z": 78.99597 + }, + "TerritoryId": 128, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] The Aftcastle" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "InTerritory": [ + 128 + ] + } + } + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1009236, + "Position": { + "X": -20.431885, + "Y": 91.99992, + "Z": -1.3886108 + }, + "TerritoryId": 128, + "InteractionType": "CompleteQuest", + "AethernetShortcut": [ + "[Limsa Lominsa] The Aftcastle", + "[Limsa Lominsa] Airship Landing" + ] + } + ] + } + ] +} -- 2.30.2