From a7b1bf1c310a18a26480a2d5c9f01715511ea6d2 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 14 Feb 2022 13:31:40 -0500 Subject: [PATCH] T2 core requirement tweaks --- core/src/mindustry/content/Blocks.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 6744606605..a463f2efb1 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1481,6 +1481,7 @@ public class Blocks{ envDisabled |= Env.scorching; }}; + //TODO all these should be hidden from view completely thoriumWall = new Wall("thorium-wall"){{ requirements(Category.defense, with(Items.thorium, 6)); health = 200 * wallHealthMultiplier; @@ -2575,7 +2576,7 @@ public class Blocks{ coreBastion = new CoreBlock("core-bastion"){{ //TODO cost - requirements(Category.effect, BuildVisibility.editorOnly, with(Items.graphite, 1000, Items.beryllium, 800)); + requirements(Category.effect, BuildVisibility.editorOnly, with(Items.graphite, 1000, Items.silicon, 2000, Items.beryllium, 800)); unitType = UnitTypes.evoke; health = 7000; @@ -2589,8 +2590,7 @@ public class Blocks{ }}; coreCitadel = new CoreBlock("core-citadel"){{ - //TODO cost - requirements(Category.effect, with(Items.silicon, 5000, Items.beryllium, 8000, Items.tungsten, 5000, Items.carbide, 5000)); + requirements(Category.effect, with(Items.silicon, 7000, Items.beryllium, 7000, Items.tungsten, 4000, Items.oxide, 2000)); unitType = UnitTypes.incite; health = 18000; @@ -2600,7 +2600,7 @@ public class Blocks{ armor = 10f; unitCapModifier = 4; - researchCostMultiplier = 0.11f; + researchCostMultiplier = 0.3f; }}; coreAcropolis = new CoreBlock("core-acropolis"){{ @@ -2615,7 +2615,7 @@ public class Blocks{ armor = 15f; unitCapModifier = 6; - researchCostMultiplier = 0.11f; + researchCostMultiplier = 0.3f; }}; container = new StorageBlock("container"){{