From 128ed1598d67619814bb1682124801adb2e7f3bb Mon Sep 17 00:00:00 2001 From: skiaz Date: Thu, 10 Apr 2025 15:17:11 +0200 Subject: [PATCH] Added CombatItemUse for questid 745 --- .../Black Shroud/East Shroud/745_The Blood Price.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 index 04d09f1b..67bd6163 100644 --- 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 @@ -49,8 +49,7 @@ "Z": -40.177063 }, "TerritoryId": 152, - "InteractionType": "Instruction", - "Comment": "TODO Needs item use; manual for now (also unsure on health percent)", + "InteractionType": "Combat", "EnemySpawnType": "OverworldEnemies", "ComplexCombatData": [ { @@ -61,7 +60,12 @@ "RewardItemId": 2000598, "RewardItemCount": 3 } - ] + ], + "CombatItemUse": { + "ItemId": 2000597, + "Condition": "Health%", + "Value": 30 + } } ] }, -- 2.30.2