Misc cleanup

This commit is contained in:
Anuken
2021-01-19 19:55:21 -05:00
parent c53a6a7c04
commit fa8d43bbc9
7 changed files with 17 additions and 8 deletions

View File

@@ -1838,6 +1838,7 @@ public class Blocks implements ContentList{
shootType = new ContinuousLaserBulletType(70){{
length = 200f;
hitEffect = Fx.hitMeltdown;
hitColor = Pal.meltdownHit;
drawSize = 420f;
incendChance = 0.4f;

View File

@@ -235,9 +235,9 @@ public class Bullets implements ContentList{
fragExplosive = new FlakBulletType(4f, 5){{
shootEffect = Fx.shootBig;
ammoMultiplier = 4f;
splashDamage = 18f;
splashDamageRadius = 55f;
ammoMultiplier = 5f;
splashDamage = 26f;
splashDamageRadius = 60f;
collidesGround = true;
status = StatusEffects.blasted;
@@ -245,9 +245,9 @@ public class Bullets implements ContentList{
}};
fragSurge = new FlakBulletType(4.5f, 13){{
ammoMultiplier = 4f;
ammoMultiplier = 5f;
splashDamage = 50f;
splashDamageRadius = 40f;
splashDamageRadius = 38f;
lightning = 2;
lightningLength = 7;
shootEffect = Fx.shootBig;