Class ConstructionSwarmSystemAI

java.lang.Object
com.fs.starfarer.api.impl.combat.threat.ConstructionSwarmSystemAI
All Implemented Interfaces:
ShipSystemAIScript

public class ConstructionSwarmSystemAI extends Object implements ShipSystemAIScript
  • Field Details

    • REQUIRED_DP_FOR_NORMAL_USE

      public static float REQUIRED_DP_FOR_NORMAL_USE
    • ship

      protected ShipAPI ship
    • engine

      protected CombatEngineAPI engine
    • flags

      protected ShipwideAIFlags flags
    • system

      protected ShipSystemAPI system
    • tracker

      protected IntervalUtil tracker
    • keepUsingFor

      protected float keepUsingFor
    • timeSpentAtHighFragmentLevel

      protected float timeSpentAtHighFragmentLevel
  • Constructor Details

    • ConstructionSwarmSystemAI

      public ConstructionSwarmSystemAI()
  • Method Details