summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
diff options
context:
space:
mode:
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"
},
{