Prototype T1 naval unit

This commit is contained in:
Anuken
2020-07-16 21:09:42 -04:00
parent a193351bd7
commit 208105f21d
9 changed files with 1363 additions and 1276 deletions

View File

@@ -669,14 +669,16 @@ public class UnitTypes implements ContentList{
//region naval attack
risse = new UnitType("risse"){{
speed = 1.3f;
drag = 0.1f;
hitsize = 10f;
health = 130;
speed = 1.1f;
drag = 0.13f;
hitsize = 9f;
health = 200;
immunities = ObjectSet.with(StatusEffects.wet);
weapons.add(new Weapon("mount-weapon"){{
reload = 10f;
reload = 12f;
x = 4f;
shootY = 4f;
y = 1.5f;
rotate = true;
ejectEffect = Fx.shellEjectSmall;
bullet = Bullets.standardCopper;
@@ -686,6 +688,7 @@ public class UnitTypes implements ContentList{
mirror = false;
reload = 20f;
x = 0f;
y = -5f;
rotate = true;
ejectEffect = Fx.shellEjectSmall;
bullet = new MissileBulletType(2.7f, 12, "missile"){{