public interface BattleObjectiveEffect
Modifier and Type | Interface and Description |
---|---|
static class |
BattleObjectiveEffect.ShipStatusItem |
Modifier and Type | Method and Description |
---|---|
void |
advance(float amount)
Apply/unapply effects here.
|
int |
getBonusDeploymentPoints() |
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) |
void init(CombatEngineAPI engine, BattleObjectiveAPI objective)
void advance(float amount)
amount
- java.util.List<BattleObjectiveEffect.ShipStatusItem> getStatusItemsFor(ShipAPI ship)
ship
- java.lang.String getLongDescription()
int getBonusDeploymentPoints()
Copyright © 2013 Fractal Softworks, LLC. All Rights Reserved.