Ship assembler half cost

This commit is contained in:
Anuken
2022-02-14 22:41:16 -05:00
parent 65161a4129
commit 6da95bc315

View File

@@ -3605,6 +3605,7 @@ public class Blocks{
plans.add(new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, BlockStack.list(Blocks.berylliumWallLarge, 20, Blocks.primeControlCore, 2))); plans.add(new AssemblerUnitPlan(UnitTypes.quell, 60f * 60f, BlockStack.list(Blocks.berylliumWallLarge, 20, Blocks.primeControlCore, 2)));
consumes.power(3f); consumes.power(3f);
areaSize = 13; areaSize = 13;
researchCostMultiplier = 0.5f;
consumes.liquid(Liquids.nitrogen, 24f / 60f); consumes.liquid(Liquids.nitrogen, 24f / 60f);
}}; }};
@@ -3742,7 +3743,6 @@ public class Blocks{
consumes.power(2f); consumes.power(2f);
size = 3; size = 3;
}}; }};
//annihilation
//endregion //endregion
//region sandbox //region sandbox