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 Summary
FieldsModifier and TypeFieldDescriptionstatic float
static int
static float
static int
static float
static int
static float
Multiplier to deployment recovery cost for computing the effect of the "Automated Ships" skill.static int
Extra points added to deployment recovery cost for computing the effect of the "Automated Ships" skill.Fields inherited from interface com.fs.starfarer.api.campaign.AICoreOfficerPlugin
AUTOMATED_POINTS_MULT, AUTOMATED_POINTS_VALUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fs.starfarer.api.impl.campaign.BaseAICoreOfficerPluginImpl
createPersonalitySection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fs.starfarer.api.campaign.AICoreOfficerPlugin
createPersonalitySection
-
Field Details
-
OMEGA_POINTS
public static int OMEGA_POINTSExtra 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_MULTMultiplier 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
-
createPerson
- Specified by:
createPerson
in interfaceAICoreOfficerPlugin
- Overrides:
createPerson
in classBaseAICoreOfficerPluginImpl
-