From 1556152284652a94182a4002b118eac0db5733de Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 6 Aug 2023 23:42:02 -0700 Subject: Add max durations to hemomancy self-buffs to prevent them lasting for days if practicing. --- vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'vamp_stuff') 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", -- cgit v1.2.1