diff --git a/container/proton/enshrouded_server_example.json b/container/proton/enshrouded_server_example.json index eb2a748..426538d 100644 --- a/container/proton/enshrouded_server_example.json +++ b/container/proton/enshrouded_server_example.json @@ -11,12 +11,15 @@ "playerHealthFactor": 1, "playerManaFactor": 1, "playerStaminaFactor": 1, + "playerBodyHeatFactor": 1, "enableDurability": true, "enableStarvingDebuff": false, "foodBuffDurationFactor": 1, "fromHungerToStarving": 600000000000, "shroudTimeFactor": 1, "tombstoneMode": "AddBackpackMaterials", + "enableGliderTurbulences": true, + "weatherFrequency": "Normal", "miningDamageFactor": 1, "plantGrowthSpeedFactor": 1, "resourceDropStackAmountFactor": 1, @@ -36,6 +39,7 @@ "bossHealthFactor": 1, "threatBonus": 1, "pacifyAllEnemies": false, + "tamingStartleRepercussion": "LoseSomeProgress", "dayTimeDuration": 1800000000000, "nightTimeDuration": 720000000000 }, diff --git a/container/wine/enshrouded_server_example.json b/container/wine/enshrouded_server_example.json index eb2a748..426538d 100644 --- a/container/wine/enshrouded_server_example.json +++ b/container/wine/enshrouded_server_example.json @@ -11,12 +11,15 @@ "playerHealthFactor": 1, "playerManaFactor": 1, "playerStaminaFactor": 1, + "playerBodyHeatFactor": 1, "enableDurability": true, "enableStarvingDebuff": false, "foodBuffDurationFactor": 1, "fromHungerToStarving": 600000000000, "shroudTimeFactor": 1, "tombstoneMode": "AddBackpackMaterials", + "enableGliderTurbulences": true, + "weatherFrequency": "Normal", "miningDamageFactor": 1, "plantGrowthSpeedFactor": 1, "resourceDropStackAmountFactor": 1, @@ -36,6 +39,7 @@ "bossHealthFactor": 1, "threatBonus": 1, "pacifyAllEnemies": false, + "tamingStartleRepercussion": "LoseSomeProgress", "dayTimeDuration": 1800000000000, "nightTimeDuration": 720000000000 },