From 4aa919b08de8f7c113234b2304634823165828a6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 23 Sep 2021 20:39:57 -0700 Subject: Convert Blood Transfusion to be less spammy for reals this time. --- vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index ef152c2..e3bc9be 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -18,11 +18,14 @@ "type": "SPELL", "name": { "str": "Tranfusion Heal" }, "description": "Heals the caster with 1 hp.", + "difficulty": 1, + "max_level": 10, "flags": [ "SILENT" ], "valid_targets": [ "self" ], "effect": "target_attack", "min_damage": -1, - "max_damage": -1, + "damage_increment": -1, + "max_damage": -10, "damage_type": "none" }, { -- cgit v1.2.1