Add warm clothes and shivering

Warm Clothes can be adjusted in the configvariables with DZE_WarmClothes. Shivering can be enabled or disabled with the  last value in the DZE_TempVars array. A temperature effect for snow was added too.
This commit is contained in:
A Man
2019-12-16 15:41:59 +01:00
parent fff1196ee3
commit 4058f59688
6 changed files with 102 additions and 229 deletions

View File

@@ -21,6 +21,8 @@ _initialWind = [-1, -1];
_initialSnow = 1;
_debug = false;
//Snowfall example: DZE_WeatherVariables = [10, 20, 5, 10, 0, 0.2, 0.5, 1, 0, 0.6, 0, 8, 25, 30, 0, false, 0.8, 1, 100];
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
// The following variables can be changed to tweak weather behaviour