From 6f366c86fde399eb24b9bf6ce4d40d58f2a29b2c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 4 Feb 2022 14:39:14 -0800 Subject: More balancing. Add sounds to Hemomancer spells! Redo the hit_you and hit_me random chance spells to use once_in instead of middleman spells. --- .../Spells/Hemomancer/v_blood_T1.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json index 6f7ecc7..9fe88e3 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json @@ -5,8 +5,11 @@ "name": { "str": "Transfusion" }, "note": "Uses MANA, just to prevent spamming.", "message": "You drain the lifeforce from your target!", - "sound_description": "splash!", "description": "Drain the life force of a target within reach.\n\nThis is a tier 1 spell.", + "sound_description": "splash!", + "sound_type": "combat", + "sound_id": "misc", + "sound_variant": "inhale", "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 1, @@ -16,7 +19,7 @@ "energy_increment": -3, "final_energy_cost": 60, "effect": "target_attack", - "extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true } ], + "extra_effects": [ { "id": "t1_blood_transfusion_spell", "hit_self": true } ], "valid_targets": [ "ally", "hostile" ], "min_damage": 1, "damage_increment": 1, @@ -27,13 +30,15 @@ "base_casting_time": 100, "casting_time_increment": -2.5, "final_casting_time": 50, - "flags": [ "NO_LEGS" ] + "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ] }, { "id": "t1_blood_bcurl", "type": "SPELL", "name": { "str": "Blood Curl" }, "description": "Command the target's life force to hinder the flow of blood, greatly slowing their ability to perform any action.\n\nThis is a tier 1 spell.", + "sound_id": "misc", + "sound_variant": "inhale", "sprite": "fd_fatigue", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 2, @@ -54,13 +59,15 @@ "base_casting_time": 150, "casting_time_increment": -3.75, "final_casting_time": 75, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] + "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ] }, { "id": "t1_blood_clot", "type": "SPELL", "name": { "str": "Clot" }, "description": "Expend a small amount of your life force to induce rapid clotting on a body part. The clotting agents will linger for some time.\n\nThis is a tier 1 spell.", + "sound_id": "misc", + "sound_variant": "inhale", "sprite": "overlay_female_mutation_bio_blood_filter", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 2, @@ -78,6 +85,6 @@ "base_casting_time": 60, "casting_time_increment": -3, "final_casting_time": 30, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] + "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ] } ] -- cgit v1.2.1