From 457e5d71f4d23b6e68a077aa3cb80e36d425a0b3 Mon Sep 17 00:00:00 2001 From: Jason <131086642+JasonP01@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:39:14 +0200 Subject: [PATCH] Para buffs (#9705) * para buffs? Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> * para nerf Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> --------- Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> --- core/src/mindustry/content/Blocks.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 3da006d056..b59347fb54 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3395,18 +3395,18 @@ public class Blocks{ }}; parallax = new TractorBeamTurret("parallax"){{ - requirements(Category.turret, with(Items.silicon, 120, Items.titanium, 90, Items.graphite, 30)); + requirements(Category.turret, with(Items.silicon, 160, Items.titanium, 110, Items.graphite, 50)); hasPower = true; size = 2; - force = 12f; - scaledForce = 6f; - range = 240f; - damage = 0.3f; + force = 16f; + scaledForce = 9f; + range = 300f; + damage = 0.5f; scaledHealth = 160; - rotateSpeed = 10; + rotateSpeed = 12; - consumePower(3f); + consumePower(3.3f); }}; swarmer = new ItemTurret("swarmer"){{