Single-weapon avert

This commit is contained in:
Anuken 2022-03-09 22:55:19 -05:00
parent af0fa23eb8
commit 4ab4d829af
2 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -3158,17 +3158,18 @@ public class UnitTypes{
weapons.add(new Weapon("avert-weapon"){{
reload = 35f;
x = 4f;
y = 6.25f;
shootY = 5.75f;
recoil = 1.5f;
x = 0f;
y = 6.5f;
shootY = 5f;
recoil = 1f;
top = false;
layerOffset = -0.01f;
rotate = false;
mirror = false;
shoot = new ShootHelix();
//TODO cooler + balancing
bullet = new BasicBulletType(5f, 15){{
bullet = new BasicBulletType(5f, 20){{
width = 7f;
height = 12f;
lifetime = 25f;