From 68ebb74c2cb7d5708517bbc0eb429a775677accd Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 27 May 2025 12:21:58 +0200 Subject: [PATCH] Add some Occult Crescent quests --- .../Main Story/5309_One Last Hurrah.json | 183 ++++++++++++++++++ .../Main Story/5310_The Phantom Village.json | 99 ++++++++++ .../Main Story/5311_Unfamiliar Territory.json | 37 ++++ .../Main Story/5312_New Job, Old Tricks.json | 38 ++++ .../5313_The Ancient Arts of War.json | 37 ++++ .../5314_Creatures of the Crescent.json | 22 +++ .../Occult Crescent/survey points.md | 29 +++ 7 files changed, 445 insertions(+) create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5309_One Last Hurrah.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5310_The Phantom Village.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5311_Unfamiliar Territory.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5312_New Job, Old Tricks.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5313_The Ancient Arts of War.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5314_Creatures of the Crescent.json create mode 100644 QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/survey points.md diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5309_One Last Hurrah.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5309_One Last Hurrah.json new file mode 100644 index 00000000..11cd1e9b --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5309_One Last Hurrah.json @@ -0,0 +1,183 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1038915, + "Position": { + "X": 188.06738, + "Y": -17.9643, + "Z": 43.289795 + }, + "TerritoryId": 1185, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Tuliyollal", + "AethernetShortcut": [ + "[Tuliyollal] Aetheryte Plaza", + "[Tuliyollal] Wachumeqimeqi" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1038967, + "Position": { + "X": 206.68335, + "Y": -17.9645, + "Z": 62.607666 + }, + "TerritoryId": 1185, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1038967, + "Position": { + "X": 206.68335, + "Y": -17.9645, + "Z": 62.607666 + }, + "TerritoryId": 1185, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_KINGKD001_05309_SYSTEM_000_201", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 3 + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1042454, + "Position": { + "X": 33.554565, + "Y": 18.511625, + "Z": 6.362976 + }, + "TerritoryId": 1277, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 1042894, + "Position": { + "X": 16.281311, + "Y": 16.35219, + "Z": -10.666138 + }, + "TerritoryId": 1277, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 1046341, + "Position": { + "X": 0.38146973, + "Y": 16.34722, + "Z": -6.4240723 + }, + "TerritoryId": 1277, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 1046350, + "Position": { + "X": -18.509216, + "Y": 16.352419, + "Z": 3.40271 + }, + "TerritoryId": 1277, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 16 + ] + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1039720, + "Position": { + "X": 32.822144, + "Y": 18.355127, + "Z": -3.402832 + }, + "TerritoryId": 1277, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6 + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1052330, + "Position": { + "X": 46.066895, + "Y": 0, + "Z": -0.13739014 + }, + "StopDistance": 5, + "TerritoryId": 1269, + "InteractionType": "CompleteQuest", + "NextQuestId": 5310 + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5310_The Phantom Village.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5310_The Phantom Village.json new file mode 100644 index 00000000..e6af03f9 --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5310_The Phantom Village.json @@ -0,0 +1,99 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1052330, + "Position": { + "X": 46.066895, + "Y": 0, + "Z": -0.13739014 + }, + "StopDistance": 5, + "TerritoryId": 1269, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2014647, + "Position": { + "X": 34.01233, + "Y": 3.118126, + "Z": 32.39708 + }, + "StopDistance": 4, + "TerritoryId": 1269, + "InteractionType": "Interact", + "IgnoreDistanceToObject": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 2014645, + "Position": { + "X": -37.70508, + "Y": 1.3274536, + "Z": -35.965576 + }, + "TerritoryId": 1269, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2014646, + "Position": { + "X": 10.391357, + "Y": 30.869019, + "Z": -69.04712 + }, + "TerritoryId": 1269, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1052452, + "Position": { + "X": -1.9074707, + "Y": 0.90001047, + "Z": 15.8845825 + }, + "TerritoryId": 1269, + "InteractionType": "CompleteQuest", + "NextQuestId": 5311 + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5311_Unfamiliar Territory.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5311_Unfamiliar Territory.json new file mode 100644 index 00000000..bec7f7b2 --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5311_Unfamiliar Territory.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1053794, + "Position": { + "X": -0.015319824, + "Y": 0, + "Z": -21.103333 + }, + "StopDistance": 5, + "TerritoryId": 1269, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1053797, + "Position": { + "X": -77.592224, + "Y": 5, + "Z": -15.396423 + }, + "TerritoryId": 1269, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5312_New Job, Old Tricks.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5312_New Job, Old Tricks.json new file mode 100644 index 00000000..0bc1ba0d --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5312_New Job, Old Tricks.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1053798, + "Position": { + "X": 841.9165, + "Y": 72.713615, + "Z": -700.3434 + }, + "StopDistance": 5, + "TerritoryId": 1252, + "InteractionType": "AcceptQuest", + "Comment": "This requires queueing into Occult Crescent: South Horn, so isn't started automatically" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1053799, + "Position": { + "X": 867.9177, + "Y": 72.7133, + "Z": -677.48535 + }, + "TerritoryId": 1252, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5313_The Ancient Arts of War.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5313_The Ancient Arts of War.json new file mode 100644 index 00000000..f479a1cc --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5313_The Ancient Arts of War.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1053796, + "Position": { + "X": 868.10095, + "Y": 72.75855, + "Z": -677.3938 + }, + "TerritoryId": 1252, + "InteractionType": "AcceptQuest", + "Comment": "This requires queueing into Occult Crescent: South Horn AND equipping a phantom job, so isn't started automatically" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1053800, + "Position": { + "X": 822.8733, + "Y": 72.673935, + "Z": -678.7671 + }, + "TerritoryId": 1252, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5314_Creatures of the Crescent.json b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5314_Creatures of the Crescent.json new file mode 100644 index 00000000..cc183b37 --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/Main Story/5314_Creatures of the Crescent.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1053801, + "Position": { + "X": 826.77954, + "Y": 72.6634, + "Z": -678.18726 + }, + "TerritoryId": 1252, + "InteractionType": "AcceptQuest", + "Comment": "This requires queueing into Occult Crescent: South Horn, so isn't started automatically" + } + ] + } + ] +} diff --git a/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/survey points.md b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/survey points.md new file mode 100644 index 00000000..6721b790 --- /dev/null +++ b/QuestPaths/7.x - Dawntrail/Side Stories/Occult Crescent/survey points.md @@ -0,0 +1,29 @@ +### Record 2: The Phantom Village + +```json +{ + "DataId": 2014695, + "Position": { + "X": -0.015319824, + "Y": 29.984009, + "Z": -100.02289 + }, + "TerritoryId": 1269, + "InteractionType": "Interact" +} +``` + +### Record 5: Expedition Base Camp + +```json +{ + "DataId": 2014695, + "Position": { + "X": 857, + "Y": 73.17932, + "Z": -692 + }, + "TerritoryId": 1252, + "InteractionType": "Interact" +} +``` -- 2.20.1