Fix matter reconstructor being a downgrade regarding energy values compared to replicator
This commit is contained in:
parent
f57ccafcfa
commit
3e5f47c9a3
@ -110,8 +110,8 @@ object MachinesConfig : AbstractConfig("machines") {
|
||||
|
||||
private val MATTER_RECONSTRUCTOR = workerValues(
|
||||
MNames.MATTER_RECONSTRUCTOR,
|
||||
energyStorage = Decimal(100_000),
|
||||
energyThroughput = Decimal(1000),
|
||||
energyStorage = Decimal(200_000),
|
||||
energyThroughput = Decimal(4_000),
|
||||
energyConsumption = Decimal(400),
|
||||
matterCapacity = Decimal(200),
|
||||
workTimeMultiplier = null,
|
||||
|
Loading…
Reference in New Issue
Block a user