From c117dabc6834b10394158062a262a709a6189312 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 26 Aug 2021 17:40:46 -0700 Subject: Add Hemomancer blood purge spell Update vampire immunities --- .../Spells/Hemomancer/v_blood_T3.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json index 8a7255c..17eb92d 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -52,5 +52,24 @@ "max_duration": 1000, "base_casting_time": 125, "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] + }, + { + "id": "t3_blood_purge", + "type": "SPELL", + "name": { "str": "Purge" }, + "description": "Expend a small amount of your life force to expel contaminants from your body. The accelerated immune repsonse will linger for a time.\n\nThis is a tier 3 spell.", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 2, + "max_level": 5, + "energy_source": "HP", + "base_energy_cost": 5, + "final_energy_cost": 5, + "effect": "target_attack", + "effect_str": "v_spell_purge", + "valid_targets": [ "self" ], + "min_duration": 1000, + "duration_increment": 1000, + "max_duration": 5000, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] } ] -- cgit v1.2.1