From ec8e48f3f58f08bf9e383fc13925ac8584f861dd Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 15 Aug 2022 17:14:14 -0400 Subject: [PATCH] Metaglass cyclone buff --- core/src/mindustry/content/Blocks.java | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 14b5c06acb..855241e1c4 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3629,16 +3629,16 @@ public class Blocks{ cyclone = new ItemTurret("cyclone"){{ requirements(Category.turret, with(Items.copper, 200, Items.titanium, 125, Items.plastanium, 80)); ammo( - Items.metaglass, new FlakBulletType(4f, 9){{ + Items.metaglass, new FlakBulletType(4f, 10){{ ammoMultiplier = 3f; shootEffect = Fx.shootSmall; reloadMultiplier = 0.8f; width = 6f; height = 8f; hitEffect = Fx.flakExplosion; - splashDamage = 32f * 1.5f; + splashDamage = 55f; splashDamageRadius = 25f; - fragBullet = new BasicBulletType(3f, 8, "bullet"){{ + fragBullet = new BasicBulletType(3f, 12, "bullet"){{ width = 5f; height = 12f; shrinkY = 1f; diff --git a/gradle.properties b/gradle.properties index 55dc4c130f..ea953596e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,4 +25,4 @@ org.gradle.caching=true #used for slow jitpack builds; TODO see if this actually works org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 -archash=1477681512 +archash=d3b6ab563b