From c268256ce38acdf5a658333756f1de2f3f7424ab Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Fri, 13 Sep 2024 16:03:07 +0200 Subject: [PATCH] Add Sorrow of Werlyt quests --- .../Trial Quests/3783_Ruby Doomsday.json | 152 ++++++++++++ .../Trial Quests/3842_Weapon of Choice.json | 28 +++ .../3895_Sleep Now in Sapphire.json | 216 ++++++++++++++++++ .../Trial Quests/3980_Blood of Emerald.json | 187 +++++++++++++++ .../Trial Quests/3981_In Memory.json | 130 +++++++++++ .../4031_Duty in the Sky with Diamond.json | 150 ++++++++++++ .../4032_Forever at Your Side.json | 164 +++++++++++++ 7 files changed, 1027 insertions(+) create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/3783_Ruby Doomsday.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/3842_Weapon of Choice.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/3895_Sleep Now in Sapphire.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/3980_Blood of Emerald.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/3981_In Memory.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/4031_Duty in the Sky with Diamond.json create mode 100644 QuestPaths/5.x - Shadowbringers/Trial Quests/4032_Forever at Your Side.json diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/3783_Ruby Doomsday.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/3783_Ruby Doomsday.json new file mode 100644 index 00000000..00dc1b44 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/3783_Ruby Doomsday.json @@ -0,0 +1,152 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032581, + "Position": { + "X": 750.1792, + "Y": 69.99991, + "Z": 518.9136 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Lochs - Ala Mhigan Quarter", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1026804, + "Position": { + "X": -524.55945, + "Y": 8.698304, + "Z": -15.487976 + }, + "TerritoryId": 621, + "InteractionType": "Interact", + "AetheryteShortcut": "Lochs - Porta Praetoria", + "Fly": true, + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKYW101_03783_Q3_000_000", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1032582, + "Position": { + "X": -482.0478, + "Y": 107.63, + "Z": 121.934814 + }, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1032585, + "Position": { + "X": -465.53754, + "Y": 107.63, + "Z": 130.35779 + }, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "TerritoryId": 829, + "InteractionType": "Duty", + "ContentFinderConditionId": 717 + } + ] + }, + { + "Sequence": 5 + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1032861, + "Position": { + "X": -473.89948, + "Y": 107.63, + "Z": 132.86023 + }, + "StopDistance": 4, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1032851, + "Position": { + "X": -481.3764, + "Y": 107.63, + "Z": 122.78931 + }, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -507.93283, + "Y": 7.6638765, + "Z": 52.09985 + }, + "TerritoryId": 621, + "InteractionType": "WalkTo", + "Fly": true + }, + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "CompleteQuest", + "NextQuestId": 3895 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/3842_Weapon of Choice.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/3842_Weapon of Choice.json new file mode 100644 index 00000000..44219720 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/3842_Weapon of Choice.json @@ -0,0 +1,28 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032764, + "Position": { + "X": -496.51334, + "Y": 7.681107, + "Z": 53.147095 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKYB007_03842_Q1_000_000", + "Answer": "TEXT_LUCKYB007_03842_A1_000_002" + } + ] + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/3895_Sleep Now in Sapphire.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/3895_Sleep Now in Sapphire.json new file mode 100644 index 00000000..2c5cc516 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/3895_Sleep Now in Sapphire.json @@ -0,0 +1,216 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1026804, + "Position": { + "X": -524.55945, + "Y": 8.698304, + "Z": -15.487976 + }, + "TerritoryId": 621, + "InteractionType": "Interact", + "Fly": true, + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKYW201_03895_Q1_000_011", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1033626, + "Position": { + "X": -484.42816, + "Y": 107.63, + "Z": 136.5835 + }, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1032851, + "Position": { + "X": -481.3764, + "Y": 107.63, + "Z": 122.78931 + }, + "TerritoryId": 829, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1032851, + "Position": { + "X": -481.3764, + "Y": 107.63, + "Z": 122.78931 + }, + "TerritoryId": 829, + "InteractionType": "SinglePlayerDuty" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1032851, + "Position": { + "X": -481.3764, + "Y": 107.63, + "Z": 122.78931 + }, + "StopDistance": 5, + "TerritoryId": 829, + "InteractionType": "SinglePlayerDuty", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKYW201_03895_Q6_000_000", + "Answer": "TEXT_LUCKYW201_03895_A6_000_001" + } + ] + } + ] + }, + { + "Sequence": 6 + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1033629, + "Position": { + "X": -0.3204956, + "Y": 41, + "Z": 17.56311 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 8, + "Steps": [ + { + "DataId": 1033632, + "Position": { + "X": 50.94983, + "Y": 35, + "Z": 60.440918 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 9, + "Steps": [ + { + "DataId": 1033635, + "Position": { + "X": 5.2643433, + "Y": 41, + "Z": 9.811523 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1033636, + "Position": { + "X": -5.5390625, + "Y": 41.019974, + "Z": 25.680908 + }, + "TerritoryId": 919, + "InteractionType": "Interact", + "TargetTerritoryId": 621, + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 919 + ] + } + } + }, + { + "Position": { + "X": -507.93283, + "Y": 7.6638765, + "Z": 52.09985 + }, + "TerritoryId": 621, + "InteractionType": "WalkTo", + "Fly": true, + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + }, + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "CompleteQuest", + "NextQuestId": 3980 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/3980_Blood of Emerald.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/3980_Blood of Emerald.json new file mode 100644 index 00000000..81578f11 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/3980_Blood of Emerald.json @@ -0,0 +1,187 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1035243, + "Position": { + "X": -533.4402, + "Y": 8.187748, + "Z": -46.341675 + }, + "TerritoryId": 621, + "InteractionType": "Interact", + "Fly": true, + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKYW301_03980_Q2_000_000", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1033629, + "Position": { + "X": -0.3204956, + "Y": 41, + "Z": 17.56311 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1035319, + "Position": { + "X": -467.0329, + "Y": 22.94018, + "Z": -416.89178 + }, + "TerritoryId": 140, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "TerritoryId": 140, + "InteractionType": "Duty", + "ContentFinderConditionId": 762 + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1035321, + "Position": { + "X": 98.802124, + "Y": 3.9999998, + "Z": 25.558838 + }, + "StopDistance": 5, + "TerritoryId": 967, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1033629, + "Position": { + "X": -0.3204956, + "Y": 41, + "Z": 17.56311 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1035322, + "Position": { + "X": -37.1557, + "Y": 41, + "Z": -2.02948 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1033636, + "Position": { + "X": -5.5390625, + "Y": 41.019974, + "Z": 25.680908 + }, + "StopDistance": 7, + "TerritoryId": 919, + "InteractionType": "Interact", + "TargetTerritoryId": 621, + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 919 + ] + } + } + }, + { + "Position": { + "X": -507.93283, + "Y": 7.6638765, + "Z": 52.09985 + }, + "TerritoryId": 621, + "InteractionType": "WalkTo", + "Fly": true, + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + }, + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "CompleteQuest", + "NextQuestId": 3981 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/3981_In Memory.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/3981_In Memory.json new file mode 100644 index 00000000..04ce47ca --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/3981_In Memory.json @@ -0,0 +1,130 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1035243, + "Position": { + "X": -533.4402, + "Y": 8.187748, + "Z": -46.341675 + }, + "TerritoryId": 621, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKYW311_03981_Q3_000_000", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1035120, + "Position": { + "X": 52.140015, + "Y": 41, + "Z": 28.335938 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1035323, + "Position": { + "X": 1.1443481, + "Y": 41.01995, + "Z": 24.917969 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1033636, + "Position": { + "X": -5.5390625, + "Y": 41.019974, + "Z": 25.680908 + }, + "StopDistance": 7, + "TerritoryId": 919, + "InteractionType": "Interact", + "TargetTerritoryId": 621, + "SkipConditions": { + "StepIf": { + "NotInTerritory": [ + 919 + ] + } + } + }, + { + "Position": { + "X": -507.93283, + "Y": 7.6638765, + "Z": 52.09985 + }, + "TerritoryId": 621, + "InteractionType": "WalkTo", + "Fly": true, + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + }, + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "CompleteQuest", + "NextQuestId": 4031 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/4031_Duty in the Sky with Diamond.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/4031_Duty in the Sky with Diamond.json new file mode 100644 index 00000000..52770ec5 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/4031_Duty in the Sky with Diamond.json @@ -0,0 +1,150 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1035243, + "Position": { + "X": -533.4402, + "Y": 8.187748, + "Z": -46.341675 + }, + "TerritoryId": 621, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKYW401_04031_Q9_000_000", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1033633, + "Position": { + "X": 7.2785034, + "Y": 41, + "Z": 8.255066 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1036280, + "Position": { + "X": 45.88379, + "Y": 35, + "Z": 68.22302 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1036281, + "Position": { + "X": -1.3580933, + "Y": 41, + "Z": 19.394226 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1036283, + "Position": { + "X": 79.9115, + "Y": -1.4320341E-12, + "Z": 85.83191 + }, + "TerritoryId": 991, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "TerritoryId": 991, + "InteractionType": "Duty", + "ContentFinderConditionId": 781 + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1036283, + "Position": { + "X": 79.9115, + "Y": -1.4320341E-12, + "Z": 85.83191 + }, + "TerritoryId": 991, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1036286, + "Position": { + "X": -15.610046, + "Y": 41, + "Z": 5.3864136 + }, + "TerritoryId": 919, + "InteractionType": "CompleteQuest", + "NextQuestId": 4032 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Trial Quests/4032_Forever at Your Side.json b/QuestPaths/5.x - Shadowbringers/Trial Quests/4032_Forever at Your Side.json new file mode 100644 index 00000000..cab7f1dc --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Trial Quests/4032_Forever at Your Side.json @@ -0,0 +1,164 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1036286, + "Position": { + "X": -15.610046, + "Y": 41, + "Z": 5.3864136 + }, + "TerritoryId": 919, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -11.236769, + "Y": 40.999996, + "Z": 15.472222 + }, + "TerritoryId": 919, + "InteractionType": "WalkTo" + }, + { + "DataId": 1036412, + "Position": { + "X": 53.391357, + "Y": 34.999996, + "Z": 80.094604 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": -11.236769, + "Y": 40.999996, + "Z": 15.472222 + }, + "TerritoryId": 919, + "InteractionType": "WalkTo" + }, + { + "DataId": 1036286, + "Position": { + "X": -15.610046, + "Y": 41, + "Z": 5.3864136 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2011480, + "Position": { + "X": -17.227417, + "Y": 40.97046, + "Z": 5.2948 + }, + "StopDistance": 4.5, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1036286, + "Position": { + "X": -15.610046, + "Y": 41, + "Z": 5.3864136 + }, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1036285, + "Position": { + "X": -16.372986, + "Y": 40.999996, + "Z": 3.8909912 + }, + "StopDistance": 5, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1036287, + "Position": { + "X": -19.089111, + "Y": 41, + "Z": 3.768982 + }, + "StopDistance": 7, + "TerritoryId": 919, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + + "Position": { + "X": -507.93283, + "Y": 7.6638765, + "Z": 52.09985 + }, + "TerritoryId": 621, + "InteractionType": "WalkTo", + "Fly": true, + "AetheryteShortcut": "Lochs - Porta Praetoria", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + }, + { + "DataId": 1032586, + "Position": { + "X": -505.42462, + "Y": 7.68313, + "Z": 51.621216 + }, + "TerritoryId": 621, + "InteractionType": "CompleteQuest" + } + ] + } + ] +}