From 21e62930a05657ab5d64b2d990bd580dc022bd1f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 12:27:12 -0800 Subject: Fix ethereal aura damage effect. --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json index 8796bc4..4860bef 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -147,7 +147,10 @@ "has": "WORN", "condition": "ALWAYS", "hit_you_effect": [ { "id": "v_war_etherealenchant_ss_maybe" } ], - "values": [ { "value": "ITEM_DAMAGE_AP", "add": 20 }, { "value": "ATTACK_COST", "add": -15 } ] + "values": [ + { "value": "ITEM_DAMAGE_BASH", "add": 20 }, + { "value": "ATTACK_COST", "add": -15 } + ] } ] }, @@ -160,6 +163,6 @@ "NO_SALVAGE", "TRADER_AVOID", "ONLY_ONE" - ] + ] } ] -- cgit v1.2.1