Class AICoreOfficerPluginImpl

java.lang.Object
com.fs.starfarer.api.impl.campaign.BaseAICoreOfficerPluginImpl
com.fs.starfarer.api.impl.campaign.AICoreOfficerPluginImpl
All Implemented Interfaces:
AICoreOfficerPlugin

public class AICoreOfficerPluginImpl extends BaseAICoreOfficerPluginImpl implements AICoreOfficerPlugin
  • Field Details

    • OMEGA_POINTS

      public static int OMEGA_POINTS
      Extra points added to deployment recovery cost for computing the effect of the "Automated Ships" skill.
    • ALPHA_POINTS

      public static int ALPHA_POINTS
    • BETA_POINTS

      public static int BETA_POINTS
    • GAMMA_POINTS

      public static int GAMMA_POINTS
    • OMEGA_MULT

      public static float OMEGA_MULT
      Multiplier to deployment recovery cost for computing the effect of the "Automated Ships" skill.
    • ALPHA_MULT

      public static float ALPHA_MULT
    • BETA_MULT

      public static float BETA_MULT
    • GAMMA_MULT

      public static float GAMMA_MULT
  • Constructor Details

    • AICoreOfficerPluginImpl

      public AICoreOfficerPluginImpl()
  • Method Details