diff --git a/Configs/Features.eco b/Configs/Features.eco new file mode 100644 index 0000000..2ca1d5c --- /dev/null +++ b/Configs/Features.eco @@ -0,0 +1,5 @@ +{ + "RentEnabled": true, + "FoodVarietyMultiplierEnabled": true, + "FoodTastinessMultiplierEnabled": true +} \ No newline at end of file diff --git a/Configs/Maintenance.eco b/Configs/Maintenance.eco new file mode 100644 index 0000000..5d95180 --- /dev/null +++ b/Configs/Maintenance.eco @@ -0,0 +1,6 @@ +{ + "AutoShutdownHour": -1, + "AutoShutdownReason": "Automatic Restart", + "CountdownIntervals": [60, 45, 30, 15, 5, 3, 1], + "CountdownStart": 30 +} \ No newline at end of file