More campaign-related tweaks

This commit is contained in:
Anuken
2022-10-01 20:34:42 -04:00
parent 31f3dc5514
commit 9d4ca4e8ae

View File

@@ -1796,7 +1796,7 @@ public class Blocks{
requirements(Category.effect, with(Items.silicon, 150, Items.oxide, 40, Items.thorium, 60)); requirements(Category.effect, with(Items.silicon, 150, Items.oxide, 40, Items.thorium, 60));
outlineColor = Pal.darkOutline; outlineColor = Pal.darkOutline;
range = 160f; range = 180f;
size = 3; size = 3;
buildSpeed = 1.5f; buildSpeed = 1.5f;
@@ -5440,6 +5440,8 @@ public class Blocks{
requirements(Category.units, with(Items.thorium, 250, Items.oxide, 200, Items.tungsten, 200, Items.silicon, 400)); requirements(Category.units, with(Items.thorium, 250, Items.oxide, 200, Items.tungsten, 200, Items.silicon, 400));
regionSuffix = "-dark"; regionSuffix = "-dark";
researchCostMultipliers.put(Items.thorium, 0.2f);
size = 5; size = 5;
consumePower(5f); consumePower(5f);
consumeLiquid(Liquids.nitrogen, 10f / 60f); consumeLiquid(Liquids.nitrogen, 10f / 60f);