Bugfixes / Direct payload support

This commit is contained in:
Anuken
2020-05-29 10:44:08 -04:00
parent a89d2025e3
commit 402fe88cf6
8 changed files with 50 additions and 13 deletions

View File

@@ -1596,6 +1596,7 @@ public class Blocks implements ContentList{
recoilAmount = 6f;
shootShake = 2f;
range = 290f;
minRange = 50f;
health = 130 * size * size;
shootSound = Sounds.artillery;

View File

@@ -123,7 +123,7 @@ public class Bullets implements ContentList{
artilleryUnit = new ArtilleryBulletType(2f, 8, "shell"){{
hitEffect = Fx.blastExplosion;
knockback = 0.8f;
lifetime = 90f;
lifetime = 110f;
bulletWidth = bulletHeight = 14f;
collides = true;
collidesTiles = true;