From d916bc7830623faef72e2ec96b72e31da5e23af4 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 23 Feb 2022 02:07:22 -0800
Subject: Add Blood Bomb, new tier 6 Hemomancer spell.

---
 .../Modification_Files/Books/spellbooks.json       |  2 +-
 vamp_stuff/Modification_Files/Books/v_scrolls.json |  3 +-
 .../Spells/Hemomancer/v_blood_T6.json              | 34 ++++++++++++++++++++++
 3 files changed, 37 insertions(+), 2 deletions(-)

(limited to 'vamp_stuff/Modification_Files')

diff --git a/vamp_stuff/Modification_Files/Books/spellbooks.json b/vamp_stuff/Modification_Files/Books/spellbooks.json
index 53af7a5..b2e5f5a 100644
--- a/vamp_stuff/Modification_Files/Books/spellbooks.json
+++ b/vamp_stuff/Modification_Files/Books/spellbooks.json
@@ -69,7 +69,7 @@
     "price": "3 USD",
     "symbol": "?",
     "color": "white",
-    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_desolation", "t6_blood_leechswhip" ] }
+    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_bloodbomb", "t6_blood_desolation", "t6_blood_leechswhip" ] }
   },
   {
     "id": "v_blood_T7_tome",
diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json
index 6ae666d..54ef312 100644
--- a/vamp_stuff/Modification_Files/Books/v_scrolls.json
+++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json
@@ -33,8 +33,9 @@
         "t4_blood_bloodwave",
         "t5_blood_vampiricoutrage",
         "t5_blood_essencepull",
-        "t6_blood_desolation",
         "t5_blood_crimsoncoat",
+        "t6_blood_bloodbomb",
+        "t6_blood_desolation",
         "t6_blood_leechswhip",
         "t7_blood_form_orus",
         "t1_mana_darkbolt",
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 <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",
-- 
cgit v1.2.1