Skip to content

Commit fdaf2b1

Browse files
authored
Merge pull request #87 from jsknnr/dev
Dev
2 parents 4f62c28 + bdb506e commit fdaf2b1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

container/proton/enshrouded_server_example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"playerHealthFactor": 1,
1212
"playerManaFactor": 1,
1313
"playerStaminaFactor": 1,
14+
"playerBodyHeatFactor": 1,
1415
"enableDurability": true,
1516
"enableStarvingDebuff": false,
1617
"foodBuffDurationFactor": 1,
1718
"fromHungerToStarving": 600000000000,
1819
"shroudTimeFactor": 1,
1920
"tombstoneMode": "AddBackpackMaterials",
21+
"enableGliderTurbulences": true,
22+
"weatherFrequency": "Normal",
2023
"miningDamageFactor": 1,
2124
"plantGrowthSpeedFactor": 1,
2225
"resourceDropStackAmountFactor": 1,
@@ -36,6 +39,7 @@
3639
"bossHealthFactor": 1,
3740
"threatBonus": 1,
3841
"pacifyAllEnemies": false,
42+
"tamingStartleRepercussion": "LoseSomeProgress",
3943
"dayTimeDuration": 1800000000000,
4044
"nightTimeDuration": 720000000000
4145
},

container/wine/enshrouded_server_example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"playerHealthFactor": 1,
1212
"playerManaFactor": 1,
1313
"playerStaminaFactor": 1,
14+
"playerBodyHeatFactor": 1,
1415
"enableDurability": true,
1516
"enableStarvingDebuff": false,
1617
"foodBuffDurationFactor": 1,
1718
"fromHungerToStarving": 600000000000,
1819
"shroudTimeFactor": 1,
1920
"tombstoneMode": "AddBackpackMaterials",
21+
"enableGliderTurbulences": true,
22+
"weatherFrequency": "Normal",
2023
"miningDamageFactor": 1,
2124
"plantGrowthSpeedFactor": 1,
2225
"resourceDropStackAmountFactor": 1,
@@ -36,6 +39,7 @@
3639
"bossHealthFactor": 1,
3740
"threatBonus": 1,
3841
"pacifyAllEnemies": false,
42+
"tamingStartleRepercussion": "LoseSomeProgress",
3943
"dayTimeDuration": 1800000000000,
4044
"nightTimeDuration": 720000000000
4145
},

0 commit comments

Comments
 (0)