Skip to content

Commit 85b69d3

Browse files
authored
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
1 parent 266c5a5 commit 85b69d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/mindustry/content/Blocks.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6197,9 +6197,9 @@ Items.surgeAlloy, new BasicBulletType(7f, 250){{
61976197
}};
61986198

61996199
airFactory = new UnitFactory("air-factory"){{
6200-
requirements(Category.units, with(Items.copper, 60, Items.lead, 70));
6200+
requirements(Category.units, with(Items.copper, 60, Items.lead, 70, Items.silicon, 60));
62016201
plans = Seq.with(
6202-
new UnitPlan(UnitTypes.flare, 60f * 15, with(Items.silicon, 20)),
6202+
new UnitPlan(UnitTypes.flare, 60f * 15, with(Items.silicon, 15)),
62036203
new UnitPlan(UnitTypes.mono, 60f * 35, with(Items.silicon, 30, Items.lead, 15))
62046204
);
62056205
size = 3;

0 commit comments

Comments
 (0)