Package com.fs.starfarer.api.campaign
Interface AICoreOfficerPlugin
- All Known Implementing Classes:
AICoreOfficerPluginImpl
,BaseAICoreOfficerPluginImpl
public interface AICoreOfficerPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
In person memory, by how much it multiplies the automated points cost on an automated ship, for the purposes of the Automated Ships skill ONLY.static final String
In person memory, how many points worth it counts for when installed on an automated ship, for the purposes of the Automated Ships skill ONLY. -
Method Summary
Modifier and TypeMethodDescriptioncreatePerson
(String aiCoreId, String factionId, Random random) void
createPersonalitySection
(PersonAPI person, TooltipMakerAPI tooltip)
-
Field Details
-
AUTOMATED_POINTS_VALUE
In person memory, how many points worth it counts for when installed on an automated ship, for the purposes of the Automated Ships skill ONLY.- See Also:
-
AUTOMATED_POINTS_MULT
In person memory, by how much it multiplies the automated points cost on an automated ship, for the purposes of the Automated Ships skill ONLY.- See Also:
-
-
Method Details
-
createPerson
-
createPersonalitySection
-