From 94d5edcba9a09e8094803d786ab7f59c1017a0e4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 11 Feb 2022 13:45:06 -0800 Subject: Add PAIN_NORESIST to the new pain recovery effects to prevent them being reduced. --- vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index 45388d1..6214619 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -37,7 +37,7 @@ "description": "Heals the caster for 2 to 40 pain.", "sprite": "fd_blood", "max_level": 20, - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "self" ], "effect": "recover_energy", "effect_str": "PAIN", @@ -53,7 +53,7 @@ "description": "Heals the ally for 30 to 60 pain.", "sprite": "fd_blood", "max_level": 30, - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "ally" ], "effect": "recover_energy", "effect_str": "PAIN", @@ -201,7 +201,7 @@ "name": { "str": "Drain Heal Pain" }, "description": "Heals the caster for 25 pain.", "sprite": "fd_blood", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "PAIN_NORESIST" ], "valid_targets": [ "self" ], "effect": "recover_energy", "effect_str": "PAIN", -- cgit v1.2.1