add new config file

This commit is contained in:
Hactarus 2022-04-28 08:00:29 +00:00
parent 47c514bdec
commit 8dd3648d02
2 changed files with 11 additions and 0 deletions

5
Configs/Features.eco Normal file
View file

@ -0,0 +1,5 @@
{
"RentEnabled": true,
"FoodVarietyMultiplierEnabled": true,
"FoodTastinessMultiplierEnabled": true
}

6
Configs/Maintenance.eco Normal file
View file

@ -0,0 +1,6 @@
{
"AutoShutdownHour": -1,
"AutoShutdownReason": "Automatic Restart",
"CountdownIntervals": [60, 45, 30, 15, 5, 3, 1],
"CountdownStart": 30
}