public class DamperFieldOmegaStats extends BaseShipSystemScript
| Modifier and Type | Class and Description |
|---|---|
static class |
DamperFieldOmegaStats.TargetData |
ShipSystemStatsScript.State, ShipSystemStatsScript.StatusData| Modifier and Type | Field and Description |
|---|---|
static float |
FLUX_USE_MULT |
static float |
INCOMING_DAMAGE_MULT |
static java.lang.Object |
KEY_SHIP |
static float |
REPAIR_RATE_MULT |
| Constructor and Description |
|---|
DamperFieldOmegaStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MutableShipStatsAPI stats,
java.lang.String id,
ShipSystemStatsScript.State state,
float effectLevel) |
ShipSystemStatsScript.StatusData |
getStatusData(int index,
ShipSystemStatsScript.State state,
float effectLevel) |
void |
unapply(MutableShipStatsAPI stats,
java.lang.String id) |
getActiveOverride, getDisplayNameOverride, getInfoText, getInOverride, getOutOverride, getRegenOverride, getUsesOverride, isUsablepublic static java.lang.Object KEY_SHIP
public static float INCOMING_DAMAGE_MULT
public static float FLUX_USE_MULT
public static float REPAIR_RATE_MULT
public DamperFieldOmegaStats()
public void apply(MutableShipStatsAPI stats, java.lang.String id, ShipSystemStatsScript.State state, float effectLevel)
apply in interface ShipSystemStatsScriptapply in class BaseShipSystemScriptpublic void unapply(MutableShipStatsAPI stats, java.lang.String id)
unapply in interface ShipSystemStatsScriptunapply in class BaseShipSystemScriptpublic ShipSystemStatsScript.StatusData getStatusData(int index, ShipSystemStatsScript.State state, float effectLevel)
getStatusData in interface ShipSystemStatsScriptgetStatusData in class BaseShipSystemScript