Class SalvageGenFromSeed
java.lang.Object
com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
com.fs.starfarer.api.impl.campaign.rulecmd.salvage.SalvageGenFromSeed
- All Implemented Interfaces:
CommandPlugin
Actually just generates automated defenses, not salvage. SalvageEntity does that.
SalvageGenFromSeed
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap) Methods inherited from class com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
doesCommandAddOptions, getEntityMemory, getOptionOrder
-
Field Details
-
DEFEATED_DERELICT_STR
- See Also:
-
DEFEATED_TO_ADDED_FACTOR
public static final float DEFEATED_TO_ADDED_FACTOR- See Also:
-
DEFEATED_TO_QUALITY_FACTOR
public static final float DEFEATED_TO_QUALITY_FACTOR- See Also:
-
-
Constructor Details
-
SalvageGenFromSeed
public SalvageGenFromSeed()
-
-
Method Details
-
execute
public boolean execute(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap)
-