mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Minor turret balancing
This commit is contained in:
parent
5ee26fc3f4
commit
a1624f61ae
@ -1376,7 +1376,7 @@ public class Blocks implements ContentList{
|
||||
recoil = 2f;
|
||||
reload = 90f;
|
||||
cooldown = 0.03f;
|
||||
powerUse = 3f;
|
||||
powerUse = 2.5f;
|
||||
shootShake = 2f;
|
||||
shootEffect = Fx.lancerLaserShoot;
|
||||
smokeEffect = Fx.lancerLaserShootSmoke;
|
||||
@ -1394,7 +1394,7 @@ public class Blocks implements ContentList{
|
||||
reload = 24f;
|
||||
shootCone = 40f;
|
||||
rotatespeed = 8f;
|
||||
powerUse = 1f;
|
||||
powerUse = 0.9f;
|
||||
targetAir = false;
|
||||
range = 95f;
|
||||
shootEffect = Fx.lightningShoot;
|
||||
|
Loading…
Reference in New Issue
Block a user