From 9a6909dba3ae8caf3a7484ef3e2a8ac09958989a Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Sat, 31 Aug 2024 20:44:08 +0800 Subject: [PATCH] Added conditional aetheryte and aethernet shortcuts for sequence 0 --- .../MNK/2026_The Legend Continues.json | 15 ++++++++++++++- .../MNK/2027_Let's Talk about Sects.json | 8 +++++++- .../Class Quests/MNK/2028_Against the Shadow.json | 8 +++++++- .../MNK/2029_Fight the Battle to Win.json | 8 +++++++- .../MNK/2030_Stop the Senseless Killing.json | 8 +++++++- .../MNK/2031_Appetite for Destruction.json | 8 +++++++- 6 files changed, 49 insertions(+), 6 deletions(-) diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2026_The Legend Continues.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2026_The Legend Continues.json index 63aab0af..c65033bc 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2026_The Legend Continues.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2026_The Legend Continues.json @@ -13,7 +13,20 @@ "Z": 95.26196 }, "TerritoryId": 131, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Ul'dah", + "AethernetShortcut": [ + "[Ul'dah] Aetheryte Plaza", + "[Ul'dah] Goldsmiths' Guild" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InTerritory": [130, 131] + }, + "AethernetShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2027_Let's Talk about Sects.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2027_Let's Talk about Sects.json index 3e977e0e..79357b67 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2027_Let's Talk about Sects.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2027_Let's Talk about Sects.json @@ -13,7 +13,13 @@ "Z": -682.76495 }, "TerritoryId": 156, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Mor Dhona", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2028_Against the Shadow.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2028_Against the Shadow.json index 4ed88620..214af16b 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2028_Against the Shadow.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2028_Against the Shadow.json @@ -13,7 +13,13 @@ "Z": -682.76495 }, "TerritoryId": 156, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Mor Dhona", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2029_Fight the Battle to Win.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2029_Fight the Battle to Win.json index 14902731..521faefa 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2029_Fight the Battle to Win.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2029_Fight the Battle to Win.json @@ -13,7 +13,13 @@ "Z": -682.76495 }, "TerritoryId": 156, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Mor Dhona", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2030_Stop the Senseless Killing.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2030_Stop the Senseless Killing.json index a337d017..0e939a29 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2030_Stop the Senseless Killing.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2030_Stop the Senseless Killing.json @@ -13,7 +13,13 @@ "Z": -682.76495 }, "TerritoryId": 156, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Mor Dhona", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] }, diff --git a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2031_Appetite for Destruction.json b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2031_Appetite for Destruction.json index 91ad4bfe..b9cf2df6 100644 --- a/QuestPaths/3.x - Heavensward/Class Quests/MNK/2031_Appetite for Destruction.json +++ b/QuestPaths/3.x - Heavensward/Class Quests/MNK/2031_Appetite for Destruction.json @@ -13,7 +13,13 @@ "Z": -682.76495 }, "TerritoryId": 156, - "InteractionType": "AcceptQuest" + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Mor Dhona", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } } ] },