summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer
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/Hemomancer
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/Hemomancer')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
index b9386eb..2dc96f5 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
@@ -4,6 +4,8 @@
"type": "SPELL",
"name": { "str": "Transfusion" },
"note": "Uses MANA, just to prevent spamming.",
+ "message": "You drain the lifeforce from your target!",
+ "sound_description": "splash!",
"description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 1,
@@ -13,18 +15,18 @@
"energy_increment": 25,
"final_energy_cost": 250,
"effect": "target_attack",
- "extra_effects": [ { "id": "t1_blood_transfusion_spell" } ],
+ "extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true } ],
"valid_targets": [ "ally", "hostile" ],
- "min_damage": 0,
- "max_damage": 10,
- "damage_increment": 1,
+ "min_damage": 2,
+ "max_damage": 20,
+ "damage_increment": 2,
"damage_type": "bio",
"min_range": 10,
"max_range": 10,
"base_casting_time": 150,
"casting_time_increment": -25,
"final_casting_time": 25,
- "flags": [ "NO_LEGS", "WONDER" ]
+ "flags": [ "NO_LEGS" ]
},
{
"id": "t1_blood_bcurl",