Fellies/config/industrialforegoing/machine-generator.toml

34 lines
1.1 KiB
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
[MachineGeneratorConfig]
[MachineGeneratorConfig.PitifulGeneratorConfig]
#Amount of Power Produced per Tick - Default: [400FE]
powerPerTick = 30
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 100000
#Amount of FE/t extracted from the Pitiful Generator
extractionRate = 1000
2021-02-13 10:16:29 +00:00
[MachineGeneratorConfig.BioReactorConfig]
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 10000
maxBioFuelTankStorage = 16000
#Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)]
2021-02-12 14:22:54 +00:00
maxProgress = 100
2021-02-13 10:16:29 +00:00
#Amount of Power Consumed per Tick - Default: [400FE]
powerPerOperation = 400
maxWaterTankStorage = 16000
[MachineGeneratorConfig.BiofuelGeneratorConfig]
2021-01-28 20:21:47 +00:00
#Amount of Power Produced per Tick - Default: [400FE]
powerPerTick = 160
#Max Stored Power [FE] - Default: [10000 FE]
maxStoredPower = 1000000
#Amount of FE/t extracted from the Biofuel Generator
extractionRate = 500
2021-02-13 10:16:29 +00:00
#Burn Time in Ticks [20 Ticks per Second] - Default: [100 (5s)]
maxProgress = 100
2021-01-28 20:21:47 +00:00
#Max Amount of Stored Fluid [Biofuel] - Default: [8000mB]
maxBiofuelTankSize = 4000