From 47c514bdecd86291f31357e81e97862bf40f5986 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Thu, 28 Apr 2022 07:56:31 +0000 Subject: [PATCH] 9.5 new template --- Configs/Difficulty.eco.template | 6 +- Configs/EcoSim.eco.template | 2 + Configs/Features.eco.template | 5 + Configs/Maintenance.eco.template | 6 + Configs/Rooms.eco.template | 1 + Configs/Users.eco.template | 311 ++++++++++++++++--------------- 6 files changed, 176 insertions(+), 155 deletions(-) create mode 100755 Configs/Features.eco.template create mode 100755 Configs/Maintenance.eco.template mode change 100644 => 100755 Configs/Rooms.eco.template diff --git a/Configs/Difficulty.eco.template b/Configs/Difficulty.eco.template index f01e283..431748e 100755 --- a/Configs/Difficulty.eco.template +++ b/Configs/Difficulty.eco.template @@ -6,7 +6,11 @@ "SpecialtyExperiencePerLevel": 25.0, "CraftResourceModifier": 1.0, "CraftTimeModifier": 1.0, - "PlayerExperiencePerSpecialtyExperience": 0.0 + "PlayerExperiencePerSpecialtyExperience": 0.0, + "StackSizeModifier": 1.0, + "WeightModifier": 1.0, + "FuelModifier": 1.0, + "ConnectionRangeModifier": 1.0 }, "EndgameCraftCost": "Normal" } \ No newline at end of file diff --git a/Configs/EcoSim.eco.template b/Configs/EcoSim.eco.template index 6b9f340..c9b0d45 100755 --- a/Configs/EcoSim.eco.template +++ b/Configs/EcoSim.eco.template @@ -300,6 +300,8 @@ "TimeMult": 1.0, "PlantScarcity": 0.0, "PlantDensity": 1.0, + "PlantMaturityModifier": 1.0, + "MinTreeSpawnDistance": 5, "BaseSkillGainRate": 12.0, "SkillDamageMultiplier": 0.0, "RecordLayerHistory": "Interval", diff --git a/Configs/Features.eco.template b/Configs/Features.eco.template new file mode 100755 index 0000000..2ca1d5c --- /dev/null +++ b/Configs/Features.eco.template @@ -0,0 +1,5 @@ +{ + "RentEnabled": true, + "FoodVarietyMultiplierEnabled": true, + "FoodTastinessMultiplierEnabled": true +} \ No newline at end of file diff --git a/Configs/Maintenance.eco.template b/Configs/Maintenance.eco.template new file mode 100755 index 0000000..5d95180 --- /dev/null +++ b/Configs/Maintenance.eco.template @@ -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 diff --git a/Configs/Rooms.eco.template b/Configs/Rooms.eco.template old mode 100644 new mode 100755 index 6a98038..96a7b0d --- a/Configs/Rooms.eco.template +++ b/Configs/Rooms.eco.template @@ -1,4 +1,5 @@ { "EmptyBlocksCountAsWindows": true, + "RoomCategoryDiminishingReturnRate": 0.5, "WallBlocksPerWindow": 10 } \ No newline at end of file diff --git a/Configs/Users.eco.template b/Configs/Users.eco.template index b1f1cb2..4209ff9 100755 --- a/Configs/Users.eco.template +++ b/Configs/Users.eco.template @@ -1,155 +1,158 @@ -{ - "ConfigVersion": 1, - "UseWaste": false, - "MaxRepFromOnePerson": 30.0, - "MinRepFromOnePerson": -10.0, - "AllowDebugCalls": false, - "Reputations": { - "Eco.Gameplay.Economy.ReputationTitle": { - "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib", - "$values": [ - { - "MaxReputation": -500.0, - "Title": "Reprehensible", - "Color": "FF4623" - }, - { - "MaxReputation": -200.0, - "Title": "Abhorred", - "Color": "FF5A24" - }, - { - "MaxReputation": -100.0, - "Title": "Nefarious", - "Color": "FF7025" - }, - { - "MaxReputation": -50.0, - "Title": "Shunned", - "Color": "FFA028" - }, - { - "MaxReputation": -20.0, - "Title": "Ill-Regarded", - "Color": "FFC32A" - }, - { - "MaxReputation": -10.0, - "Title": "Unfavorable", - "Color": "FFF62D" - }, - { - "MaxReputation": -5.0, - "Title": "Questionable", - "Color": "E8EB43" - }, - { - "MaxReputation": -2.0, - "Title": "Uncertain", - "Color": "B2CE76" - }, - { - "MaxReputation": -1.0, - "Title": "Unknown", - "Color": "2581FE" - }, - { - "MaxReputation": 1.0, - "Title": "Unknown", - "Color": "2581FE" - }, - { - "MaxReputation": 2.0, - "Title": "Helpful", - "Color": "2899FE" - }, - { - "MaxReputation": 5.0, - "Title": "Respected", - "Color": "2EB6FC" - }, - { - "MaxReputation": 10.0, - "Title": "Friendly", - "Color": "34D4FA" - }, - { - "MaxReputation": 20.0, - "Title": "Well-Regarded", - "Color": "3DFFF8" - }, - { - "MaxReputation": 50.0, - "Title": "Esteemed", - "Color": "51FFB7" - }, - { - "MaxReputation": 100.0, - "Title": "Celebrated", - "Color": "61FF82" - }, - { - "MaxReputation": 200.0, - "Title": "Honored", - "Color": "70FF4F" - }, - { - "MaxReputation": 500.0, - "Title": "Revered", - "Color": "77FF37" - }, - { - "MaxReputation": 1000.0, - "Title": "Exalted", - "Color": "7BFF29" - } - ] - } - }, - "UnStuckDisableTime": 60.0, - "AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone", - "DelayNearbyFoodCheckMinutes": 4.0, - "NearbyFoodSpawnLocationRadius": 20.0, - "NearbyFoodSpawnCount": 5, - "UseExactSpawnLocation": false, - "SpawnLocation": { - "x": 609, - "y": 63, - "z": 698 - }, - "IgnoreVersionMismatch": false, - "UserPermission": { - "WhiteList": { - "Collection": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", - "$values": [] - } - } - }, - "BlackList": { - "Collection": { - "Eco.Gameplay.Players.TimeUser": { - "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib", - "$values": [] - } - } - }, - "MuteList": { - "Collection": { - "Eco.Gameplay.Players.TimeUser": { - "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib", - "$values": [] - } - } - }, - "Admins": { - "Collection": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", - "$values": [] - } - } - } - } +{ + "ConfigVersion": 1, + "UseWaste": false, + "ApiKey": "", + "AdminApiKey": "", + "MaxRepFromOnePerson": 30.0, + "MinRepFromOnePerson": -10.0, + "AllowDebugCalls": false, + "MovementHackDetection": false, + "Reputations": { + "Eco.Gameplay.Economy.ReputationTitle": { + "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib", + "$values": [ + { + "MaxReputation": -500.0, + "Title": "Reprehensible", + "Color": "FF4623" + }, + { + "MaxReputation": -200.0, + "Title": "Abhorred", + "Color": "FF5A24" + }, + { + "MaxReputation": -100.0, + "Title": "Nefarious", + "Color": "FF7025" + }, + { + "MaxReputation": -50.0, + "Title": "Shunned", + "Color": "FFA028" + }, + { + "MaxReputation": -20.0, + "Title": "Ill-Regarded", + "Color": "FFC32A" + }, + { + "MaxReputation": -10.0, + "Title": "Unfavorable", + "Color": "FFF62D" + }, + { + "MaxReputation": -5.0, + "Title": "Questionable", + "Color": "E8EB43" + }, + { + "MaxReputation": -2.0, + "Title": "Uncertain", + "Color": "B2CE76" + }, + { + "MaxReputation": -1.0, + "Title": "Unknown", + "Color": "2581FE" + }, + { + "MaxReputation": 1.0, + "Title": "Unknown", + "Color": "2581FE" + }, + { + "MaxReputation": 2.0, + "Title": "Helpful", + "Color": "2899FE" + }, + { + "MaxReputation": 5.0, + "Title": "Respected", + "Color": "2EB6FC" + }, + { + "MaxReputation": 10.0, + "Title": "Friendly", + "Color": "34D4FA" + }, + { + "MaxReputation": 20.0, + "Title": "Well-Regarded", + "Color": "3DFFF8" + }, + { + "MaxReputation": 50.0, + "Title": "Esteemed", + "Color": "51FFB7" + }, + { + "MaxReputation": 100.0, + "Title": "Celebrated", + "Color": "61FF82" + }, + { + "MaxReputation": 200.0, + "Title": "Honored", + "Color": "70FF4F" + }, + { + "MaxReputation": 500.0, + "Title": "Revered", + "Color": "77FF37" + }, + { + "MaxReputation": 1000.0, + "Title": "Exalted", + "Color": "7BFF29" + } + ] + } + }, + "UnStuckDisableTime": 60.0, + "AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone", + "DelayNearbyFoodCheckMinutes": 4.0, + "NearbyFoodSpawnLocationRadius": 20.0, + "NearbyFoodSpawnCount": 5, + "UseExactSpawnLocation": false, + "SpawnLocation": { + "x": 609, + "y": 63, + "z": 698 + }, + "IgnoreVersionMismatch": false, + "UserPermission": { + "WhiteList": { + "Collection": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", + "$values": [] + } + } + }, + "BlackList": { + "Collection": { + "Eco.Gameplay.Players.TimeUser": { + "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib", + "$values": [] + } + } + }, + "MuteList": { + "Collection": { + "Eco.Gameplay.Players.TimeUser": { + "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib", + "$values": [] + } + } + }, + "Admins": { + "Collection": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", + "$values": [] + } + } + } + } } \ No newline at end of file