Class DwellerCombatStrategyAI

java.lang.Object
com.fs.starfarer.api.impl.combat.dweller.DwellerCombatStrategyAI

public class DwellerCombatStrategyAI extends Object
Like the Threat one: Doesn't care about command points etc, just functions in a different way. May use command points/tasks/etc to accomplish its goals, just as an implementation detail, but conceptually it's fundamentally different from how human-type fleets work.
Author:
Alex
  • Field Details

  • Constructor Details

    • DwellerCombatStrategyAI

      public DwellerCombatStrategyAI(int owner)
  • Method Details

    • giveInitialOrders

      protected void giveInitialOrders()
    • advance

      public void advance(float amount)
    • cancelOrders

      protected void cancelOrders(DeployedFleetMemberAPI member, boolean withSearchAndDestroy)
    • cleanUpEmptyAssignments

      public void cleanUpEmptyAssignments()
    • isMaw

      public static boolean isMaw(ShipAPI ship)
    • isEye

      public static boolean isEye(ShipAPI ship)
    • isStinger

      public static boolean isStinger(ShipAPI ship)
    • isTendril

      public static boolean isTendril(ShipAPI ship)