Skip to content

Commit 7713b48

Browse files
committed
Vanstar unit stuff
1 parent b78d1ee commit 7713b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/exogenesis/content/ExoBlocks.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)