From 0bba6ef37cc2b4a67dbb22971fefa7b4353cda12 Mon Sep 17 00:00:00 2001 From: Shade Date: Mon, 19 Jan 2026 00:16:21 +0800 Subject: [PATCH] 30 dmg, 0 ap scorch --- core/src/mindustry/content/Blocks.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index a520ddffce..6a86cfdfc8 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3432,12 +3432,11 @@ public class Blocks{ keepVelocity = false; hittable = false; }}, - Items.pyratite, new BulletType(4f, 27f){{ + Items.pyratite, new BulletType(4f, 30f){{ ammoMultiplier = 6f; hitSize = 7f; lifetime = 18f; pierce = true; - pierceArmor = true; collidesAir = false; statusDuration = 60f * 10; shootEffect = Fx.shootPyraFlame;