reduced required rpm for the VI centrifuge because it works badly on low tps servers

This commit is contained in:
Pyritie 2026-01-19 23:23:22 +00:00
parent c5ada8c136
commit 69cde26b65
3 changed files with 5 additions and 0 deletions

View file

@ -404,6 +404,7 @@ function processImpureDust(event, material) {
[dustItem, Item.of(ChemicalHelper.get(TagPrefix.dust, byproductMaterial, 1)).withChance(0.111)],
impureDustItem)
.processingTime(material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
.minimalRPM(32)
.id(`tfg:vi/centrifuge/${materialName}_dust_from_impure`)
// Dropping in water
@ -455,6 +456,7 @@ function processPureDust(event, material) {
[dustItem, Item.of(ChemicalHelper.get(TagPrefix.dust, byproductMaterial, 1)).withChance(0.111)],
pureDustItem)
.processingTime(material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
.minimalRPM(32)
.id(`tfg:vi/centrifuge/${materialName}_dust_from_pure`)
// Dropping in water