Starsector API
Loading...
Searching...
No Matches
HAHersperusTacBombardmentFactor.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.impl.campaign.intel.events;
2
3
import
com.fs.starfarer.api.ui.TooltipMakerAPI;
4
import
com.fs.starfarer.api.ui.TooltipMakerAPI.TooltipCreator;
5
6
public
class
HAHersperusTacBombardmentFactor
extends
BaseOneTimeFactor
{
7
8
public
HAHersperusTacBombardmentFactor
(
int
points
) {
9
super(
points
);
10
}
11
12
@Override
13
public
String
getDesc
(
BaseEventIntel
intel) {
14
return
"Tactical bombardment of Hesperus"
;
15
}
16
17
@Override
18
public
TooltipCreator
getMainRowTooltip
(
BaseEventIntel
intel) {
19
return
new
BaseFactorTooltip
() {
20
@Override
21
public
void
createTooltip(TooltipMakerAPI tooltip,
boolean
expanded, Object tooltipParam) {
22
tooltip.addPara(
"A tactical bombardment of Hersperus - the military stronghold of the Knights of Ludd - "
23
+
"has severely disrupted the efforts of the Luddic Church to pressure your colonies."
,
24
0f);
25
}
26
27
};
28
}
29
30
}
com.fs.starfarer.api.impl.campaign.intel.events.BaseEventIntel
Definition
BaseEventIntel.java:35
com.fs.starfarer.api.impl.campaign.intel.events.BaseFactorTooltip
Definition
BaseFactorTooltip.java:6
com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor
Definition
BaseOneTimeFactor.java:9
com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor.points
int points
Definition
BaseOneTimeFactor.java:13
com.fs.starfarer.api.impl.campaign.intel.events.HAHersperusTacBombardmentFactor
Definition
HAHersperusTacBombardmentFactor.java:6
com.fs.starfarer.api.impl.campaign.intel.events.HAHersperusTacBombardmentFactor.getDesc
String getDesc(BaseEventIntel intel)
Definition
HAHersperusTacBombardmentFactor.java:13
com.fs.starfarer.api.impl.campaign.intel.events.HAHersperusTacBombardmentFactor.HAHersperusTacBombardmentFactor
HAHersperusTacBombardmentFactor(int points)
Definition
HAHersperusTacBombardmentFactor.java:8
com.fs.starfarer.api.impl.campaign.intel.events.HAHersperusTacBombardmentFactor.getMainRowTooltip
TooltipCreator getMainRowTooltip(BaseEventIntel intel)
Definition
HAHersperusTacBombardmentFactor.java:18
src
com
fs
starfarer
api
impl
campaign
intel
events
HAHersperusTacBombardmentFactor.java
Generated by
1.9.8