summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-11 06:40:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-11 06:40:17 -0700
commiteb91d877d932d1c8d1215739b850fb9ac07be776 (patch)
tree77b87651a1bc385289832de56ed64d7d8e2087fa /vamp_stuff/Modification_Files/Spells/v_spell_combo.json
parentAdd Reconstitued Blood + Synthetic + Recipes (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-eb91d877d932d1c8d1215739b850fb9ac07be776.tar.xz
Add custom spites to several hemomancer spells.
Also fix the blind aoe on crimson haze.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json12
1 files changed, 8 insertions, 4 deletions
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"
},
{