From 544a617f93bde7a1ca5a12b5bac0d29a2a9fea07 Mon Sep 17 00:00:00 2001 From: spentcud Date: Mon, 15 Jun 2026 00:28:10 -0500 Subject: [PATCH] buff spectre ammo mult --- core/src/mindustry/content/Blocks.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 7d021b114cb5..e93d2acd9276 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4265,7 +4265,7 @@ Items.graphite, new BasicBulletType(7.5f, 50){{ width = 15f; height = 21f; shootEffect = Fx.shootBig; - ammoMultiplier = 4; + ammoMultiplier = 6; reloadMultiplier = 1.7f; knockback = 0.3f; @@ -4278,6 +4278,7 @@ Items.thorium, new BasicBulletType(8f, 80){{ width = 16f; height = 23f; shootEffect = Fx.shootBig; + ammoMultiplier = 3; pierceCap = 2; pierceBuilding = true; knockback = 0.7f; @@ -4298,7 +4299,7 @@ Items.pyratite, new BasicBulletType(7f, 70){{ pierceCap = 2; pierceBuilding = true; knockback = 0.6f; - ammoMultiplier = 3; + ammoMultiplier = 5; splashDamage = 20f; splashDamageRadius = 25f; }}