Added unit squads, new spawning, WaveSpawner class

This commit is contained in:
Anuken
2018-06-19 23:46:46 -04:00
parent e79494b5cb
commit 33a278ccb4
16 changed files with 261 additions and 82 deletions

View File

@@ -31,7 +31,8 @@ public class WeaponBlocks extends BlockList implements ContentList {
reload = 60f;
restitution = 0.03f;
recoil = 1.5f;
burstSpacing = 6f;
burstSpacing = 1f;
inaccuracy = 7f;
ammoUseEffect = ShootFx.shellEjectSmall;
}};
@@ -47,6 +48,7 @@ public class WeaponBlocks extends BlockList implements ContentList {
hail = new ItemTurret("hail") {{
ammoTypes = new AmmoType[]{AmmoTypes.artilleryLead, AmmoTypes.artilleryHoming, AmmoTypes.artilleryIncindiary};
reload = 40f;
}};
wave = new LiquidTurret("wave") {{