mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 22:28:51 +02:00
9.5 new template
This commit is contained in:
parent
0e5f0ca677
commit
47c514bdec
6 changed files with 176 additions and 155 deletions
|
@ -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"
|
||||
}
|
|
@ -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
5
Configs/Features.eco.template
Executable file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"RentEnabled": true,
|
||||
"FoodVarietyMultiplierEnabled": true,
|
||||
"FoodTastinessMultiplierEnabled": true
|
||||
}
|
6
Configs/Maintenance.eco.template
Executable file
6
Configs/Maintenance.eco.template
Executable 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
1
Configs/Rooms.eco.template
Normal file → Executable file
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"EmptyBlocksCountAsWindows": true,
|
||||
"RoomCategoryDiminishingReturnRate": 0.5,
|
||||
"WallBlocksPerWindow": 10
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue