summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:53:53 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:53:53 -0800
commit84a8926c1fd1ca9181a8a95434b5702a2cceed3d (patch)
treee57424592ccffcd7a5fec32c8cb66c022228eaef /vamp_stuff/Modification_Files/Spells/v_spell_combo.json
parentDamage cannot be a float. Raise Flow Suppression DoT damage to 3. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-84a8926c1fd1ca9181a8a95434b5702a2cceed3d.tar.xz
min_damage of 0 causes max_damage to apply to all levels.
Set min damage to 1.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
index deef5bd..af785b8 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
@@ -24,7 +24,7 @@
"flags": [ "SILENT" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
- "min_damage": 0,
+ "min_damage": -1,
"damage_increment": -1,
"max_damage": -20,
"damage_type": "none"