Patrol + pursue target stances

This commit is contained in:
Anuken
2023-09-20 22:45:45 -04:00
parent fccf6847c1
commit 9d9d5d2e18
7 changed files with 37 additions and 5 deletions

View File

@@ -1285,6 +1285,7 @@ public class UnitTypes{
lowAltitude = true;
ammoType = new PowerAmmoType(900);
stances = new UnitStance[]{UnitStance.stopStance, UnitStance.shootStance, UnitStance.holdFireStance};
mineTier = 2;
mineSpeed = 3.5f;
@@ -1344,6 +1345,7 @@ public class UnitTypes{
isEnemy = false;
ammoType = new PowerAmmoType(1100);
stances = new UnitStance[]{UnitStance.stopStance, UnitStance.shootStance, UnitStance.holdFireStance};
weapons.add(
new Weapon("heal-weapon-mount"){{