9.5 new template

This commit is contained in:
Hactarus 2022-04-28 07:56:31 +00:00
parent 0e5f0ca677
commit 47c514bdec
6 changed files with 176 additions and 155 deletions

View file

@ -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"
}

View file

@ -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",

5
Configs/Features.eco.template Executable file
View file

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

View file

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

1
Configs/Rooms.eco.template Normal file → Executable file
View file

@ -1,4 +1,5 @@
{
"EmptyBlocksCountAsWindows": true,
"RoomCategoryDiminishingReturnRate": 0.5,
"WallBlocksPerWindow": 10
}

View file

@ -1,9 +1,12 @@
{
"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",