From 59f3ae6c21709bb254500dd6d697b85a7ee831c2 Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Mon, 25 Nov 2024 20:49:42 +0800 Subject: [PATCH 1/5] Added new daily quest - Tale of Roe --- .../Kojin/Dailies/2998_Tale of Roe.json | 180 ++++++++++++++++++ .../Kojin/Dailies/2998_Tale of Roe.md | 10 + 2 files changed, 190 insertions(+) create mode 100644 QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.json create mode 100644 QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.md diff --git a/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.json b/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.json new file mode 100644 index 00000000..12ae8368 --- /dev/null +++ b/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.json @@ -0,0 +1,180 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1024217, + "Position": { + "X": 394.39978, + "Y": -119.58932, + "Z": -232.28815 + }, + "TerritoryId": 613, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 613, + "InteractionType": "None", + "AetheryteShortcut": "Kugane", + "AethernetShortcut": [ + "[Kugane] Aetheryte Plaza", + "[Kugane] The Ruby Price" + ] + }, + { + "DataId": 2009100, + "Position": { + "X": 394.7661, + "Y": 16.983276, + "Z": 845.9448 + }, + "TerritoryId": 613, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2002419, + "KillEnemyDataIds": [8242], + "RequiredQuestVariables": [ + null, + null, + null, + null, + [48, 80, 112, 128], + null + ], + "Fly": true + }, + { + "DataId": 2009101, + "Position": { + "X": 460.99023, + "Y": 0.56451416, + "Z": 889.494 + }, + "TerritoryId": 613, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2002419, + "KillEnemyDataIds": [8242], + "RequiredQuestVariables": [ + null, + null, + null, + null, + [16, 32, 128], + null + ], + "Fly": true + }, + { + "DataId": 2009142, + "Position": { + "X": 480.4607, + "Y": 3.829956, + "Z": 841.3672 + }, + "TerritoryId": 613, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2002419, + "KillEnemyDataIds": [8242], + "RequiredQuestVariables": [ + null, + null, + null, + null, + [16, 64, 80, 96], + null + ], + "Fly": true + }, + { + "DataId": 2009140, + "Position": { + "X": 543.1753, + "Y": -0.015319824, + "Z": 685.7251 + }, + "TerritoryId": 613, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2002419, + "KillEnemyDataIds": [8243, 8243], + "RequiredQuestVariables": [null, null, null, null, [96, 112], null], + "Fly": true + }, + { + "DataId": 2009141, + "Position": { + "X": 352.1018, + "Y": -0.015319824, + "Z": 860.31885 + }, + "TerritoryId": 613, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2002419, + "KillEnemyDataIds": [8243, 8243], + "RequiredQuestVariables": [ + null, + null, + null, + null, + [32, 48, 64], + null + ], + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1024317, + "Position": { + "X": 823.3004, + "Y": 5.9230013, + "Z": 866.6361 + }, + "TerritoryId": 613, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": 392.59683, + "Y": -119.589325, + "Z": -234.30063 + }, + "TerritoryId": 613, + "InteractionType": "WalkTo", + "AetheryteShortcut": "Ruby Sea - Tamamizu", + "Fly": true + }, + { + "DataId": 1024217, + "Position": { + "X": 394.39978, + "Y": -119.58932, + "Z": -232.28815 + }, + "TerritoryId": 613, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.md b/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.md new file mode 100644 index 00000000..3a69c639 --- /dev/null +++ b/QuestPaths/4.x - Stormblood/Allied Societies/Kojin/Dailies/2998_Tale of Roe.md @@ -0,0 +1,10 @@ +0 0 0 0 xxx 0 | 2009100 2009101 2009140 2009141 2009142 + 16 x x + 32 x x + 48 x x + 64 x x + 80 x x + 96 x x + 112 x x + 128 x x + From 50119e9bd18a5ce4c735095b1eadcba0fee31437 Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Tue, 26 Nov 2024 01:40:36 +0800 Subject: [PATCH 2/5] Added final story quest - The Nest of Honor --- .../Story/2225_The Nest of Honor.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Story/2225_The Nest of Honor.json diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Story/2225_The Nest of Honor.json b/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Story/2225_The Nest of Honor.json new file mode 100644 index 00000000..0ce7b9f9 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Story/2225_The Nest of Honor.json @@ -0,0 +1,36 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1016087, + "Position": { + "X": -796.7498, + "Y": -133.2695, + "Z": -410.6966 + }, + "TerritoryId": 401, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1016088, + "Position": { + "X": -818.143, + "Y": -129.93259, + "Z": -414.02307 + }, + "TerritoryId": 401, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} From 2def76ce9a94af237603b7feb0a29128733d8cf7 Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Wed, 27 Nov 2024 19:34:11 +0800 Subject: [PATCH 3/5] Added `mogdance` emote --- QuestPaths/quest-v1.json | 3 ++- Questionable.Model/Questing/Converter/EmoteConverter.cs | 1 + Questionable.Model/Questing/EEmote.cs | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 0564a3a3..134b1c60 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -848,7 +848,8 @@ "cry", "disappointed", "examineself", - "joy" + "joy", + "mogdance" ] } } diff --git a/Questionable.Model/Questing/Converter/EmoteConverter.cs b/Questionable.Model/Questing/Converter/EmoteConverter.cs index 3e7cb2cb..607f6fda 100644 --- a/Questionable.Model/Questing/Converter/EmoteConverter.cs +++ b/Questionable.Model/Questing/Converter/EmoteConverter.cs @@ -37,6 +37,7 @@ public sealed class EmoteConverter() : EnumConverter(Values) { EEmote.SundropDance, "sundropdance"}, { EEmote.BattleStance, "battlestance" }, { EEmote.VictoryPose, "victorypose" }, + { EEmote.MogDance, "mogdance" }, { EEmote.Flex, "flex" }, { EEmote.Respect, "respect" }, { EEmote.Box, "box" }, diff --git a/Questionable.Model/Questing/EEmote.cs b/Questionable.Model/Questing/EEmote.cs index 93342666..e70ffd36 100644 --- a/Questionable.Model/Questing/EEmote.cs +++ b/Questionable.Model/Questing/EEmote.cs @@ -38,6 +38,7 @@ public enum EEmote SundropDance = 120, BattleStance = 121, VictoryPose = 122, + MogDance = 126, Flex = 139, Respect = 140, Box = 166, From c905b3b6be3db8e8ebc22f57a5c91f1a943768ac Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Wed, 27 Nov 2024 22:03:03 +0800 Subject: [PATCH 4/5] Added all Intersocietal Quests - When Good Dragons Go Bad - Who Was That Masked Man - Lift Me to the Moon - Eternity, Loyalty, Honesty --- .../2382_When Good Dragons Go Bad.json | 190 ++++++++++++++++++ .../2383_Who Was That Masked Man.json | 149 ++++++++++++++ .../2384_Lift Me to the Moon.json | 111 ++++++++++ .../2385_Eternity, Loyalty, Honesty.json | 110 ++++++++++ 4 files changed, 560 insertions(+) create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2382_When Good Dragons Go Bad.json create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2383_Who Was That Masked Man.json create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2384_Lift Me to the Moon.json create mode 100644 QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2385_Eternity, Loyalty, Honesty.json diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2382_When Good Dragons Go Bad.json b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2382_When Good Dragons Go Bad.json new file mode 100644 index 00000000..3b9a2428 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2382_When Good Dragons Go Bad.json @@ -0,0 +1,190 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1012132, + "Position": { + "X": 43.015137, + "Y": 206.04718, + "Z": 56.50415 + }, + "TerritoryId": 478, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Idyllshire", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1016802, + "Position": { + "X": 53.360718, + "Y": -48.000004, + "Z": -169.97028 + }, + "TerritoryId": 398, + "InteractionType": "Interact", + "AetheryteShortcut": "The Dravanian Forelands - Anyx Trine", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1018232, + "Position": { + "X": 236.01123, + "Y": -42.313934, + "Z": 596.3989 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "AetheryteShortcut": "The Churning Mists - Moghome", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1017320, + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "AetheryteShortcut": "The Churning Mists - Zenith", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1017170, + "Position": { + "X": -344.22827, + "Y": 59.038006, + "Z": 317.1587 + }, + "TerritoryId": 400, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1017173, + "Position": { + "X": -363.82086, + "Y": 60.896187, + "Z": 306.38586 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1017173, + "Position": { + "X": -363.82086, + "Y": 60.896187, + "Z": 306.38586 + }, + "TerritoryId": 400, + "InteractionType": "Emote", + "Emote": "rally" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1017170, + "Position": { + "X": -344.22827, + "Y": 59.038006, + "Z": 317.1587 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 8, + "Steps": [ + { + "DataId": 2007517, + "Position": { + "X": -332.6314, + "Y": 59.067627, + "Z": 298.39014 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 9, + "Steps": [ + { + "DataId": 1018234, + "Position": { + "X": -635.85876, + "Y": 82.249985, + "Z": 142.96167 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1017320, + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "InteractionType": "CompleteQuest", + "Fly": true, + "NextQuestId": 2383 + } + ] + } + ] +} diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2383_Who Was That Masked Man.json b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2383_Who Was That Masked Man.json new file mode 100644 index 00000000..85515d12 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2383_Who Was That Masked Man.json @@ -0,0 +1,149 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1017320, + "Position": { + "X": -342.15308, + "Y": 59.03801, + "Z": 315.14453 + }, + "TerritoryId": 400, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "The Churning Mists - Zenith", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + }, + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1018242, + "Position": { + "X": -365.1942, + "Y": 60.616608, + "Z": 279.89612 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + }, + { + "DataId": 1018241, + "Position": { + "X": -421.40845, + "Y": 60.89619, + "Z": 272.755 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1018239, + "Position": { + "X": -339.25385, + "Y": 59.038, + "Z": 317.03674 + }, + "TerritoryId": 400, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1011928, + "Position": { + "X": 73.19751, + "Y": -49.19563, + "Z": -139.05548 + }, + "TerritoryId": 398, + "InteractionType": "Interact", + "AetheryteShortcut": "The Dravanian Forelands - Anyx Trine", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1018243, + "Position": { + "X": 35.99597, + "Y": -130.7033, + "Z": 543.3279 + }, + "TerritoryId": 398, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "Position": { + "X": 471.06836, + "Y": -51.141403, + "Z": 35.919243 + }, + "TerritoryId": 398, + "InteractionType": "WalkTo", + "AetheryteShortcut": "The Dravanian Forelands - Tailfeather", + "Fly": true, + "Land": true + }, + { + "DataId": 1011916, + "Position": { + "X": 470.02356, + "Y": -49.89133, + "Z": 20.370789 + }, + "TerritoryId": 398, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1011907, + "Position": { + "X": -288.8686, + "Y": 127.06639, + "Z": 13.199036 + }, + "TerritoryId": 397, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest", + "Fly": true, + "NextQuestId": 2384 + } + ] + } + ] +} diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2384_Lift Me to the Moon.json b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2384_Lift Me to the Moon.json new file mode 100644 index 00000000..7e94fb18 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2384_Lift Me to the Moon.json @@ -0,0 +1,111 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1018248, + "Position": { + "X": -287.34265, + "Y": 126.77467, + "Z": 3.3721924 + }, + "TerritoryId": 397, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + }, + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1018249, + "Position": { + "X": -814.9691, + "Y": -130.31683, + "Z": -415.85413 + }, + "TerritoryId": 401, + "InteractionType": "Interact", + "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1018251, + "Position": { + "X": 285.7556, + "Y": -112.76572, + "Z": 562.1881 + }, + "TerritoryId": 401, + "InteractionType": "Interact", + "AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1018251, + "Position": { + "X": 285.7556, + "Y": -112.76572, + "Z": 562.1881 + }, + "TerritoryId": 401, + "InteractionType": "Emote", + "Emote": "mogdance" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1018254, + "Position": { + "X": 383.93213, + "Y": -125.28945, + "Z": 734.4929 + }, + "TerritoryId": 401, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1018255, + "Position": { + "X": -793.7896, + "Y": -133.26949, + "Z": -412.6803 + }, + "TerritoryId": 401, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", + "Fly": true, + "NextQuestId": 2385 + } + ] + } + ] +} diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2385_Eternity, Loyalty, Honesty.json b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2385_Eternity, Loyalty, Honesty.json new file mode 100644 index 00000000..d67253a8 --- /dev/null +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Intersocietal Quests/2385_Eternity, Loyalty, Honesty.json @@ -0,0 +1,110 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1018255, + "Position": { + "X": -793.7896, + "Y": -133.26949, + "Z": -412.6803 + }, + "TerritoryId": 401, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + }, + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1018257, + "Position": { + "X": -664.36255, + "Y": -176.4502, + "Z": -570.3975 + }, + "TerritoryId": 402, + "InteractionType": "Interact", + "AetheryteShortcut": "Azys Lla - Helix", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1018260, + "Position": { + "X": -189.5628, + "Y": -102.63812, + "Z": 449.60706 + }, + "TerritoryId": 402, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2007518, + "Position": { + "X": -697.01685, + "Y": -37.82715, + "Z": 431.2047 + }, + "TerritoryId": 402, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1018261, + "Position": { + "X": 785.3054, + "Y": -24.802603, + "Z": -766.3539 + }, + "TerritoryId": 402, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1016087, + "Position": { + "X": -796.7498, + "Y": -133.2695, + "Z": -410.6966 + }, + "TerritoryId": 401, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", + "Fly": true + } + ] + } + ] +} From 05effd49f0f0a200cfeb34609c3f383b241cd035 Mon Sep 17 00:00:00 2001 From: Plogon Enjoyer Date: Wed, 27 Nov 2024 23:52:03 +0800 Subject: [PATCH 5/5] Added Facet of Forging quests: - To Struggle Nu Mou - The Iron Bellows --- .../3228_To Struggle Nu Mou.json | 137 ++++++++++++++++++ .../3229_The Iron Bellows.json | 123 ++++++++++++++++ 2 files changed, 260 insertions(+) create mode 100644 QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3228_To Struggle Nu Mou.json create mode 100644 QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3229_The Iron Bellows.json diff --git a/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3228_To Struggle Nu Mou.json b/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3228_To Struggle Nu Mou.json new file mode 100644 index 00000000..c1c15f07 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3228_To Struggle Nu Mou.json @@ -0,0 +1,137 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027233, + "Position": { + "X": 9.292725, + "Y": 20.186, + "Z": -124.55945 + }, + "TerritoryId": 819, + "InteractionType": "AcceptQuest", + "DialogueChoices": [ + { + "Prompt": "TEXT_LUCKLA102_03228_Q1_000_000", + "Type": "List", + "Answer": "TEXT_LUCKLA102_03228_A1_000_001" + }, + { + "Prompt": "TEXT_LUCKLA102_03228_Q2_000_000", + "Type": "List", + "Answer": "TEXT_LUCKLA102_03228_A2_000_001" + } + ], + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Crystalline Mean" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + }, + "AethernetShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028450, + "Position": { + "X": -311.94025, + "Y": 113.85077, + "Z": -824.4602 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "AetheryteShortcut": "Lakeland - Ostall Imperative", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028451, + "Position": { + "X": -138.96393, + "Y": 58.34806, + "Z": -670.6798 + }, + "TerritoryId": 816, + "InteractionType": "Interact", + "AetheryteShortcut": "Il Mheg - Pla Enni", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028452, + "Position": { + "X": -14.511353, + "Y": 104.487236, + "Z": -861.6312 + }, + "TerritoryId": 816, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1027233, + "Position": { + "X": 9.292725, + "Y": 20.186, + "Z": -124.55945 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Crystalline Mean" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "Craft", + "ItemId": 27237, + "ItemCount": 1 + }, + { + "DataId": 1027233, + "Position": { + "X": 9.292725, + "Y": 20.186, + "Z": -124.55945 + }, + "TerritoryId": 819, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3229_The Iron Bellows.json b/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3229_The Iron Bellows.json new file mode 100644 index 00000000..d0459c0d --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Crystalline Mean Quests/Facet of Forging/3229_The Iron Bellows.json @@ -0,0 +1,123 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "plogon_enjoyer", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027233, + "Position": { + "X": 9.292725, + "Y": 20.186, + "Z": -124.55945 + }, + "TerritoryId": 819, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Crystalline Mean" + ], + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + }, + "AethernetShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028454, + "Position": { + "X": -17.441101, + "Y": 3.9998174, + "Z": 191.94324 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Crystalline Mean", + "[Crystarium] Musica Universalis Markets" + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "Craft", + "ItemId": 27239, + "ItemCount": 1 + }, + { + "DataId": 1028454, + "Position": { + "X": -17.441101, + "Y": 3.9998174, + "Z": 191.94324 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028458, + "Position": { + "X": -96.665955, + "Y": -4.200001, + "Z": 133.1654 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1028454, + "Position": { + "X": -17.441101, + "Y": 3.9998174, + "Z": 191.94324 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027233, + "Position": { + "X": 9.292725, + "Y": 20.186, + "Z": -124.55945 + }, + "TerritoryId": 819, + "InteractionType": "CompleteQuest", + "AethernetShortcut": [ + "[Crystarium] Musica Universalis Markets", + "[Crystarium] The Crystalline Mean" + ] + } + ] + } + ] +}