Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,153 @@
#
# Enabled advanced config options
# Additional options will be shown after next config load
#
EnableAdvancedConfig = false
[WorldGen]
#
# Valid range: [1,)
# Default: 5
#
UraniumOreMaxClustersPerChunk = 5
#
# Valid range: [1,)
# Default: 6
#
UraniumMaxOrePerCluster = 6
#
# Valid range: [5,)
# Default: 50
#
UraniumOreMaxSpawnY = 50
#
# Default: true
#
EnableUraniumGeneration = false
[Reactor]
#
# Valid range: [3,)
# Default: 128
#
MaxLength = 128
#
# Valid range: [3,)
# Default: 128
#
MaxWidth = 128
#
# Valid range: [3,)
# Default: 192
#
MaxHeight = 192
#
# Valid range: (0,)
# Default: 1.0
#
FuelUsageMultiplier = 1.0
#
# Valid range: (0,)
# Default: 1.0
#
OutputMultiplier = 3.0
#
# Valid range: (0,)
# Default: 100000
#
PassiveBatteryPerExternalBlock = 300000
#
# Valid range: (0,)
# Default: 10000
#
CoolantTankAmountPerFuelRod = 30000
[Turbine]
#
# Valid range: [5,)
# Default: 32
#
MaxLength = 32
#
# Valid range: [5,)
# Default: 32
#
MaxWidth = 32
#
# Valid range: [4,)
# Default: 192
#
MaxHeight = 192
[HeatExchanger]
#
# Valid range: [3,)
# Default: 64
#
MaxLength = 64
#
# Valid range: [3,)
# Default: 64
#
MaxWidth = 64
#
# Valid range: [4,)
# Default: 96
#
MaxHeight = 96
[CyaniteReprocessor]
#
# Max transfer rate of fluids and energy.
# Valid range: (0,)
# Default: 500
#
TransferRate = 500
#
# Max energy capacity.
# Valid range: (0,)
# Default: 5000
#
EnergyTankCapacity = 5000
#
# Max water capacity
# Valid range: (0,)
# Default: 5000
#
WaterTankCapacity = 5000
#
# Power usage per tick of work.
# Valid range: (0,)
# Default: 1
#
EnergyConsumptionPerTick = 1
#
# Water usage per tick of work.
# Valid range: (0,)
# Default: 1
#
WaterConsumptionPerTick = 1
#
# Time (in ticks) it takes to complete a job.
# Valid range: (0,)
# Default: 200
#
TotalWorkTime = 200