public class AICoreOfficerPluginImpl extends BaseAICoreOfficerPluginImpl implements AICoreOfficerPlugin
| Modifier and Type | Field and Description |
|---|---|
static float |
ALPHA_MULT |
static int |
ALPHA_POINTS |
static float |
BETA_MULT |
static int |
BETA_POINTS |
static float |
GAMMA_MULT |
static int |
GAMMA_POINTS |
static float |
OMEGA_MULT
Multiplier to deployment recovery cost for computing the effect of the "Automated Ships" skill.
|
static int |
OMEGA_POINTS
Extra points added to deployment recovery cost for computing the effect of the "Automated Ships" skill.
|
AUTOMATED_POINTS_MULT, AUTOMATED_POINTS_VALUE| Constructor and Description |
|---|
AICoreOfficerPluginImpl() |
| Modifier and Type | Method and Description |
|---|---|
PersonAPI |
createPerson(java.lang.String aiCoreId,
java.lang.String factionId,
java.util.Random random) |
createPersonalitySectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePersonalitySectionpublic static int OMEGA_POINTS
public static int ALPHA_POINTS
public static int BETA_POINTS
public static int GAMMA_POINTS
public static float OMEGA_MULT
public static float ALPHA_MULT
public static float BETA_MULT
public static float GAMMA_MULT
public AICoreOfficerPluginImpl()
public PersonAPI createPerson(java.lang.String aiCoreId, java.lang.String factionId, java.util.Random random)
createPerson in interface AICoreOfficerPlugincreatePerson in class BaseAICoreOfficerPluginImpl