From dbc810e4cd66e178a831f5e9fcd00dad8ed6a593 Mon Sep 17 00:00:00 2001 From: skiaz Date: Thu, 10 Apr 2025 15:01:43 +0200 Subject: [PATCH] Added CombatItemUse and prerequisite quest --- .../862_Deduce, Reuse, Recycle.json | 106 ++++++++++++++++++ .../863_Don't Let the Cat out of the Bag.json | 22 ++-- 2 files changed, 116 insertions(+), 12 deletions(-) create mode 100644 QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/862_Deduce, Reuse, Recycle.json diff --git a/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/862_Deduce, Reuse, Recycle.json b/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/862_Deduce, Reuse, Recycle.json new file mode 100644 index 00000000..bcc766ef --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/862_Deduce, Reuse, Recycle.json @@ -0,0 +1,106 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "skiaz", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006331, + "Position": { + "X": -144.15204, + "Y": 64.989944, + "Z": -209.88788 + }, + "TerritoryId": 180, + "InteractionType": "AcceptQuest", + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002339, + "Position": { + "X": -134.59985, + "Y": 82.81067, + "Z": -293.4768 + }, + "TerritoryId": 180, + "InteractionType": "Interact", + "Fly": true + }, + { + "DataId": 2002341, + "Position": { + "X": -137.22437, + "Y": 81.19324, + "Z": -299.39728 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + }, + { + "DataId": 2002338, + "Position": { + "X": -148.24146, + "Y": 81.589966, + "Z": -306.5691 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + }, + { + "DataId": 2002342, + "Position": { + "X": -138.0484, + "Y": 81.19324, + "Z": -311.29932 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + }, + { + "DataId": 2002343, + "Position": { + "X": -132.03638, + "Y": 82.07825, + "Z": -321.76703 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + }, + { + "DataId": 2002340, + "Position": { + "X": -116.014404, + "Y": 78.87378, + "Z": -315.08362 + }, + "TerritoryId": 180, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006331, + "Position": { + "X": -144.15204, + "Y": 64.989944, + "Z": -209.88788 + }, + "TerritoryId": 180, + "InteractionType": "CompleteQuest", + "NextQuestId": 863, + "Fly": true + } + ] + } + ] + } + \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/863_Don't Let the Cat out of the Bag.json b/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/863_Don't Let the Cat out of the Bag.json index 0f5c4f0e..9dd35bc0 100644 --- a/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/863_Don't Let the Cat out of the Bag.json +++ b/QuestPaths/2.x - A Realm Reborn/Side Quests/La Noscea/Outer La Noscea/863_Don't Let the Cat out of the Bag.json @@ -29,19 +29,17 @@ "Z": -322.04163 }, "TerritoryId": 180, - "InteractionType": "WalkTo", + "InteractionType": "Combat", + "KillEnemyDataIds": [ + 2269 + ], + "EnemySpawnType": "OverworldEnemies", + "CombatItemUse": { + "ItemId": 2000670, + "Condition": "Health%", + "Value": 30 + }, "Fly": true - }, - { - "DataId": 1006331, - "Position": { - "X": -268.5741, - "Y": 64.49246, - "Z": -322.04163 - }, - "TerritoryId": 180, - "InteractionType": "WaitForManualProgress", - "Comment": "Weaken the Coerl and use quest item on it (BLU: 'Missile' works great here, if overleveled)" } ] }, -- 2.30.2