public class CommRelayEffect extends BaseBattleObjectiveEffect
BattleObjectiveEffect.ShipStatusItem| Modifier and Type | Field and Description |
|---|---|
static int |
COMM_RELAY_COMMAND_POINTS |
static float |
COMM_RELAY_FOG_LIFT_RADIUS |
itemsNAFighters, itemsNAFrigates| Constructor and Description |
|---|
CommRelayEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount)
Apply/unapply effects here.
|
java.lang.String |
getLongDescription() |
java.util.List<BattleObjectiveEffect.ShipStatusItem> |
getStatusItemsFor(ShipAPI ship)
Must return null if this objective has no effect on the passed in ship.
|
void |
init(CombatEngineAPI engine,
BattleObjectiveAPI objective) |
getBonusDeploymentPoints, giveCommandPointsForCapturing, revealAreapublic static final float COMM_RELAY_FOG_LIFT_RADIUS
public static final int COMM_RELAY_COMMAND_POINTS
public CommRelayEffect()
public void init(CombatEngineAPI engine, BattleObjectiveAPI objective)
init in interface BattleObjectiveEffectinit in class BaseBattleObjectiveEffectpublic void advance(float amount)
BattleObjectiveEffectpublic java.lang.String getLongDescription()
public java.util.List<BattleObjectiveEffect.ShipStatusItem> getStatusItemsFor(ShipAPI ship)
BattleObjectiveEffect