diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:26:17 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:26:17 -0800 |
commit | 1174ca7035afc94eeac68491443f35e80627bbc4 (patch) | |
tree | f012e182ab0575e9490111767a14f46caea55757 /vamp_stuff/Modification_Files/Others | |
parent | Fix purge spell. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-1174ca7035afc94eeac68491443f35e80627bbc4.tar.xz |
Add a cap to the vampire effect duration.
-This is merely to stop it recording durations into the millions.
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 3dc5dea..409aac1 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -24,7 +24,8 @@ "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", "accumulated_mutagen", "toxin_buildup", "mutating", "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" - ] + ], + "max_duration": "60 s" }, { "type": "effect_type", |