From 3850a62bcd8e78652bd838ba5b4b9f3d637dc01b Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 30 Jul 2024 17:01:44 +0200 Subject: [PATCH] Add ARR housing unlock quests --- ...here the Heart Is (The Lavender Beds).json | 92 ++++++++++++++ .../1213_Where the Heart Is (The Goblet).json | 110 ++++++++++++++++ .../1214_Where the Heart Is (Mist).json | 120 ++++++++++++++++++ .../4644_Seeing the Cieldalaes.json | 22 ++++ 4 files changed, 344 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1212_Where the Heart Is (The Lavender Beds).json create mode 100644 QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json create mode 100644 QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json create mode 100644 QuestPaths/6.x - Endwalker/Unlocks/Island Sanctuary/4644_Seeing the Cieldalaes.json diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1212_Where the Heart Is (The Lavender Beds).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1212_Where the Heart Is (The Lavender Beds).json new file mode 100644 index 00000000..3d58eed1 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1212_Where the Heart Is (The Lavender Beds).json @@ -0,0 +1,92 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000478, + "Position": { + "X": 11.642578, + "Y": -1.0223389, + "Z": 21.072632 + }, + "TerritoryId": 148, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005530, + "Position": { + "X": 186.57202, + "Y": -32.23455, + "Z": 327.8706 + }, + "TerritoryId": 148, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1005656, + "Position": { + "X": 200.3357, + "Y": -32.043697, + "Z": 323.7506 + }, + "TerritoryId": 148, + "InteractionType": "Interact", + "TargetTerritoryId": 340, + "DialogueChoices": [ + { + "Type": "List", + "ExcelSheet": "Addon", + "Prompt": 6347, + "Answer": 6403 + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1005879, + "Position": { + "X": 0.8086548, + "Y": 2.8884888, + "Z": 181.99426 + }, + "TerritoryId": 340, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000478, + "Position": { + "X": 11.642578, + "Y": -1.0223389, + "Z": 21.072632 + }, + "TerritoryId": 148, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Central Shroud - Bentbranch Meadows" + } + ] + } + ] +} diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json new file mode 100644 index 00000000..678f5659 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1213_Where the Heart Is (The Goblet).json @@ -0,0 +1,110 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1002001, + "Position": { + "X": 228.47327, + "Y": 52.038116, + "Z": 133.1654 + }, + "TerritoryId": 140, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005531, + "Position": { + "X": 320.88184, + "Y": 67.27533, + "Z": 232.47119 + }, + "TerritoryId": 140, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 316.94064, + "Y": 67.1549, + "Z": 237 + }, + "TerritoryId": 140, + "InteractionType": "WalkTo", + "TargetTerritoryId": 341, + "DialogueChoices": [ + { + "Type": "List", + "ExcelSheet": "Addon", + "Prompt": 6347, + "Answer": 6349 + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1005880, + "Position": { + "X": 5.416931, + "Y": -11.076667, + "Z": -187.94543 + }, + "TerritoryId": 341, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -12.7114315, + "Y": -11.076661, + "Z": -199.92712 + }, + "TerritoryId": 341, + "InteractionType": "WalkTo", + "TargetTerritoryId": 140, + "DialogueChoices": [ + { + "Type": "List", + "ExcelSheet": "Addon", + "Prompt": 6347, + "Answer": 6403 + } + ] + }, + { + "DataId": 1002001, + "Position": { + "X": 228.47327, + "Y": 52.038116, + "Z": 133.1654 + }, + "TerritoryId": 140, + "InteractionType": "CompleteQuest", + "Fly": true, + "DelaySecondsAtStart": 3 + } + ] + } + ] +} diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json new file mode 100644 index 00000000..a3f1ae60 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Unlocks/Housing/1214_Where the Heart Is (Mist).json @@ -0,0 +1,120 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1002579, + "Position": { + "X": 508.01855, + "Y": 79.171745, + "Z": -61.96692 + }, + "TerritoryId": 135, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005529, + "Position": { + "X": 593.225, + "Y": 61.734455, + "Z": -113.96973 + }, + "TerritoryId": 135, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 598.26843, + "Y": 61.502148, + "Z": -105 + }, + "TerritoryId": 135, + "InteractionType": "WalkTo", + "TargetTerritoryId": 339, + "DialogueChoices": [ + { + "Type": "List", + "ExcelSheet": "Addon", + "Prompt": 6347, + "Answer": 6403 + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1005881, + "Position": { + "X": -18.631348, + "Y": 49.025185, + "Z": -113.42035 + }, + "TerritoryId": 339, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -9.527806, + "Y": 50.23951, + "Z": -129.5499 + }, + "TerritoryId": 339, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "Position": { + "X": -9.739164, + "Y": 48.345356, + "Z": -171 + }, + "TerritoryId": 339, + "InteractionType": "WalkTo", + "TargetTerritoryId": 135, + "DisableNavmesh": true, + "DialogueChoices": [ + { + "Type": "List", + "ExcelSheet": "Addon", + "Prompt": 6347, + "Answer": 6403 + } + ] + }, + { + "DataId": 1002579, + "Position": { + "X": 508.01855, + "Y": 79.171745, + "Z": -61.96692 + }, + "TerritoryId": 135, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Unlocks/Island Sanctuary/4644_Seeing the Cieldalaes.json b/QuestPaths/6.x - Endwalker/Unlocks/Island Sanctuary/4644_Seeing the Cieldalaes.json new file mode 100644 index 00000000..6171d56e --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Unlocks/Island Sanctuary/4644_Seeing the Cieldalaes.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "$": "Unlocks visiting other players' Island Sanctuary; not available once you unlock your own", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1043621, + "Position": { + "X": 174.12073, + "Y": 14.095924, + "Z": 667.5669 + }, + "TerritoryId": 135, + "InteractionType": "AcceptQuest" + } + ] + } + ] +}