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
This commit is contained in:
EggleEgg
2025-12-19 21:51:19 -05:00
committed by GitHub
parent 266c5a541b
commit 85b69d3afd
+2 -2
View File
@@ -6197,9 +6197,9 @@ public class Blocks{
}}; }};
airFactory = new UnitFactory("air-factory"){{ 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( 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)) new UnitPlan(UnitTypes.mono, 60f * 35, with(Items.silicon, 30, Items.lead, 15))
); );
size = 3; size = 3;