From 585104a7f72d166896c80148f10c1b0a44cf5a59 Mon Sep 17 00:00:00 2001 From: Zerenta <80897573+Zerenta@users.noreply.github.com> Date: Fri, 11 Aug 2023 22:16:58 -0400 Subject: [PATCH] Scathe buff (#8919) --- 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 08a157dd9bbb..2f3e16659208 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4537,7 +4537,7 @@ Items.thorium, new ArtilleryBulletType(2.5f, 350, "shell"){{ }}; scathe = new ItemTurret("scathe"){{ - requirements(Category.turret, with(Items.silicon, 450, Items.graphite, 400, Items.tungsten, 500, Items.carbide, 300)); + requirements(Category.turret, with(Items.silicon, 450, Items.graphite, 400, Items.tungsten, 500, Items.oxide, 100, Items.carbide, 200)); ammo( Items.carbide, new BasicBulletType(0f, 1){{ @@ -4680,7 +4680,7 @@ Items.carbide, new BasicBulletType(0f, 1){{ targetUnderBlocks = false; shake = 6f; - ammoPerShot = 20; + ammoPerShot = 15; maxAmmo = 30; shootY = -1; outlineColor = Pal.darkOutline;