File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ Items.lead, new ShrapnelBulletType(){{
396396 drawer = new DrawTurret (){{
397397 parts .addAll (
398398 new RegionPart ("-body" ){{
399- progress = PartProgress .recoil .curve (Interp .fastSlow );
399+ progress = PartProgress .smoothReload .curve (Interp .fastSlow );
400400 moveY = -4.5f ;
401401 mirror = false ;
402402 }},
@@ -454,7 +454,7 @@ Items.lead, new ShrapnelBulletType(){{
454454 drawer = new DrawTurret (){{
455455 parts .addAll (
456456 new RegionPart ("-body" ){{
457- progress = PartProgress .recoil .curve (Interp .fastSlow );
457+ progress = PartProgress .smoothReload .curve (Interp .fastSlow );
458458 moveY = -10.5f ;
459459 under = true ;
460460 mirror = false ;
@@ -463,10 +463,10 @@ Items.lead, new ShrapnelBulletType(){{
463463 }};
464464
465465 shootType = new AcceleratingLaserBulletType (60f ) {{
466- lifetime = 10f ;
466+ lifetime = 80f ;
467467 maxLength = 340f ;
468468 maxRange = 340f ;
469- laserSpeed = 85f ;
469+ laserSpeed = 185f ;
470470 collidesAir = false ;
471471 accel = 85 ;
472472 fadeInTime = 5f ;
You can’t perform that action at this time.
0 commit comments