diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-07 15:24:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-07 15:24:06 -0700 |
commit | 8e7272cf607586c3c9774a8e8e979a8f1ecaf6b3 (patch) | |
tree | 8ac6066dee1a7ede0856a8336cfa88e309e79f80 /vamp_stuff/Modification_Files | |
parent | Nerf the immense duration on blood surge. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-8e7272cf607586c3c9774a8e8e979a8f1ecaf6b3.tar.xz |
Adjust the max stacking duration of blood surge.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 2 |
1 files changed, 1 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 09238d3..bc23b9d 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -66,7 +66,7 @@ "base_mods": { "str_mod": [ 2 ], "dex_mod": [ 4 ], "speed_mod": [ 25 ], "stamina_min": [ 20 ], "stamina_chance": [ 2, 6 ] }, "removes_effects": [ "winded" ], "blocks_effects": [ "winded" ], - "max_duration": "75 m" + "max_duration": "120 m" }, { "type": "effect_type", |