diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-11 13:45:06 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-11 13:45:06 -0800 |
commit | 94d5edcba9a09e8094803d786ab7f59c1017a0e4 (patch) | |
tree | b03a7a239b8f1aaeb90b782e264a029ed0473dd5 | |
parent | Convert the blood sword spell into one effect. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-94d5edcba9a09e8094803d786ab7f59c1017a0e4.tar.xz |
Add PAIN_NORESIST to the new pain recovery effects to prevent them being reduced.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 6 |
1 files changed, 3 insertions, 3 deletions
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", |