More campaign-related tweaks
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user