Fix matter reconstructor being a downgrade regarding energy values compared to replicator

This commit is contained in:
DBotThePony 2025-03-29 17:12:49 +07:00
parent f57ccafcfa
commit 3e5f47c9a3
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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,