From fc72f52ee3feca4409bb1c492ed4e7bc852b1705 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 16 Sep 2024 19:20:54 +0200 Subject: [PATCH] Add Omicron/Loporrit unlock quests --- .../4689_Money Makes the Moon Go Round.json | 3 +- .../Story/4681_Must Be Dreaming(way).json | 176 ++++++++++ ...1_The Café at the End of the Universe.json | 250 +++++++++++++ .../4517_A Way to Make a Living.json | 140 ++++++++ .../4518_One Way or Another.json | 123 +++++++ .../4519_Dream a Little Dream.json | 328 ++++++++++++++++++ 6 files changed, 1019 insertions(+), 1 deletion(-) create mode 100644 QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Story/4681_Must Be Dreaming(way).json create mode 100644 QuestPaths/6.x - Endwalker/Allied Societies/Omicrons/Story/4601_The Café at the End of the Universe.json create mode 100644 QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4517_A Way to Make a Living.json create mode 100644 QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4518_One Way or Another.json create mode 100644 QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4519_Dream a Little Dream.json diff --git a/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json index b1d281b4..e72b91fd 100644 --- a/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json +++ b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Dailies/4689_Money Makes the Moon Go Round.json @@ -37,7 +37,8 @@ "Z": -513.0846 }, "TerritoryId": 959, - "InteractionType": "Interact" + "InteractionType": "Interact", + "Fly": true } ] }, diff --git a/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Story/4681_Must Be Dreaming(way).json b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Story/4681_Must Be Dreaming(way).json new file mode 100644 index 00000000..290765e6 --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Allied Societies/Loporrits/Story/4681_Must Be Dreaming(way).json @@ -0,0 +1,176 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1044910, + "Position": { + "X": 23.75824, + "Y": 2.453333, + "Z": -12.680237 + }, + "TerritoryId": 962, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Old Sharlayan", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1044911, + "Position": { + "X": 0.38146973, + "Y": -127.50014, + "Z": -457.14508 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "AetheryteShortcut": "Mare Lamentorum - Bestways Burrow", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1044914, + "Position": { + "X": -120.409, + "Y": -137.41672, + "Z": -526.63464 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 1044913, + "Position": { + "X": 55.161255, + "Y": -129.40565, + "Z": -636.8048 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 1044912, + "Position": { + "X": 61.41748, + "Y": -137.4167, + "Z": -606.28674 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1044911, + "Position": { + "X": 0.38146973, + "Y": -127.50014, + "Z": -457.14508 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1044919, + "Position": { + "X": 148.30237, + "Y": -49.589592, + "Z": -361.77618 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1044920, + "Position": { + "X": -170.42804, + "Y": -49.399723, + "Z": -289.5705 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 959, + "InteractionType": "Craft", + "ItemId": 38843, + "ItemCount": 3 + }, + { + "DataId": 1044921, + "Position": { + "X": -170.0008, + "Y": -49.34972, + "Z": -287.22064 + }, + "StopDistance": 5, + "TerritoryId": 959, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Allied Societies/Omicrons/Story/4601_The Café at the End of the Universe.json b/QuestPaths/6.x - Endwalker/Allied Societies/Omicrons/Story/4601_The Café at the End of the Universe.json new file mode 100644 index 00000000..34b28d3d --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Allied Societies/Omicrons/Story/4601_The Café at the End of the Universe.json @@ -0,0 +1,250 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1042192, + "Position": { + "X": 200.48828, + "Y": 567.50006, + "Z": 242.78625 + }, + "TerritoryId": 960, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Ultima Thule - Base Omicron", + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1043518, + "Position": { + "X": 456.32092, + "Y": 437.00073, + "Z": 315.69385 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "AetheryteShortcut": "Ultima Thule - Base Omicron" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2013076, + "Position": { + "X": 456.65674, + "Y": 438.04077, + "Z": 310.2616 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANOMI001_04601_Q5_000_000", + "Yes": true + } + ] + }, + { + "DataId": 2013034, + "Position": { + "X": 304.37158, + "Y": 483.48206, + "Z": 143.14478 + }, + "TerritoryId": 960, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1043421, + "Position": { + "X": 2.4261475, + "Y": 499.87805, + "Z": 46.036377 + }, + "TerritoryId": 1073, + "InteractionType": "Interact", + "TargetTerritoryId": 960 + }, + { + "DataId": 1043865, + "Position": { + "X": 301.8081, + "Y": 482.13644, + "Z": 165.02625 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANOMI001_04601_Q6_000_000", + "Yes": true + } + ] + }, + { + "DataId": 1043586, + "Position": { + "X": 205.3711, + "Y": 567.50006, + "Z": 246.72314 + }, + "TerritoryId": 960, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2013072, + "Position": { + "X": 456.65674, + "Y": 438.04077, + "Z": 310.2312 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "AetheryteShortcut": "Ultima Thule - Base Omicron", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANOMI001_04601_Q5_000_000", + "Yes": true + } + ], + "RequiredGatheredItems": [ + { + "QuestAcceptedAsClass": "Miner", + "ItemId": 38276, + "ItemCount": 3 + }, + { + "QuestAcceptedAsClass": "Botanist", + "ItemId": 38300, + "ItemCount": 3 + } + ] + }, + { + "DataId": 1043865, + "Position": { + "X": 301.8081, + "Y": 482.13644, + "Z": 165.02625 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "TargetTerritoryId": 960, + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANOMI001_04601_Q6_000_000", + "Yes": true + } + ] + }, + { + "DataId": 1044190, + "Position": { + "X": 203.84521, + "Y": 567.50006, + "Z": 246.87573 + }, + "TerritoryId": 960, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1043864, + "Position": { + "X": 244.83093, + "Y": 564.8203, + "Z": 261.76843 + }, + "TerritoryId": 960, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_BANOMI001_04601_Q5_000_000", + "Yes": true + } + ] + }, + { + "DataId": 1043514, + "Position": { + "X": 303.82227, + "Y": 481.99442, + "Z": 154.83325 + }, + "TerritoryId": 960, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1043521, + "Position": { + "X": 3.3721924, + "Y": 499.6105, + "Z": 34.195435 + }, + "TerritoryId": 1073, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1043421, + "Position": { + "X": 2.4261475, + "Y": 499.87805, + "Z": 46.036377 + }, + "TerritoryId": 1073, + "InteractionType": "Interact", + "TargetTerritoryId": 960 + }, + { + "DataId": 1043514, + "Position": { + "X": 303.82227, + "Y": 481.99442, + "Z": 154.83325 + }, + "TerritoryId": 960, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4517_A Way to Make a Living.json b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4517_A Way to Make a Living.json new file mode 100644 index 00000000..1c5aad21 --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4517_A Way to Make a Living.json @@ -0,0 +1,140 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1041556, + "Position": { + "X": 113.14563, + "Y": -133.07352, + "Z": -465.17133 + }, + "TerritoryId": 959, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1041557, + "Position": { + "X": 292.2865, + "Y": -143.99998, + "Z": -477.8363 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1041559, + "Position": { + "X": 8.743347, + "Y": 27.418339, + "Z": 447.74548 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "AetheryteShortcut": "Mare Lamentorum - Sinus Lacrimarum", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2012508, + "Position": { + "X": -7.4312134, + "Y": 42.61841, + "Z": 428.27502 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "Position": { + "X": -54.65185, + "Y": 40.539097, + "Z": 458.56393 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo", + "Fly": true + }, + { + "DataId": 2012509, + "Position": { + "X": -56.50421, + "Y": 40.299072, + "Z": 459.64746 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1041559, + "Position": { + "X": 8.743347, + "Y": 27.418339, + "Z": 447.74548 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1041557, + "Position": { + "X": 292.2865, + "Y": -143.99998, + "Z": -477.8363 + }, + "TerritoryId": 959, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Mare Lamentorum - Bestways Burrow", + "Fly": true, + "NextQuestId": 4518 + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4518_One Way or Another.json b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4518_One Way or Another.json new file mode 100644 index 00000000..ce24c385 --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4518_One Way or Another.json @@ -0,0 +1,123 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1041558, + "Position": { + "X": 291.2489, + "Y": -144, + "Z": -477.95837 + }, + "TerritoryId": 959, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1041560, + "Position": { + "X": 304.219, + "Y": 106.43858, + "Z": 37.00305 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1041817, + "Position": { + "X": 477.37842, + "Y": 140.67236, + "Z": 109.453 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2012510, + "Position": { + "X": 477.28687, + "Y": 140.64233, + "Z": 109.42236 + }, + "TerritoryId": 959, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": 626.34064, + "Y": 143.6347, + "Z": 58.013206 + }, + "StopDistance": 0.5, + "TerritoryId": 959, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 14098, + 14099 + ], + "Fly": true + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1041561, + "Position": { + "X": 625.0857, + "Y": 143.85222, + "Z": 56.321045 + }, + "StopDistance": 5, + "TerritoryId": 959, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1041564, + "Position": { + "X": -338.36884, + "Y": -168, + "Z": -613.7637 + }, + "TerritoryId": 959, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Mare Lamentorum - Bestways Burrow", + "Fly": true, + "NextQuestId": 4519 + } + ] + } + ] +} diff --git a/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4519_Dream a Little Dream.json b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4519_Dream a Little Dream.json new file mode 100644 index 00000000..a05d0649 --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Side Quests/Mare Lamentorum/4519_Dream a Little Dream.json @@ -0,0 +1,328 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1041903, + "Position": { + "X": -332.02112, + "Y": -168, + "Z": -609.91833 + }, + "StopDistance": 6.5, + "TerritoryId": 959, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2012512, + "Position": { + "X": -457.29767, + "Y": -158.12933, + "Z": -585.77856 + }, + "TerritoryId": 959, + "InteractionType": "UseItem", + "ItemId": 2003328, + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": -325.3802, + "Y": -152.73842, + "Z": -746.0951 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo", + "Fly": true + }, + { + "DataId": 2012513, + "Position": { + "X": -326.8025, + "Y": -151.26276, + "Z": -748.5008 + }, + "TerritoryId": 959, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": -356.33234, + "Y": -161.8501, + "Z": -738.81055 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": -428.4264, + "Y": -168, + "Z": -676.6854 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -431.76593, + "Y": -166.55412, + "Z": -679.5478 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 1" + }, + { + "Position": { + "X": -431.76593, + "Y": -166.55412, + "Z": -679.5478 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -430.03564, + "Y": -165.05414, + "Z": -682.2485 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 2" + }, + { + "Position": { + "X": -430.03564, + "Y": -165.05414, + "Z": -682.2485 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -428.49857, + "Y": -163.55414, + "Z": -684.8062 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 3" + }, + { + "Position": { + "X": -428.49857, + "Y": -163.55414, + "Z": -684.8062 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -427.48633, + "Y": -162.05414, + "Z": -687.71533 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 4" + }, + { + "Position": { + "X": -427.48633, + "Y": -162.05414, + "Z": -687.71533 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -427.7118, + "Y": -160.55414, + "Z": -691.17804 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 5" + }, + { + "Position": { + "X": -427.7118, + "Y": -160.55414, + "Z": -691.17804 + }, + "StopDistance": 1, + "TerritoryId": 959, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -428.33154, + "Y": -159.05412, + "Z": -694.7048 + }, + "DelaySeconds": 0.1 + }, + "Comment": "Platform 6" + }, + { + "Position": { + "X": -434.91986, + "Y": -158.88745, + "Z": -693.17865 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "DataId": 2012611, + "Position": { + "X": -450.33954, + "Y": -158.12933, + "Z": -694.42285 + }, + "TerritoryId": 959, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": -548.9189, + "Y": -158.88948, + "Z": -651.8319 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo", + "Fly": true, + "SkipConditions": { + "StepIf": { + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + } + } + }, + { + "DataId": 2012514, + "Position": { + "X": -549.12646, + "Y": -158.86176, + "Z": -649.2866 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "Position": { + "X": -549.3165, + "Y": -158.89796, + "Z": -468.4637 + }, + "TerritoryId": 959, + "InteractionType": "WalkTo", + "Fly": true, + "SkipConditions": { + "StepIf": { + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + } + }, + { + "DataId": 2012515, + "Position": { + "X": -549.157, + "Y": -158.89221, + "Z": -465.87323 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1041818, + "Position": { + "X": -295.76562, + "Y": -144, + "Z": -547.0817 + }, + "TerritoryId": 959, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1041819, + "Position": { + "X": -295.64362, + "Y": -144, + "Z": -546.2882 + }, + "TerritoryId": 959, + "InteractionType": "CompleteQuest" + } + ] + } + ] +}