Skip to content

Commit 7178736

Browse files
committed
Vanstar unit stuff
1 parent 460f645 commit 7178736

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Items.pyratite, new MissileBulletType(3f, 8){{
207207
recoil = 1f;
208208
reload = 30f;
209209
float brange = range + 10f;
210-
range = 90;
210+
range = 60;
211211
shootCone = 15f;
212212
ammoPerShot = 1;
213213
shootSound = Sounds.shotgun;
@@ -454,7 +454,7 @@ Items.lead, new ShrapnelBulletType(){{
454454
drawer = new DrawTurret(){{
455455
parts.addAll(
456456
new RegionPart("-body"){{
457-
progress = PartProgress.smoothReload.curve(Interp.fastSlow);
457+
progress = PartProgress.smoothReload.curve(Interp.slowFast);
458458
moveY = -10.5f;
459459
under = true;
460460
mirror = false;
@@ -465,11 +465,11 @@ Items.lead, new ShrapnelBulletType(){{
465465
shootType = new AcceleratingLaserBulletType(60f) {{
466466
lifetime = 80f;
467467
maxLength = 340f;
468-
laserSpeed = 185f;
468+
laserSpeed = 85f;
469469
collidesAir = false;
470-
accel = 685;
471-
fadeInTime = 5f;
472-
fadeTime = 10f;
470+
accel = 5;
471+
fadeInTime = 8f;
472+
fadeTime = 30f;
473473
oscOffset = 0.3f;
474474
shootEffect = ExoShootFx.HaborymShootColor;
475475
width = 20f;

0 commit comments

Comments
 (0)