Files
2023-05-10 20:27:38 -07:00

170 lines
5.3 KiB
INI

# Configuration file
general {
processing {
# The size of the fluix aggregator's energy buffer.
# Min: 1
# Max: 2147483647
I:aggregatorEnergyBuffer=100000
# The base energy cost for each fluix aggregation operation performed.
# Min: 1
# Max: 2147483647
I:aggregatorEnergyCostBase=8100
# The additional energy cost for fluix aggregation incurred by each acceleration card.
# Min: 0
# Max: 2147483647
I:aggregatorEnergyCostUpgrade=863
# The base number of ticks needed to complete one fluix aggregation operation.
# Min: 1
# Max: 2147483647
I:aggregatorWorkTicksBase=150
# The number of ticks by which each acceleration card hastens a fluix aggregation operation.
# Min: 1
# Max: 2147483647
I:aggregatorWorkTicksUpgrade=18
# The size of the pulse centrifuge's energy buffer.
# Min: 1
# Max: 2147483647
I:centrifugeEnergyBuffer=100000
# The base energy cost for each centrifuging operation performed.
# Min: 1
# Max: 2147483647
I:centrifugeEnergyCostBase=8100
# The additional energy cost for centrifuging incurred by each acceleration card.
# Min: 0
# Max: 2147483647
I:centrifugeEnergyCostUpgrade=863
# The base number of ticks needed to complete one centrifuging operation.
# Min: 1
# Max: 2147483647
I:centrifugeWorkTicksBase=150
# The number of ticks by which each acceleration card hastens a centrifuging operation.
# Min: 1
# Max: 2147483647
I:centrifugeWorkTicksUpgrade=18
# The size of the crystal energizer's energy buffer.
# Min: 1
# Max: 2147483647
I:energizerEnergyBuffer=100000
# The additional energy cost for crystal energization incurred by each acceleration card.
# Min: 0
# Max: 2147483647
I:energizerEnergyCostUpgrade=1625
# The base number of ticks needed to complete one crystal energization operation.
# Min: 1
# Max: 2147483647
I:energizerWorkTicksBase=150
# The number of ticks by which each acceleration card hastens a crystal energization operation.
# Min: 1
# Max: 2147483647
I:energizerWorkTicksUpgrade=18
# The size of the circuit etcher's energy buffer.
# Min: 1
# Max: 2147483647
I:etcherEnergyBuffer=100000
# The base energy cost for each circuit etching operation performed.
# Min: 1
# Max: 2147483647
I:etcherEnergyCostBase=8100
# The additional energy cost for circuit etching incurred by each acceleration card.
# Min: 0
# Max: 2147483647
I:etcherEnergyCostUpgrade=863
# The base number of ticks needed to complete one circuit etching operation.
# Min: 1
# Max: 2147483647
I:etcherWorkTicksBase=150
# The number of ticks by which each acceleration card hastens a circuit etching operation.
# Min: 1
# Max: 2147483647
I:etcherWorkTicksUpgrade=18
}
networkdevices {
# The idle power consumption of the preemptive assembly unit.
# Min: 0.0
# Max: 1.7976931348623157E308
D:fastCrafterIdlePower=6.0
# The idle power consumption of the level maintainer.
# Min: 0.0
# Max: 1.7976931348623157E308
D:levelMaintainerIdlePower=3.0
# The maximum interval between work ticks for the level maintainer.
# The level maintainer will gradually reduce its work rate when something prevents it from progressing.
# Setting this too low may cause lag!
# Min: 0
# Max: 2147483647
I:levelMaintainerSleepMax=200
# The minimum interval between work ticks for the level maintainer.
# The level maintainer will gradually increase its work rate while running without obstruction.
# Setting this too low may cause lag!
# Min: 0
# Max: 2147483647
I:levelMaintainerSleepMin=12
}
massassembler {
# The base amount of energy consumed to perform one unit of work.
# Min: 0.0
# Max: 1.7976931348623157E308
D:energyPerWorkBase=16.0
# The additional energy consumed per unit of work for each installed coprocessor.
# Min: 0.0
# Max: 1.7976931348623157E308
D:energyPerWorkUpgrade=1.0
# The idle power consumption of the mass assembly chamber.
# Min: 0.0
# Max: 1.7976931348623157E308
D:idlePower=3.0
# The size of the mass assembler's crafting job queue.
# Some crafting job data may be lost if this is decreased!
# Min: 1
# Max: 2147483647
I:jobQueueSize=64
# The amount of work needed to complete one crafting job.
# Min: 1
# Max: 2147483647
I:workPerJob=16
# The base amount of work performed per tick.
# If set to zero, the mass assembler will not do any work without a coprocessor installed.
# Min: 0
# Max: 2147483647
I:workPerTickBase=1
# The additional work performed per tick for each installed coprocessor.
# Min: 1
# Max: 2147483647
I:workPerTickUpgrade=3
}
}