From a184abb117a613ca7963c78035214ac09898f5da Mon Sep 17 00:00:00 2001 From: SomeonesShade <80511312+SomeonesShade@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:52:58 +0800 Subject: [PATCH] Flux Power and Heat Capacity Increase (#9500) --- core/src/mindustry/content/Blocks.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 969090e462..5524503b49 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2556,8 +2556,8 @@ public class Blocks{ fluxReactor = new VariableReactor("flux-reactor"){{ requirements(Category.power, with(Items.graphite, 300, Items.carbide, 200, Items.oxide, 100, Items.silicon, 600, Items.surgeAlloy, 300)); - powerProduction = 120f; - maxHeat = 140f; + powerProduction = 240f; + maxHeat = 150f; consumeLiquid(Liquids.cyanogen, 9f / 60f); liquidCapacity = 30f;