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_T4.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json index 03f0d93..c72d799 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -4,9 +4,12 @@ "type": "SPELL", "name": { "str": "Blood Tide" }, "description": "Expel some of your blood to strike all targets inside a wide cone.\n\nThis is a tier 4 spell.", + "sound_description": "splash!", + "sound_type": "combat", + "sound_id": "fire_gun", + "sound_variant": "chemical_thrower", "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", - "sound_description": "splash!", "difficulty": 4, "max_level": 30, "energy_source": "HP", @@ -17,7 +20,7 @@ "valid_targets": [ "hostile", "ally", "ground" ], "min_damage": 40, "damage_increment": 2, - "max_damage": 100, + "max_damage": 150, "damage_type": "bash", "note": "As a cone attack, the min/max_aoe is the width of the cone in degrees.", "min_aoe": 60, @@ -40,6 +43,8 @@ "type": "SPELL", "name": { "str": "Blood Surge" }, "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a tier 4 spell.", + "sound_id": "misc", + "sound_variant": "inhale", "sprite": "overlay_female_mutation_bio_blood_filter", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 5, @@ -57,13 +62,17 @@ "min_duration": 180000, "duration_increment": 27000, "max_duration": 450000, - "flags": [ "SOMATIC", "NO_LEGS" ] + "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ] }, { "id": "t4_blood_bloodwave", "type": "SPELL", "name": { "str": "Blood Wave" }, "description": "Expel a moderate portion of your blood as a shockwave, striking anything nearby.\n\nThis is a tier 4 spell.", + "sound_description": "splash!", + "sound_type": "combat", + "sound_id": "fire_gun", + "sound_variant": "chemical_thrower", "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 5, @@ -76,7 +85,7 @@ "valid_targets": [ "hostile", "ally", "ground" ], "min_damage": 50, "damage_increment": 2.5, - "max_damage": 125, + "max_damage": 187, "damage_type": "bash", "min_aoe": 5, "aoe_increment": 0.5, -- cgit v1.2.1