From 85b69d3afdd9a29b3caf3e5be1d594b29c533088 Mon Sep 17 00:00:00 2001 From: EggleEgg <125359838+EggleEgg@users.noreply.github.com> Date: Sat, 20 Dec 2025 03:51:19 +0100 Subject: [PATCH] Anuke please dont kill ratios of schems, 33% higher cost is no joke (#11459) * Anuke please dont kill ratios of schems, 33% less eff is no joke * air factory nerf --- core/src/mindustry/content/Blocks.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 2707da5c97..566c2132c0 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -6197,9 +6197,9 @@ public class Blocks{ }}; airFactory = new UnitFactory("air-factory"){{ - requirements(Category.units, with(Items.copper, 60, Items.lead, 70)); + requirements(Category.units, with(Items.copper, 60, Items.lead, 70, Items.silicon, 60)); plans = Seq.with( - new UnitPlan(UnitTypes.flare, 60f * 15, with(Items.silicon, 20)), + new UnitPlan(UnitTypes.flare, 60f * 15, with(Items.silicon, 15)), new UnitPlan(UnitTypes.mono, 60f * 35, with(Items.silicon, 30, Items.lead, 15)) ); size = 3;