mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-05-07 23:25:44 +02:00
0.9 template config
This commit is contained in:
parent
879bba43f0
commit
64f457d60a
18 changed files with 2659 additions and 849 deletions
21
Configs/EcoSim.eco.template
Executable file → Normal file
21
Configs/EcoSim.eco.template
Executable file → Normal 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue