0.9 template config

This commit is contained in:
Hactarus 2020-09-09 11:57:37 +00:00
parent 879bba43f0
commit 64f457d60a
18 changed files with 2659 additions and 849 deletions

0
Configs/Backup.eco.template Executable file → Normal file
View file

View file

@ -0,0 +1,21 @@
{
"AllowOverthrow": true,
"ValueAdditionToOverthrow": 50.0,
"DayRangeForActiveDemographic": 2.0,
"HoursPlayedToBeActiveDemographic": 2.0,
"DayRangeForAbandonedDemographic": 7.0,
"HoursPlayedToBeAbandonedDemographic": 0.0,
"MinutesBetweenCivicsUpdates": 5.0,
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
"WageFrequencyMinutes": 360.0,
"AllowLawsToPreventLoginOrPlay": false,
"BasicElectionSettings": {
"MaximumElectionHours": 24.0,
"MinimumElectionHours": 2.0,
"MinimumPercentOfEligibleVotersRequired": 10.0,
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
"MinimumDaysBetweenElectionsOfThisType": 0.0,
"MajorityRequiredForInstantWin": 90.0,
"AnonymousVoting": false
}
}

16
Configs/Difficulty.eco.template Executable file → Normal file
View file

@ -1,9 +1,13 @@
{
"CollaborationPreset": "MediumCollaboration",
"UnlearnRefundRate": 0.5,
"SpecialtyCostMultiplier": 1.0,
"SkillGainMultiplier": 1.0,
"SpecialtyExperienceDivisor": 20.0,
"SpecialtyExperiencePerLevel": 25.0,
"PlayerExperiencePerSpecialtyExperience": 0.0
"DifficultyModifiers": {
"SpecialtyCostMultiplier": 1.0,
"SkillGainMultiplier": 1.0,
"SpecialtyExperienceDivisor": 20.0,
"SpecialtyExperiencePerLevel": 25.0,
"CraftResourceModifier": 1.0,
"CraftTimeModifier": 1.0,
"PlayerExperiencePerSpecialtyExperience": 0.0
},
"EndgameCraftCost": "Normal"
}

0
Configs/Disasters.eco.template Executable file → Normal file
View file

21
Configs/EcoSim.eco.template Executable file → Normal file
View file

@ -1,4 +1,5 @@
{
"ConfigVersion": 1,
"$id": "1",
"ClimateSettings": {
"$id": "2",
@ -8,19 +9,19 @@
"AirPressure": 0.006,
"AtmosphereVolume": 1000000.0,
"AtmosphereDisplayEnabled": false,
"AtmosphereSizeInTonnes": 100000.0,
"PollutionMultiplier": 10.0,
"AtmosphereSizeInTons": 1000000.0,
"PollutionMultiplier": 1.0,
"MinCO2ppm": 325.0,
"SeaLevelSimEnabled": true,
"TemperatureSimEnabled": true,
"SeaLevelsRiseAtCO2ppm": 375.0,
"CO2ppmPerSeaLevelMeterRise": 25.0,
"SeaLevelsRiseAtCO2ppm": 420.0,
"CO2ppmPerSeaLevelMeterRise": 20.0,
"MaxSeaLevelRise": 20.0,
"MaxTemperatureRise": 30.0,
"MaxSeaLevelRiseRatePerDay": 1.0,
"MaxTemperatureChangePerDay": 1.0,
"MaxTemperatureChangePerDay": 1.5,
"TemperaturesRiseAtCO2ppm": 340.0,
"CO2ppmPerDegreeTemperatureRise": 30.0,
"CO2ppmPerDegreeTemperatureRise": 20.0,
"MaxCO2PerDayFromAnimals": 10.0,
"MinCO2PerDayFromPlants": -500.0,
"PollutionPerTailingPerTick": 0.016,
@ -87,12 +88,12 @@
"$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation",
"BiomeLayerName": "WetlandBiome",
"MoistureRange": {
"min": 1.0,
"max": 1.2
"min": 0.6,
"max": 0.8
},
"TemperatureRange": {
"min": 29.0,
"max": 30.0
"min": 0.4,
"max": 0.6
},
"WaterRange": {
"min": 0.0,

0
Configs/Localization.eco.template Executable file → Normal file
View file

0
Configs/ModKit.eco.template Executable file → Normal file
View file

0
Configs/Network.eco.template Executable file → Normal file
View file

0
Configs/Pause.eco.template Executable file → Normal file
View file

0
Configs/Profanity.eco.template Executable file → Normal file
View file

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

0
Configs/Sleep.eco.template Executable file → Normal file
View file

0
Configs/Stats.eco.template Executable file → Normal file
View file

0
Configs/Storage.eco.template Executable file → Normal file
View file

9
Configs/Users.eco.template Executable file → Normal file
View file

@ -1,7 +1,7 @@
{
"UseWaste": false,
"MaxRepFromOnPerson": 30.0,
"MinRepFromOnePerson": -10.0,
"MaxRepFromOnePerson": 30.0,
"MinRepFromOnePerson": -10.0,
"AllowDebugCalls": false,
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
"WhiteList": {
@ -129,9 +129,10 @@
"NearbyFoodSpawnLocationRadius": 20.0,
"NearbyFoodSpawnCount": 5,
"UseExactSpawnLocation": false,
"SpawnNearbyFoodLocation": {
"SpawnLocation": {
"x": 609,
"y": 63,
"z": 698
}
},
"IgnoreVersionMismatch": false
}

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

@ -3,5 +3,4 @@
"Type": "Eco.World.DefaultAtmosphere, Eco.World"
},
"WorldTickCPUMax": 0.25
}

3440
Configs/WorldGenerator.eco.template Executable file → Normal file

File diff suppressed because it is too large Load diff

0
Configs/WorldObjects.eco.template Executable file → Normal file
View file