From 3b2b79d53931893a406db22ebba43f4382b2615a Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 17 May 2019 18:10:03 -0400 Subject: [PATCH] Buffed impact reactor --- core/src/io/anuke/mindustry/content/Blocks.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 8b9b166877..3315a89f4a 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -1109,11 +1109,11 @@ public class Blocks implements ContentList{ requirements(Category.power, ItemStack.with(Items.lead, 1000, Items.silicon, 600, Items.graphite, 800, Items.thorium, 200, Items.surgealloy, 500, Items.metaglass, 500)); size = 4; health = 900; - powerProduction = 110f; - itemDuration = 60f; + powerProduction = 130f; + itemDuration = 80f; consumes.power(25f); consumes.item(Items.blastCompound); - consumes.liquid(Liquids.cryofluid, 0.26f); + consumes.liquid(Liquids.cryofluid, 0.25f); }}; //endregion power