@@ -761,9 +761,9 @@ Items.tungsten, new ExoBasicBulletType(17.5f, 1350){{
761761 knockback = 20f ;
762762 impact = true ;
763763 pierceArmor = true ;
764- lifetime = 120f ;
765- height = 27f ;
766- width = 17f ;
764+ lifetime = 60f ;
765+ height = 47f ;
766+ width = 27f ;
767767 frontColor = Color .white ;
768768 backColor = trailColor = hitColor = Color .sky ;
769769 ammoMultiplier = 1f ;
@@ -801,8 +801,8 @@ ExoItems.osmium, new RicochetBulletType(6.5f, 250){{
801801 knockback = 10f ;
802802 impact = true ;
803803 lifetime = 170f ;
804- height = 21f ;
805- width = 12f ;
804+ height = 47f ;
805+ width = 27f ;
806806 frontColor = Color .white ;
807807 backColor = trailColor = hitColor = Color .valueOf ("b4d6e0" );
808808 ammoMultiplier = 1f ;
@@ -824,25 +824,26 @@ ExoItems.osmium, new RicochetBulletType(6.5f, 250){{
824824 shrinkY = 0.1f ;
825825 buildingDamageMultiplier = 0.3f ;
826826 }},
827-
828827 //Decaying carbide bullet, Malice will fear the incoming storm
829828 Items .carbide , new DecayBulletType (2.5f , 800 ){{
830829 hitEffect = new MultiEffect (Fx .titanExplosion , Fx .titanSmoke );
831830 sprite = "shell" ;
832831 despawnEffect = Fx .none ;
833832 knockback = 3f ;
834833 lifetime = 180f ;
835- height = 22f ;
836- width = 19f ;
837834 addDamageMultiplier (
838835 explosive , 1f ,
839836 kinetic , 0.2f
840837
841838 );
839+ backMinRadius = 15f ;
840+ frontMinRadius = 10f ;
841+ backRadius = 15f ;
842+ frontRadius = 10f ;
842843 minInterval = 2.75f ;
843844 maxInterval = 5.75f ;
844- decayMinLife = 1f ;
845- decayMaxLife = 2 .3f ;
845+ decayMinLife = 0.3f ;
846+ decayMaxLife = 1 .3f ;
846847 splashDamageRadius = 55f ;
847848 splashDamage = 650f ;
848849 scaledSplashDamage = true ;
@@ -898,7 +899,6 @@ Items.carbide, new DecayBulletType(2.5f, 800){{
898899 buildingDamageMultiplier = 0.2f ;
899900
900901 }},
901-
902902 //Gass
903903 Items .oxide , new ArtilleryBulletType (2.5f , 300 , "shell" ){{
904904 hitEffect = new MultiEffect (Fx .titanExplosionLarge , Fx .titanSmokeLarge , Fx .smokeAoeCloud );
0 commit comments