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. --- vamp_stuff/Modification_Files/Spells/v_spell_combo.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json') 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