Added extra retusa weapon
This commit is contained in:
BIN
core/assets-raw/sprites/units/weapons/retusa-weapon.png
Normal file
BIN
core/assets-raw/sprites/units/weapons/retusa-weapon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 301 B |
@@ -1862,6 +1862,23 @@ public class UnitTypes{
|
|||||||
}};
|
}};
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
weapons.add(new Weapon("retusa-weapon"){{
|
||||||
|
shootSound = Sounds.lasershoot;
|
||||||
|
reload = 22f;
|
||||||
|
x = 4.5f;
|
||||||
|
y = -3.5f;
|
||||||
|
rotateSpeed = 5f;
|
||||||
|
mirror = true;
|
||||||
|
rotate = true;
|
||||||
|
bullet = new LaserBoltBulletType(5.2f, 10){{
|
||||||
|
lifetime = 30f;
|
||||||
|
healPercent = 5.5f;
|
||||||
|
collidesTeam = true;
|
||||||
|
backColor = Pal.heal;
|
||||||
|
frontColor = Color.white;
|
||||||
|
}};
|
||||||
|
}});
|
||||||
|
|
||||||
weapons.add(new Weapon(){{
|
weapons.add(new Weapon(){{
|
||||||
mirror = false;
|
mirror = false;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
@@ -1913,7 +1930,7 @@ public class UnitTypes{
|
|||||||
trailWidth = 3f;
|
trailWidth = 3f;
|
||||||
trailLength = 8;
|
trailLength = 8;
|
||||||
|
|
||||||
splashDamage = 36f;
|
splashDamage = 40f;
|
||||||
splashDamageRadius = 32f;
|
splashDamageRadius = 32f;
|
||||||
}};
|
}};
|
||||||
}});
|
}});
|
||||||
|
|||||||
Reference in New Issue
Block a user