From: Liza Carvelli Date: Tue, 19 Aug 2025 13:30:35 +0000 (+0200) Subject: Attune to East Shroud aetheryte in Lv10 ARC quests X-Git-Tag: v6.3~6 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=08fa3469d8d3c134cab357227ddd5af6d5a72b96;p=Questionable.git Attune to East Shroud aetheryte in Lv10 ARC quests --- diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/134_Training with Leih.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/134_Training with Leih.json index 7e54ea56..b5612730 100644 --- a/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/134_Training with Leih.json +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/134_Training with Leih.json @@ -287,6 +287,31 @@ { "Sequence": 4, "Steps": [ + { + "DataId": 1001263, + "Position": { + "X": 181.41443, + "Y": -2.3519497, + "Z": -240.40594 + }, + "TerritoryId": 133, + "InteractionType": "Interact", + "TargetTerritoryId": 152, + "AethernetShortcut": [ + "[Gridania] Archers' Guild", + "[Gridania] Lancers' Guild" + ], + "SkipConditions": { + "StepIf": { + "AetheryteUnlocked": "East Shroud - Hawthorne Hut" + } + } + }, + { + "TerritoryId": 152, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "East Shroud - Hawthorne Hut" + }, { "Position": { "X": -431.09494, @@ -333,7 +358,8 @@ "Fly": true, "SkipConditions": { "AetheryteShortcutIf": { - "InSameTerritory": true + "InSameTerritory": true, + "AetheryteLocked": "East Shroud - Hawthorne Hut" } } } diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/67_School of Hard Nocks.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/67_School of Hard Nocks.json index de8f2efe..6846d6bb 100644 --- a/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/67_School of Hard Nocks.json +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/BRD/67_School of Hard Nocks.json @@ -307,6 +307,11 @@ } } }, + { + "TerritoryId": 152, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "East Shroud - Hawthorne Hut" + }, { "Position": { "X": -431.09494, @@ -353,7 +358,8 @@ "Fly": true, "SkipConditions": { "AetheryteShortcutIf": { - "InSameTerritory": true + "InSameTerritory": true, + "AetheryteLocked": "East Shroud - Hawthorne Hut" } } }