Class HAColonyDefensesFactor
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
com.fs.starfarer.api.impl.campaign.intel.events.HAColonyDefensesFactor
- All Implemented Interfaces:
EventFactor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic float
static float
static float
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
TOOLTIP_WIDTH
Fields inherited from interface com.fs.starfarer.api.impl.campaign.intel.events.EventFactor
NEGATED_FACTOR_PROGRESS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getAllProgressMult
(BaseEventIntel intel) For all factors, not just this one.getDefenseData
(BaseEventIntel intel) getDesc
(BaseEventIntel intel) getDescColor
(BaseEventIntel intel) getMainRowTooltip
(BaseEventIntel intel) getProgressColor
(BaseEventIntel intel) getProgressStr
(BaseEventIntel intel) boolean
shouldShow
(BaseEventIntel intel) Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
addBorder, addBulletPointForOneTimeFactor, addExtraRows, advance, getMainRowTooltip, getProgress, isExpired, isOneTime, notifyEventEnded, notifyEventEnding, notifyFactorRemoved
-
Field Details
-
PATROL_HQ_MULT
public static float PATROL_HQ_MULT -
MILITARY_BASE_MULT
public static float MILITARY_BASE_MULT -
HIGH_COMMAND_MULT
public static float HIGH_COMMAND_MULT
-
-
Constructor Details
-
HAColonyDefensesFactor
public HAColonyDefensesFactor()
-
-
Method Details
-
getMainRowTooltip
- Specified by:
getMainRowTooltip
in interfaceEventFactor
- Overrides:
getMainRowTooltip
in classBaseEventFactor
-
shouldShow
- Specified by:
shouldShow
in interfaceEventFactor
- Overrides:
shouldShow
in classBaseEventFactor
-
getAllProgressMult
Description copied from interface:EventFactor
For all factors, not just this one.- Specified by:
getAllProgressMult
in interfaceEventFactor
- Overrides:
getAllProgressMult
in classBaseEventFactor
-
getProgressColor
- Specified by:
getProgressColor
in interfaceEventFactor
- Overrides:
getProgressColor
in classBaseEventFactor
-
getProgressStr
- Specified by:
getProgressStr
in interfaceEventFactor
- Overrides:
getProgressStr
in classBaseEventFactor
-
getDesc
- Specified by:
getDesc
in interfaceEventFactor
- Overrides:
getDesc
in classBaseEventFactor
-
getDescColor
- Specified by:
getDescColor
in interfaceEventFactor
- Overrides:
getDescColor
in classBaseEventFactor
-
getDefenseData
-