From 370c2c053ec697609a1385c0418c5d43ced92ac7 Mon Sep 17 00:00:00 2001 From: skiaz Date: Mon, 10 Mar 2025 22:09:36 +0100 Subject: [PATCH] Added 745_The Blood Price --- .../East Shroud/745_The Blood Price.json | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Side Quests/Black Shroud/East Shroud/745_The Blood Price.json diff --git a/QuestPaths/2.x - A Realm Reborn/Side Quests/Black Shroud/East Shroud/745_The Blood Price.json b/QuestPaths/2.x - A Realm Reborn/Side Quests/Black Shroud/East Shroud/745_The Blood Price.json new file mode 100644 index 00000000..04d09f1b --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Side Quests/Black Shroud/East Shroud/745_The Blood Price.json @@ -0,0 +1,86 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "skiaz", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000576, + "Position": { + "X": 21.469421, + "Y": -4.5750833, + "Z": 221.75928 + }, + "TerritoryId": 152, + "InteractionType": "AcceptQuest", + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -286.51263, + "Y": 12.089579, + "Z": -33.4333 + }, + "TerritoryId": 152, + "InteractionType": "WalkTo", + "Fly": true + }, + { + "Position": { + "X": -286.51263, + "Y": 12.089579, + "Z": -33.4333 + }, + "TerritoryId": 152, + "InteractionType": "None", + "Land": true + }, + { + "DataId": 2264, + "Position": { + "X": -303.8529, + "Y": 12.348698, + "Z": -40.177063 + }, + "TerritoryId": 152, + "InteractionType": "Instruction", + "Comment": "TODO Needs item use; manual for now (also unsure on health percent)", + "EnemySpawnType": "OverworldEnemies", + "ComplexCombatData": [ + { + "DataId": 2264, + "MinimumKillCount": 3, + "ItemId": 2000597, + "ItemUseHealthMaxPercent": 49, + "RewardItemId": 2000598, + "RewardItemCount": 3 + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000576, + "Position": { + "X": 21.469421, + "Y": -4.5750833, + "Z": 221.75928 + }, + "TerritoryId": 152, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] + } + \ No newline at end of file -- 2.30.2