From 84dc0027a86ad5291222e14ca453f2e3b2e6aee4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 8 Jan 2025 16:07:15 -0500 Subject: [PATCH] Lustre tweak --- 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 1708f3b3bc..2c5f25b200 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4632,7 +4632,7 @@ public class Blocks{ requirements(Category.turret, with(Items.silicon, 250, Items.graphite, 200, Items.oxide, 50, Items.carbide, 90)); shootType = new PointLaserBulletType(){{ - damage = 220f; + damage = 210f; buildingDamageMultiplier = 0.3f; hitColor = Color.valueOf("fda981"); }}; @@ -4690,7 +4690,7 @@ public class Blocks{ unitSort = UnitSorts.strongest; consumeLiquid(Liquids.nitrogen, 6f / 60f); - consumePower(150f / 60f); + consumePower(200f / 60f); }}; scathe = new ItemTurret("scathe"){{