Skip to content

Commit 528e4e9

Browse files
committed
Unit things2
1 parent 4d7fd15 commit 528e4e9

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,36 +403,39 @@ Items.titanium, new ShrapnelBulletType(){{
403403
damage = 136f;
404404
hitLarge = true;
405405
ammoMultiplier = 5f;
406-
serrations = 5;
406+
serrationWidth = 7;
407+
serrations = 8;
407408
width = 30f;
408409
reloadMultiplier = 1.3f;
409410
smokeEffect = Fx.none;
410411
hitColor = Pal.lancerLaser;
411-
shootEffect = new MultiEffect(ExoShootFx.weldSpark, Fx.massiveExplosion);
412+
shootEffect = new MultiEffect(ExoShootFx.weldSpark);
412413
}},
413414
Items.thorium, new ShrapnelBulletType(){{
414415
length = brange;
415416
damage = 185f;
416417
pierceArmor = true;
417418
ammoMultiplier = 6f;
418-
serrations = 5;
419+
serrationWidth = 7;
420+
serrations = 8;
419421
width = 30f;
420422
smokeEffect = Fx.none;
421423
toColor = hitColor = Pal.thoriumPink;
422-
shootEffect = new MultiEffect(ExoShootFx.weldSpark, Fx.massiveExplosion);
424+
shootEffect = new MultiEffect(ExoShootFx.weldSpark);
423425
}},
424426
Items.plastanium, new ShrapnelBulletType(){{
425427
rangeOverride = 100;
428+
length = 120;
426429
damage = 145f;
427-
rangeChange = 30;
428430
pierceCap = 3;
429431
reloadMultiplier = 4f;
430432
ammoMultiplier = 3f;
431-
serrations = 5;
433+
serrationWidth = 7;
434+
serrations = 8;
432435
width = 30f;
433-
toColor = hitColor = Pal.plastanium;
436+
toColor = hitColor = Pal.plastaniumBack;
434437
smokeEffect = Fx.none;
435-
shootEffect = new MultiEffect(ExoShootFx.weldSpark, Fx.plasticExplosion);
438+
shootEffect = new MultiEffect(ExoShootFx.weldSpark);
436439
}},
437440
Items.surgeAlloy, new ShrapnelBulletType(){{
438441
length = brange;
@@ -444,11 +447,12 @@ Items.surgeAlloy, new ShrapnelBulletType(){{
444447
statusDuration = 50;
445448
damage = 205f;
446449
ammoMultiplier = 7f;
447-
serrations = 5;
450+
serrationWidth = 7;
451+
serrations = 8;
448452
width = 30f;
449453
smokeEffect = Fx.none;
450454
toColor = hitColor = lightningColor = Pal.surge;
451-
shootEffect = new MultiEffect(ExoShootFx.weldSpark, Fx.massiveExplosion);
455+
shootEffect = new MultiEffect(ExoShootFx.weldSpark);
452456
}}
453457
);
454458
}};
@@ -554,7 +558,7 @@ Items.surgeAlloy, new FlakBulletType(4.5f, 13){{
554558

555559
reload = 8f;
556560
range = 200f;
557-
size = 3;
561+
size = 4;
558562
recoil = 1.5f;
559563
recoilTime = 10;
560564
rotateSpeed = 10f;
@@ -610,7 +614,7 @@ Items.surgeAlloy, new FlakBulletType(4.5f, 13){{
610614
buildingDamageMultiplier = 0.3f;
611615
colors = new Color[]{ExoPal.cronusRed.cpy().a(0.4f), ExoPal.cronusRed, Color.white, Color.white};
612616
oscScl = 0.3f;
613-
width = 33f;
617+
width = 4.5f;
614618
drawFlare = false;
615619
hitColor = ExoPal.cronusRed;
616620
pierceCap = 3;
@@ -658,7 +662,7 @@ Items.metaglass, new FlakBulletType(4f, 6){{
658662
new RegionPart("-barrel-side"){{
659663
progress = PartProgress.warmup.delay(0.15f);
660664
moves.add(new PartMove(PartProgress.recoil, 0f, -5f, 0f));
661-
moveX = 3.5f;
665+
moveX = 4.5f;
662666
under = true;
663667
mirror = true;
664668
}},
@@ -671,7 +675,7 @@ Items.metaglass, new FlakBulletType(4f, 6){{
671675
);
672676
}};
673677
shootWarmupSpeed = 0.04f;
674-
warmupMaintainTime = 420f;
678+
minWarmup = 100;
675679
reload = 200f;
676680
range = 200f;
677681
size = 8;

0 commit comments

Comments
 (0)