Metaglass cyclone buff

This commit is contained in:
Anuken
2022-08-15 17:14:14 -04:00
parent 9e9ef56fdc
commit ec8e48f3f5
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3629,16 +3629,16 @@ public class Blocks{
cyclone = new ItemTurret("cyclone"){{ cyclone = new ItemTurret("cyclone"){{
requirements(Category.turret, with(Items.copper, 200, Items.titanium, 125, Items.plastanium, 80)); requirements(Category.turret, with(Items.copper, 200, Items.titanium, 125, Items.plastanium, 80));
ammo( ammo(
Items.metaglass, new FlakBulletType(4f, 9){{ Items.metaglass, new FlakBulletType(4f, 10){{
ammoMultiplier = 3f; ammoMultiplier = 3f;
shootEffect = Fx.shootSmall; shootEffect = Fx.shootSmall;
reloadMultiplier = 0.8f; reloadMultiplier = 0.8f;
width = 6f; width = 6f;
height = 8f; height = 8f;
hitEffect = Fx.flakExplosion; hitEffect = Fx.flakExplosion;
splashDamage = 32f * 1.5f; splashDamage = 55f;
splashDamageRadius = 25f; splashDamageRadius = 25f;
fragBullet = new BasicBulletType(3f, 8, "bullet"){{ fragBullet = new BasicBulletType(3f, 12, "bullet"){{
width = 5f; width = 5f;
height = 12f; height = 12f;
shrinkY = 1f; shrinkY = 1f;
+1 -1
View File
@@ -25,4 +25,4 @@ org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works #used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
archash=1477681512 archash=d3b6ab563b