From 7f2e5938b889b5c7b5a9ea49d50a2cd78cfb3c99 Mon Sep 17 00:00:00 2001 From: Stefan Belmont Date: Sat, 19 Oct 2024 07:25:16 +0100 Subject: [PATCH] +458, forgot nextIDs again --- .../SMN/1103_Topaz Teachings.json | 129 +++++++++--------- .../SMN/455_What's in the Box.json | 3 +- .../SMN/457_Tactical Planning.json | 3 +- .../Class Quests/SMN/458_Over the Rails.json | 114 ++++++++++++++++ 4 files changed, 183 insertions(+), 66 deletions(-) create mode 100644 QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/458_Over the Rails.json diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/1103_Topaz Teachings.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/1103_Topaz Teachings.json index c4b70fc9..5a43bfc4 100644 --- a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/1103_Topaz Teachings.json +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/1103_Topaz Teachings.json @@ -1,66 +1,67 @@ { - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "goatzone", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1000909, - "Position": { - "X": -326.37524, - "Y": 12.899658, - "Z": 9.994568 - }, - "TerritoryId": 129, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "Limsa Lominsa", - "AethernetShortcut": [ - "[Limsa Lominsa] Aetheryte Plaza", - "[Limsa Lominsa] Arcanists' Guild" - ], - "SkipConditions": { - "AetheryteShortcutIf": { "InSameTerritory": true } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1005199, - "Position": { - "X": -348.3177, - "Y": -2.3744698, - "Z": 11.917236 - }, - "TerritoryId": 129, - "InteractionType": "Interact", - "DialogueChoices": [ - { - "Type": "List", - "Prompt": "TEXT_CLSACN149_01103_Q1_000_000", - "Answer": "TEXT_CLSACN149_01103_A1_000_000" - } - ] - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1000909, - "Position": { - "X": -326.37524, - "Y": 12.899658, - "Z": 9.994568 - }, - "TerritoryId": 129, - "InteractionType": "CompleteQuest" - } - ] - } - ] + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "goatzone", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000909, + "Position": { + "X": -326.37524, + "Y": 12.899658, + "Z": 9.994568 + }, + "TerritoryId": 129, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] Arcanists' Guild" + ], + "SkipConditions": { + "AetheryteShortcutIf": { "InSameTerritory": true } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005199, + "Position": { + "X": -348.3177, + "Y": -2.3744698, + "Z": 11.917236 + }, + "TerritoryId": 129, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_CLSACN149_01103_Q1_000_000", + "Answer": "TEXT_CLSACN149_01103_A1_000_000" + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000909, + "Position": { + "X": -326.37524, + "Y": 12.899658, + "Z": 9.994568 + }, + "TerritoryId": 129, + "InteractionType": "CompleteQuest", + "NextQuestId": 458 + } + ] + } + ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/455_What's in the Box.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/455_What's in the Box.json index cd706b3e..5aee754d 100644 --- a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/455_What's in the Box.json +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/455_What's in the Box.json @@ -168,7 +168,8 @@ "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", "[Limsa Lominsa] Arcanists' Guild" - ] + ], + "NextQuestId": 457 } ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/457_Tactical Planning.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/457_Tactical Planning.json index 74e1dd2a..f4d3f353 100644 --- a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/457_Tactical Planning.json +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/457_Tactical Planning.json @@ -190,7 +190,8 @@ "AethernetShortcut": [ "[Limsa Lominsa] Aetheryte Plaza", "[Limsa Lominsa] Arcanists' Guild" - ] + ], + "NextQuestId": 1103 } ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/458_Over the Rails.json b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/458_Over the Rails.json new file mode 100644 index 00000000..c130391e --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Class Quests/SMN/458_Over the Rails.json @@ -0,0 +1,114 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "goatzone", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000909, + "Position": { + "X": -326.37524, + "Y": 12.899658, + "Z": 9.994568 + }, + "TerritoryId": 129, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] Arcanists' Guild" + ], + "SkipConditions": { + "AetheryteShortcutIf": { "InSameTerritory": true } + }, + "$": "shortcuts shouldn't be necessary here because this is a direct continue from 1103, but it doesn't hurt" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1005208, + "Position": { + "X": 316.02954, + "Y": -24.136772, + "Z": 211.20007 + }, + "TerritoryId": 138, + "InteractionType": "Interact", + "AetheryteShortcut": "Western La Noscea - Aleport" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1005211, + "Position": { + "X": 204.27246, + "Y": -36.402367, + "Z": 306.17224 + }, + "TerritoryId": 138, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [317, 318] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1005211, + "Position": { + "X": 204.27246, + "Y": -36.402367, + "Z": 306.17224 + }, + "TerritoryId": 138, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2002009, + "Position": { + "X": 173.81543, + "Y": -41.36731, + "Z": 280.7201 + }, + "TerritoryId": 138, + "InteractionType": "SinglePlayerDuty" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000909, + "Position": { + "X": -326.37524, + "Y": 12.899658, + "Z": 9.994568 + }, + "TerritoryId": 129, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] Arcanists' Guild" + ], + "NextQuestId": 459 + } + ] + } + ] +}