From a636adf88634acf4889fe4c3cf14f631d5027b0b Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 15 Nov 2014 21:44:44 +0100 Subject: [PATCH] Reduce the time of a precipitation Reduce the time of a precipitation, before 30min now 4min ! --- mods/snowdrift/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/snowdrift/init.lua b/mods/snowdrift/init.lua index 3bded1fb..0d551d97 100755 --- a/mods/snowdrift/init.lua +++ b/mods/snowdrift/init.lua @@ -10,7 +10,7 @@ -- Parameters -local SCALP = 30 -- Time scale for precipitation in minutes +local SCALP = 4 -- Time scale for precipitation in minutes local PRET = 0.3 -- -1 to 1. Precipitation threshold: 1 none, -1 continuous, -0.3 two thirds the time, 0 half the time, 0.3 one third the time local PPPCHA = 0.1 -- 0 to 1. Per player processing chance. Controls and randomizes processing load local SETCHA = 0.1 -- 0 to 1. Snow settling chance