diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 02:07:22 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 02:07:22 -0800 | 
| commit | d916bc7830623faef72e2ec96b72e31da5e23af4 (patch) | |
| tree | c4da14676a55afb5bf7659039a7b7e104533cfd1 /vamp_stuff/Modification_Files/Spells/Hemomancer | |
| parent | Move Crimson Coat to Tier 5. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-d916bc7830623faef72e2ec96b72e31da5e23af4.tar.xz | |
Add Blood Bomb, new tier 6 Hemomancer spell.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer')
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json | 34 | 
1 files changed, 34 insertions, 0 deletions
| 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,5 +1,39 @@  [    { +    "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 <color_magenta>tier 6</color> 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",      "name": { "str": "Desolation" }, | 
