From 16a67c799cec7c70d7bb002f267e04ec6f0fb883 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 10:45:19 -0700 Subject: Lots of updates to the Hemomancer Various design notes --- vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_effects.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index 9196480..af076d2 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -7,7 +7,7 @@ "type": "effect_type", "id": "v_spell_bloodcurl", "name": [ "Blood Curled" ], - "desc": [ "You feel yourself very stiff." ], + "desc": [ "You feel yourself become very stiff." ], "show_in_info": true, "base_mods": { "speed_mod": [ -180 ] } }, @@ -15,7 +15,7 @@ "type": "effect_type", "id": "v_spell_clot", "name": [ "Clotting" ], - "desc": [ "Blood clots are actively seeking for bleeding body parts to repair." ], + "desc": [ "Blood clots are actively searching for bleeding body parts to repair." ], "removes_effects": [ "bleed" ], "blocks_effects": [ "bleed" ], "show_in_info": true @@ -41,7 +41,7 @@ "type": "effect_type", "id": "v_spell_bloodsurge", "name": [ "Blood Surge" ], - "desc": [ "Surge of blood flows through your vessel!" ], + "desc": [ "Your blood is surging with energy!" ], "show_in_info": true, "base_mods": { "str_mod": [ 3 ], "dex_mod": [ 2 ], "speed_mod": [ 10 ], "stamina_min": [ 20 ], "stamina_chance": [ 2, 6 ] }, "removes_effects": [ "winded" ], @@ -51,7 +51,7 @@ "type": "effect_type", "id": "v_spell_desolation", "name": [ "Withering" ], - "desc": [ "Pressence of a vile aura drains you submissively!" ], + "desc": [ "A vile aura is draining your life away!" ], "show_in_info": true, "max_duration": 3, "base_mods": { "speed_mod": [ -20 ], "hurt_min": [ 2 ], "hurt_max": [ 3 ] } -- cgit v1.2.1