Skip to content

Commit

Permalink
Minor balance tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Aug 29, 2022
1 parent d7abd35 commit e4fe73b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ Items.metaglass, new FlakBulletType(4f, 10){{
width = 6f;
height = 8f;
hitEffect = Fx.flakExplosion;
splashDamage = 50f;
splashDamage = 45f;
splashDamageRadius = 25f;
fragBullet = new BasicBulletType(3f, 12, "bullet"){{
width = 5f;
Expand All @@ -3678,7 +3678,7 @@ Items.metaglass, new FlakBulletType(4f, 10){{
Items.blastCompound, new FlakBulletType(4f, 5){{
shootEffect = Fx.shootBig;
ammoMultiplier = 5f;
splashDamage = 30f * 1.5f;
splashDamage = 45f;
splashDamageRadius = 60f;
collidesGround = true;

Expand All @@ -3688,7 +3688,7 @@ Items.blastCompound, new FlakBulletType(4f, 5){{
Items.plastanium, new FlakBulletType(4f, 6){{
ammoMultiplier = 4f;
splashDamageRadius = 40f;
splashDamage = 25f * 1.5f;
splashDamage = 37.5f;
fragBullet = new BasicBulletType(2.5f, 12, "bullet"){{
width = 10f;
height = 12f;
Expand Down Expand Up @@ -5180,7 +5180,7 @@ Items.surgeAlloy, new BasicBulletType(7f, 250){{

outlineColor = Pal.darkOutline;
envEnabled |= Env.space;
reload = 8f;
reload = 9f;
range = 370;
shootCone = 100f;
scaledHealth = 370;
Expand Down

0 comments on commit e4fe73b

Please sign in to comment.