summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_effects.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 10:45:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 10:45:19 -0700
commit16a67c799cec7c70d7bb002f267e04ec6f0fb883 (patch)
tree29ba7d1cea6fae0258c1964572b903a547b23889 /vamp_stuff/Modification_Files/Spells/v_spell_effects.json
parentMerge in the updated tileset (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-16a67c799cec7c70d7bb002f267e04ec6f0fb883.tar.xz
Lots of updates to the Hemomancer
Various design notes
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_effects.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_effects.json8
1 files changed, 4 insertions, 4 deletions
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 ] }