Single-weapon avert
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -3158,17 +3158,18 @@ public class UnitTypes{
|
|||||||
|
|
||||||
weapons.add(new Weapon("avert-weapon"){{
|
weapons.add(new Weapon("avert-weapon"){{
|
||||||
reload = 35f;
|
reload = 35f;
|
||||||
x = 4f;
|
x = 0f;
|
||||||
y = 6.25f;
|
y = 6.5f;
|
||||||
shootY = 5.75f;
|
shootY = 5f;
|
||||||
recoil = 1.5f;
|
recoil = 1f;
|
||||||
top = false;
|
top = false;
|
||||||
layerOffset = -0.01f;
|
layerOffset = -0.01f;
|
||||||
rotate = false;
|
rotate = false;
|
||||||
|
mirror = false;
|
||||||
shoot = new ShootHelix();
|
shoot = new ShootHelix();
|
||||||
|
|
||||||
//TODO cooler + balancing
|
//TODO cooler + balancing
|
||||||
bullet = new BasicBulletType(5f, 15){{
|
bullet = new BasicBulletType(5f, 20){{
|
||||||
width = 7f;
|
width = 7f;
|
||||||
height = 12f;
|
height = 12f;
|
||||||
lifetime = 25f;
|
lifetime = 25f;
|
||||||
|
|||||||
Reference in New Issue
Block a user