1package com.fs.starfarer.api.impl.campaign.intel.events;
5import com.fs.starfarer.api.Global;
6import com.fs.starfarer.api.ui.TooltipMakerAPI;
7import com.fs.starfarer.api.util.Misc;
37 if (text ==
null) text =
getDesc(intel);
51 if (factor !=
this && c.isInstance(factor)) {
63 return super.getProgressStr(intel);
71 return super.getDescColor(intel);
static SectorAPI getSector()
String getDesc(BaseEventIntel intel)
Color getProgressColor(BaseEventIntel intel)
List< EventFactor > getFactors()
static float SHOW_DURATION_DAYS
boolean hasOtherFactorsOfClass(BaseEventIntel intel, Class c)
BaseOneTimeFactor(int points)
String getBulletPointText(BaseEventIntel intel)
int getProgress(BaseEventIntel intel)
void addBulletPointForOneTimeFactor(BaseEventIntel intel, TooltipMakerAPI info, Color tc, float initPad)
Color getDescColor(BaseEventIntel intel)
String getProgressStr(BaseEventIntel intel)
static Color getGrayColor()
float getElapsedDaysSince(long timestamp)
CampaignClockAPI getClock()