Tweaked research costs
This commit is contained in:
@@ -2070,6 +2070,7 @@ public class Blocks{
|
||||
consumeLiquid(Liquids.nitrogen, 10f / 60f);
|
||||
|
||||
itemCapacity = 200;
|
||||
researchCost = with(Items.silicon, 2500, Items.surgeAlloy, 20, Items.oxide, 30);
|
||||
}};
|
||||
|
||||
unitCargoUnloadPoint = new UnitCargoUnloadPoint("unit-cargo-unload-point"){{
|
||||
@@ -2078,6 +2079,8 @@ public class Blocks{
|
||||
size = 2;
|
||||
|
||||
itemCapacity = 100;
|
||||
|
||||
researchCost = with(Items.silicon, 3000, Items.oxide, 20);
|
||||
}};
|
||||
|
||||
//endregion
|
||||
|
||||
Reference in New Issue
Block a user