Misc research tweaks

This commit is contained in:
Anuken
2022-02-20 13:39:41 -05:00
parent 74233fdc2c
commit c439ab0c8f
4 changed files with 8 additions and 9 deletions

View File

@@ -3620,7 +3620,7 @@ public class Blocks{
size = 3;
configurable = false;
plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f)));
researchCostMultiplier = 1f / 8f;
researchCostMultiplier = 1f / 12f;
consumePower(2f);
}};