This commit is contained in:
Anuken
2018-09-14 12:59:52 -04:00
parent 796df1cec5
commit c1c1a3318c
6 changed files with 38 additions and 11 deletions
@@ -243,7 +243,7 @@ public class TurretBlocks extends BlockList implements ContentList{
shootShake = 2f;
powerUsed = 10f;
range = 160f;
reload = 130f;
reload = 200f;
firingMoveFract = 0.25f;
shootDuration = 180f;
powerCapacity = 50f;
@@ -170,6 +170,7 @@ public class TurretBullets extends BulletList implements ContentList{
hiteffect = BulletFx.hitMeltdown;
despawneffect = Fx.none;
hitsize = 4;
drawSize = 420f;
lifetime = 16f;
pierce = true;
}