public class RemnantNexusActivityCause extends BaseHostileActivityCause2
| Modifier and Type | Field and Description |
|---|---|
static float |
MAX_MAG |
static int |
PROGRESS_NEXUS_DAMAGED |
static int |
PROGRESS_NEXUS_NORMAL |
intel| Constructor and Description |
|---|
RemnantNexusActivityCause(HostileActivityEventIntel intel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraRows(TooltipMakerAPI info,
BaseEventIntel intel) |
java.lang.String |
getDesc() |
float |
getMagnitudeContribution(StarSystemAPI system) |
int |
getProgress()
Progress is used to advance the event, MagnitudeContribution is for fleet spawning for...
|
protected int |
getProgressForNexus(CampaignFleetAPI nexus) |
boolean |
shouldShow() |
getDescColor, getProgressColor, getProgressStr, getTooltippublic static float MAX_MAG
public static int PROGRESS_NEXUS_DAMAGED
public static int PROGRESS_NEXUS_NORMAL
public RemnantNexusActivityCause(HostileActivityEventIntel intel)
public void addExtraRows(TooltipMakerAPI info, BaseEventIntel intel)
addExtraRows in interface HostileActivityCause2addExtraRows in class BaseHostileActivityCause2public boolean shouldShow()
shouldShow in interface HostileActivityCause2shouldShow in class BaseHostileActivityCause2public int getProgress()
HostileActivityCause2getProgress in interface HostileActivityCause2getProgress in class BaseHostileActivityCause2protected int getProgressForNexus(CampaignFleetAPI nexus)
public java.lang.String getDesc()
getDesc in interface HostileActivityCause2getDesc in class BaseHostileActivityCause2public float getMagnitudeContribution(StarSystemAPI system)
getMagnitudeContribution in interface HostileActivityCause2getMagnitudeContribution in class BaseHostileActivityCause2