diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:17:54 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:17:54 -0800 |
commit | c3f35a455b6497d909fda4d7f2f2d999b89c18a1 (patch) | |
tree | da0714e7bd19bc0cf5e77aac44de66651a086cd1 | |
parent | More effect -> effects fixes. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c3f35a455b6497d909fda4d7f2f2d999b89c18a1.tar.xz |
Remove decay_message from blood surge.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index 6a4acaa..aab1628 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -58,7 +58,6 @@ "name": [ "Blood Surge" ], "desc": [ "Your blood is surging with energy!" ], "apply_message": "You feel a rush as your blood surges with energy!", - "decay_message": [ [ "You feel the blood rush fade off.", "bad" ] ], "rating": "good", "show_in_info": true, "base_mods": { "str_mod": [ 3 ], "dex_mod": [ 2 ], "speed_mod": [ 25 ], "stamina_min": [ 20 ], "stamina_chance": [ 2, 6 ] }, |