From d4d9b67b806b43d2800254b6a3761d1b2a981730 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 16 Aug 2024 22:35:13 +0200 Subject: [PATCH] Minor update to DNC quests --- .../DNC/3226_Rising to the Occasion.json | 126 ++++++++++++++++++ .../Class Quests/DNC/3249_Shall We Dance.json | 9 +- .../DNC/3251_A Soirée in the Sultanate.json | 1 + .../DNC/3252_Dances with Duskwights.json | 1 + .../3253_High-steppin' in the Holy See.json | 14 +- .../DNC/3254_Save the Last Dance for Me.json | 19 ++- 6 files changed, 163 insertions(+), 7 deletions(-) create mode 100644 QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3226_Rising to the Occasion.json diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3226_Rising to the Occasion.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3226_Rising to the Occasion.json new file mode 100644 index 00000000..f17c276f --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3226_Rising to the Occasion.json @@ -0,0 +1,126 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028738, + "Position": { + "X": -104.32593, + "Y": 5.999999, + "Z": 195.97156 + }, + "TerritoryId": 129, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Limsa Lominsa", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + }, + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKBC017_03226_Q1_000_500", + "Answer": "TEXT_LUCKBC017_03226_A1_000_500" + } + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028795, + "Position": { + "X": -187.73181, + "Y": 46.387943, + "Z": -75.33386 + }, + "TerritoryId": 134, + "InteractionType": "Interact", + "AetheryteShortcut": "Middle La Noscea - Summerford Farms", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028797, + "Position": { + "X": -187.73181, + "Y": 46.394768, + "Z": -75.39484 + }, + "TerritoryId": 134, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028797, + "Position": { + "X": -187.73181, + "Y": 46.394768, + "Z": -75.39484 + }, + "TerritoryId": 134, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKBC017_03226_Q1_000_100", + "Answer": "TEXT_LUCKBC017_03226_A2_000_100" + } + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1028798, + "Position": { + "X": -70.38995, + "Y": 20.000332, + "Z": 45.334473 + }, + "TerritoryId": 129, + "InteractionType": "Interact", + "AetheryteShortcut": "Limsa Lominsa", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKBC017_03226_Q1_000_200", + "Answer": "TEXT_LUCKBC017_03226_A1_000_200" + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1031099, + "Position": { + "X": -104.631165, + "Y": 5.999999, + "Z": 197.4364 + }, + "TerritoryId": 129, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3249_Shall We Dance.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3249_Shall We Dance.json index 1a76d312..ecfccd64 100644 --- a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3249_Shall We Dance.json +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3249_Shall We Dance.json @@ -64,7 +64,14 @@ "Z": 195.94104 }, "TerritoryId": 129, - "InteractionType": "CompleteQuest" + "InteractionType": "CompleteQuest", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKBB201_03249_Q1_000_000", + "Yes": true + } + ] } ] } diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3251_A Soirée in the Sultanate.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3251_A Soirée in the Sultanate.json index cffeed61..d2e2b563 100644 --- a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3251_A Soirée in the Sultanate.json +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3251_A Soirée in the Sultanate.json @@ -130,6 +130,7 @@ "Y": -1.5503908, "Z": 105.86304 }, + "StopDistance": 0.5, "TerritoryId": 141, "InteractionType": "Combat", "EnemySpawnType": "AutoOnEnterArea", diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3252_Dances with Duskwights.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3252_Dances with Duskwights.json index 76aed275..6c93485e 100644 --- a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3252_Dances with Duskwights.json +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3252_Dances with Duskwights.json @@ -102,6 +102,7 @@ "Y": 0.92901844, "Z": -121.38556 }, + "StopDistance": 7, "TerritoryId": 153, "InteractionType": "Interact" } diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3253_High-steppin' in the Holy See.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3253_High-steppin' in the Holy See.json index 61d8db6f..79af6b39 100644 --- a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3253_High-steppin' in the Holy See.json +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3253_High-steppin' in the Holy See.json @@ -35,7 +35,14 @@ }, "TerritoryId": 418, "InteractionType": "Interact", - "AetheryteShortcut": "Ishgard" + "AetheryteShortcut": "Ishgard", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKBB231_03253_Q1_000_000", + "Answer": "TEXT_LUCKBB231_03253_A1_000_000" + } + ] } ] }, @@ -84,7 +91,9 @@ "TerritoryId": 155, "InteractionType": "Combat", "EnemySpawnType": "AutoOnEnterArea", - "KillEnemyDataIds": [10852] + "KillEnemyDataIds": [ + 10852 + ] } ] }, @@ -98,6 +107,7 @@ "Y": 298.9, "Z": -229.51093 }, + "StopDistance": 7, "TerritoryId": 155, "InteractionType": "Interact" } diff --git a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3254_Save the Last Dance for Me.json b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3254_Save the Last Dance for Me.json index f677b303..6f7a680e 100644 --- a/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3254_Save the Last Dance for Me.json +++ b/QuestPaths/5.x - Shadowbringers/Class Quests/DNC/3254_Save the Last Dance for Me.json @@ -69,6 +69,21 @@ } ] }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1028787, + "Position": { + "X": 91.081055, + "Y": 118.15579, + "Z": -739.92523 + }, + "TerritoryId": 620, + "InteractionType": "Interact" + } + ] + }, { "Sequence": 255, "Steps": [ @@ -82,10 +97,6 @@ "TerritoryId": 129, "InteractionType": "CompleteQuest", "AetheryteShortcut": "Limsa Lominsa", - "AethernetShortcut": [ - "[Limsa Lominsa] Aetheryte Plaza", - "[Limsa Lominsa] Fishermens' Guild" - ], "SkipConditions": { "AetheryteShortcutIf": { "InSameTerritory": true