From eb91d877d932d1c8d1215739b850fb9ac07be776 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Oct 2021 06:40:17 -0700 Subject: Add custom spites to several hemomancer spells. Also fix the blind aoe on crimson haze. --- .../Modification_Files/Spells/Hemomancer/v_blood_T1.json | 1 + .../Modification_Files/Spells/Hemomancer/v_blood_T2.json | 3 +++ .../Modification_Files/Spells/Hemomancer/v_blood_T3.json | 1 + .../Modification_Files/Spells/Hemomancer/v_blood_T4.json | 1 + vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 12 ++++++++---- 5 files changed, 14 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells') 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 2dc96f5..2139ec0 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json @@ -57,6 +57,7 @@ "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.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 2, "max_level": 5, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json index bbdd477..1d8d217 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json @@ -4,6 +4,7 @@ "type": "SPELL", "name": { "str": "Blood Puddle" }, "description": "Expel a portion of your blood and command it to form a thick pool in an area. It will greatly hamper the movement of non-vampires that attempt to pass through it.\n\nThis is a tier 2 spell.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 2, "max_level": 10, @@ -31,6 +32,7 @@ "type": "SPELL", "name": { "str": "Blood Dagger" }, "description": "Launch a small amount of your blood as a blade which can imaple your target.\n\nThis is a tier 2 spell.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "sound_description": "glass shattering!", "difficulty": 3, @@ -58,6 +60,7 @@ "type": "SPELL", "name": { "str": "Blood Synthesis" }, "description": "Expend a portion of your life force to heal tissue damage in others.\n\nThis is a tier 2 spell.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 3, "max_level": 10, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json index a06784a..4b78f1b 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -4,6 +4,7 @@ "type": "SPELL", "name": { "str": "Crimson Haze" }, "description": "Expel and vaporize some of your blood to create a disorienting haze that obstructs the vision and movement of those around you.\n\nThis is a Tier 3 spell.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 3, "max_level": 15, 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 2114cbb..ccfc119 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -4,6 +4,7 @@ "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.", + "sprite": "fd_blood", "spell_class": "VAMP_BLOOD_spellcaster", "sound_description": "splash!", "difficulty": 4, diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index e3bc9be..e9dfb82 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -47,14 +47,18 @@ "type": "SPELL", "name": { "str": "Crimson Haze Blind" }, "description": "Blind foes within a 4 tile radius.", + "sprite": "fd_blood", + "max_level": 15, "flags": [ "SILENT" ], "valid_targets": [ "hostile", "ally", "ground" ], "effect": "projectile_attack", "effect_str": "blind", - "min_aoe": 4, - "max_aoe": 4, - "min_duration": 700, - "max_duration": 700, + "min_aoe": 2, + "energy_increment": 0.7, + "max_aoe": 5, + "min_duration": 500, + "duration_increment": 100, + "max_duration": 1500, "damage_type": "bio" }, { -- cgit v1.2.1