Harder default waves

This commit is contained in:
Anuken
2020-10-09 13:52:07 -04:00
parent 96656bac6b
commit c78088ab5f
17 changed files with 15 additions and 7 deletions

View File

@@ -354,6 +354,7 @@ public class Bullets implements ContentList{
width = 16f;
height = 23f;
shootEffect = Fx.shootBig;
pierceCap = 2;
}};
standardIncendiaryBig = new BasicBulletType(7f, 60, "bullet"){{
@@ -363,6 +364,7 @@ public class Bullets implements ContentList{
backColor = Pal.lightOrange;
status = StatusEffects.burning;
shootEffect = Fx.shootBig;
pierceCap = 2;
}};
damageLightning = new BulletType(0.0001f, 0f){{