From: Liza Carvelli Date: Sat, 19 Jul 2025 12:54:57 +0000 (+0200) Subject: Add aetherytes to housing unlock quests X-Git-Tag: v5.23~10 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=92d208ae1624e9eaa8720d87cb6cf192b971f8af;p=Questionable.git Add aetherytes to housing unlock quests --- 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 index 3d58eed1..820e33e7 100644 --- 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 @@ -5,6 +5,20 @@ { "Sequence": 0, "Steps": [ + { + "InteractionType": "None", + "TerritoryId": 148, + "AetheryteShortcut": "Gridania", + "AethernetShortcut": [ + "[Gridania] Aetheryte Plaza", + "[Gridania] Blue Badger Gate (Central Shroud)" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "AetheryteUnlocked": "Central Shroud - Bentbranch Meadows" + } + } + }, { "DataId": 1000478, "Position": { @@ -13,7 +27,14 @@ "Z": 21.072632 }, "TerritoryId": 148, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Central Shroud - Bentbranch Meadows", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "AetheryteLocked": "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 index 678f5659..85180f41 100644 --- 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 @@ -13,7 +13,20 @@ "Z": 133.1654 }, "TerritoryId": 140, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AethernetShortcut": [ + "[Ul'dah] Aetheryte Plaza", + "[Ul'dah] Gate of the Sultana (Western Thanalan)" + ], + "AetheryteShortcut": "Ul'dah", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "InTerritory": [ + 140 + ] + } + } } ] }, 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 index a3f1ae60..4501c75c 100644 --- 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 @@ -13,7 +13,20 @@ "Z": -61.96692 }, "TerritoryId": 135, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true, + "InTerritory": [ + 135 + ] + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Unlocks/Misc/4172_Ascending to Empyreum.json b/QuestPaths/3.x - Heavensward/Unlocks/Misc/4172_Ascending to Empyreum.json index 74243a24..72601fe5 100644 --- a/QuestPaths/3.x - Heavensward/Unlocks/Misc/4172_Ascending to Empyreum.json +++ b/QuestPaths/3.x - Heavensward/Unlocks/Misc/4172_Ascending to Empyreum.json @@ -13,7 +13,13 @@ "Z": 28.732666 }, "TerritoryId": 418, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Ishgard", + "SkipConditions": { + "AethernetShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/4.x - Stormblood/Unlocks/Misc/2631_I Dream of Shirogane.json b/QuestPaths/4.x - Stormblood/Unlocks/Misc/2631_I Dream of Shirogane.json index 2668b835..d9af91e1 100644 --- a/QuestPaths/4.x - Stormblood/Unlocks/Misc/2631_I Dream of Shirogane.json +++ b/QuestPaths/4.x - Stormblood/Unlocks/Misc/2631_I Dream of Shirogane.json @@ -13,7 +13,13 @@ "Z": -66.7583 }, "TerritoryId": 628, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Kugane", + "SkipConditions": { + "AethernetShortcutIf": { + "InSameTerritory": true + } + } } ] },