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-09-23 20:39:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-23 20:39:57 -0700
commit4aa919b08de8f7c113234b2304634823165828a6 (patch)
treeb85a9f64282ca5e1861fe44d7fdacb23f83bc6c3 /vamp_stuff/Modification_Files/Spells/v_spell_combo.json
parentSet the default container for blood back to IV bag. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-4aa919b08de8f7c113234b2304634823165828a6.tar.xz
Convert Blood Transfusion to be less spammy for reals this time.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json5
1 files changed, 4 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 ef152c2..e3bc9be 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
@@ -18,11 +18,14 @@
"type": "SPELL",
"name": { "str": "Tranfusion Heal" },
"description": "Heals the caster with 1 hp.",
+ "difficulty": 1,
+ "max_level": 10,
"flags": [ "SILENT" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
"min_damage": -1,
- "max_damage": -1,
+ "damage_increment": -1,
+ "max_damage": -10,
"damage_type": "none"
},
{