From 8dd3648d02bddf85453670ad1d9f316c87f7bef0 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Thu, 28 Apr 2022 08:00:29 +0000 Subject: [PATCH] add new config file --- Configs/Features.eco | 5 +++++ Configs/Maintenance.eco | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 Configs/Features.eco create mode 100644 Configs/Maintenance.eco 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