diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:20:37 -0800 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:20:37 -0800 |
| commit | b7faa32c17c0b5efd58dd8155555194db716a38a (patch) | |
| tree | 8839c36b646b9e01bd7f0c5f2da56c1cc54d4499 /vamp_stuff/Modification_Files | |
| parent | Remove decay_message from blood surge. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-b7faa32c17c0b5efd58dd8155555194db716a38a.tar.xz | |
Revert last.
-Was actually a typo rather than a requirement for intensity values.
Diffstat (limited to 'vamp_stuff/Modification_Files')
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index aab1628..f6b6a28 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -58,6 +58,7 @@ "name": [ "Blood Surge" ], "desc": [ "Your blood is surging with energy!" ], "apply_message": "You feel a rush as your blood surges with energy!", + "decay_messages": [ [ "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 ] }, |
