diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-06 23:42:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-06 23:42:02 -0700 |
commit | 1556152284652a94182a4002b118eac0db5733de (patch) | |
tree | 431c6d79fc2fad9c2636f00590e2e076d7b5c95b | |
parent | Rephrase death message for vampires. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-1556152284652a94182a4002b118eac0db5733de.tar.xz |
Add max durations to hemomancy self-buffs to prevent them lasting for days if practicing.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 11 |
1 files changed, 7 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 e97937d..09238d3 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -20,7 +20,8 @@ "removes_effects": [ "bleed" ], "blocks_effects": [ "bleed" ], "rating": "good", - "show_in_info": true + "show_in_info": true, + "max_duration": "10 s" }, { "type": "effect_type", @@ -31,7 +32,8 @@ "blocks_effects": [ "antibiotic, cureall, datura, depressants, drunk, flushot, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_anticonvulsant_visible, took_flumed, took_prozac, took_prozac_bad, took_prozac_visible, took_thorazine, took_thorazine_bad, took_thorazine_visible, took_xanax, took_xanax_visible, tummy_tablet, valium, weak_antibiotic" ], "base_mods": { "rad_min": [ -5 ] }, "rating": "good", - "show_in_info": true + "show_in_info": true, + "max_duration": "10 s" }, { "type": "effect_type", @@ -61,9 +63,10 @@ "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 ] }, + "base_mods": { "str_mod": [ 2 ], "dex_mod": [ 4 ], "speed_mod": [ 25 ], "stamina_min": [ 20 ], "stamina_chance": [ 2, 6 ] }, "removes_effects": [ "winded" ], - "blocks_effects": [ "winded" ] + "blocks_effects": [ "winded" ], + "max_duration": "75 m" }, { "type": "effect_type", |