mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Single-weapon avert
This commit is contained in:
parent
af0fa23eb8
commit
4ab4d829af
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"){{
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user