From 856906c4a6dfd4aed13ce873369faeab0c86a8e1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 4 Feb 2022 01:19:42 -0800 Subject: Major Hemomancer spell balance pass. --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json') 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 1809feb..ed53eb3 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -51,7 +51,11 @@ "has": "WORN", "condition": "ALWAYS", "hit_me_effect": [ { "id": "v_hemo_crimsoncoat_coat_pr_maybe" } ], - "values": [ { "value": "ARMOR_BASH", "add": -70 }, { "value": "ARMOR_CUT", "add": -70 }, { "value": "ARMOR_STAB", "add": -70 } ] + "values": [ + { "value": "ARMOR_BASH", "add": 70 }, + { "value": "ARMOR_CUT", "add": 70 }, + { "value": "ARMOR_STAB", "add": 70 } + ] } ] }, -- cgit v1.2.1