extends BulletType
field | type | default | note |
---|---|---|---|
length | float | 100 | |
sapStrength | float | 0.5 | |
color | Color | Color.white.cpy() | |
width | float | 0.4 |
public SapBulletType(){ speed = 0f; despawnEffect = Fx.none; pierce = true; collides = false; hitSize = 0f; hittable = false; hitEffect = Fx.hitLiquid; status = StatusEffects.sapped; lightColor = Pal.sap; lightOpacity = 0.6f; statusDuration = 60f * 3f; impact = true; }