Tweaked research costs

This commit is contained in:
Epowerj
2022-09-04 21:19:09 -04:00
parent 13ff9a035a
commit 48e5846587

View File

@@ -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