From 1174ca7035afc94eeac68491443f35e80627bbc4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Dec 2024 22:26:17 -0800 Subject: Add a cap to the vampire effect duration. -This is merely to stop it recording durations into the millions. --- vamp_stuff/Modification_Files/Others/v_effects.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Others') 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", -- cgit v1.2.1