From 2ac0c025bf7d80e08822c3d62ca7d9b309ba7fbe Mon Sep 17 00:00:00 2001 From: Shade Date: Thu, 1 Jan 2026 09:03:52 +0800 Subject: [PATCH] Pyratite Scorch Damage Nerf --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 151fe98317..6f44669617 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3432,7 +3432,7 @@ public class Blocks{ keepVelocity = false; hittable = false; }}, - Items.pyratite, new BulletType(4f, 60f){{ + Items.pyratite, new BulletType(4f, 27f){{ ammoMultiplier = 6f; hitSize = 7f; lifetime = 18f;