Class RemnantNexusActivityCause
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.events.BaseHostileActivityCause2
com.fs.starfarer.api.impl.campaign.intel.events.RemnantNexusActivityCause
- All Implemented Interfaces:
HostileActivityCause2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic float
static int
static int
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseHostileActivityCause2
intel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtraRows
(TooltipMakerAPI info, BaseEventIntel intel) getDesc()
float
int
Progress is used to advance the event, MagnitudeContribution is for fleet spawning for...protected int
boolean
Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseHostileActivityCause2
getDescColor, getProgressColor, getProgressStr, getTooltip
-
Field Details
-
MAX_MAG
public static float MAX_MAG -
PROGRESS_NEXUS_DAMAGED
public static int PROGRESS_NEXUS_DAMAGED -
PROGRESS_NEXUS_NORMAL
public static int PROGRESS_NEXUS_NORMAL
-
-
Constructor Details
-
RemnantNexusActivityCause
-
-
Method Details
-
addExtraRows
- Specified by:
addExtraRows
in interfaceHostileActivityCause2
- Overrides:
addExtraRows
in classBaseHostileActivityCause2
-
shouldShow
public boolean shouldShow()- Specified by:
shouldShow
in interfaceHostileActivityCause2
- Overrides:
shouldShow
in classBaseHostileActivityCause2
-
getProgress
public int getProgress()Description copied from interface:HostileActivityCause2
Progress is used to advance the event, MagnitudeContribution is for fleet spawning for... legacy reasons. May refactor this later.- Specified by:
getProgress
in interfaceHostileActivityCause2
- Overrides:
getProgress
in classBaseHostileActivityCause2
- Returns:
-
getProgressForNexus
-
getDesc
- Specified by:
getDesc
in interfaceHostileActivityCause2
- Overrides:
getDesc
in classBaseHostileActivityCause2
-
getMagnitudeContribution
- Specified by:
getMagnitudeContribution
in interfaceHostileActivityCause2
- Overrides:
getMagnitudeContribution
in classBaseHostileActivityCause2
-