From d916bc7830623faef72e2ec96b72e31da5e23af4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 23 Feb 2022 02:07:22 -0800 Subject: Add Blood Bomb, new tier 6 Hemomancer spell. --- .../Spells/Hemomancer/v_blood_T6.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'vamp_stuff/Modification_Files/Spells') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json index cf06ddc..042680e 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json @@ -1,4 +1,38 @@ [ + { + "id": "t6_blood_bloodbomb", + "type": "SPELL", + "name": { "str": "Blood Bomb" }, + "description": "Compress and throw a portion of your blood. Upon impact it will burst into a maelstrom of crystalized blood daggers.\n\nThis is a tier 6 spell.", + "sound_description": "glass shattering!", + "sound_type": "combat", + "sound_id": "bullet_hit", + "sound_variant": "hit_flesh", + "sprite": "fd_gibs_flesh", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 7, + "max_level": 30, + "energy_source": "HP", + "base_energy_cost": 16, + "energy_increment": -0.266666666667, + "final_energy_cost": 8, + "effect": "projectile_attack", + "valid_targets": [ "hostile", "ally", "ground" ], + "min_damage": 70, + "damage_increment": 6.4, + "max_damage": 262, + "damage_type": "stab", + "min_range": 10, + "range_increment": 0.333333333334, + "max_range": 20, + "min_aoe": 2, + "aoe_increment": 0.25, + "max_aoe": 5, + "base_casting_time": 240, + "casting_time_increment": -4, + "final_casting_time": 120, + "flags": [ "NO_LEGS" ] + }, { "id": "t6_blood_desolation", "type": "SPELL", -- cgit v1.2.1