Class DisplacerGlowScript
java.lang.Object
com.fs.starfarer.api.impl.combat.BaseShipSystemScript
com.fs.starfarer.api.impl.combat.threat.BaseEnergyLashActivatedSystem
com.fs.starfarer.api.impl.combat.threat.DisplacerGlowScript
- All Implemented Interfaces:
EnergyLashActivatedSystem
,ShipSystemStatsScript
,ShipSystemStatsScriptAdvanced
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fs.starfarer.api.plugins.ShipSystemStatsScript
ShipSystemStatsScript.State, ShipSystemStatsScript.StatusData
-
Field Summary
Fields inherited from class com.fs.starfarer.api.impl.combat.threat.BaseEnergyLashActivatedSystem
inited
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyImpl
(ShipAPI ship, MutableShipStatsAPI stats, String id, ShipSystemStatsScript.State state, float effectLevel) float
getCurrentUsefulnessLevel
(ShipAPI overseer, ShipAPI ship) 0 to 1, how useful would the ship find it to have its system be lash-activated right now.void
hitWithEnergyLash
(ShipAPI overseer, ShipAPI ship) Methods inherited from class com.fs.starfarer.api.impl.combat.threat.BaseEnergyLashActivatedSystem
apply, init, makeAllGroupsAutofireOneFrame, setStandardJitter
Methods inherited from class com.fs.starfarer.api.impl.combat.BaseShipSystemScript
getActiveOverride, getDisplayNameOverride, getInfoText, getInOverride, getOutOverride, getRegenOverride, getStatusData, getUsesOverride, isUsable, unapply
-
Constructor Details
-
DisplacerGlowScript
public DisplacerGlowScript()
-
-
Method Details
-
applyImpl
public void applyImpl(ShipAPI ship, MutableShipStatsAPI stats, String id, ShipSystemStatsScript.State state, float effectLevel) - Specified by:
applyImpl
in classBaseEnergyLashActivatedSystem
-
hitWithEnergyLash
- Specified by:
hitWithEnergyLash
in interfaceEnergyLashActivatedSystem
- Overrides:
hitWithEnergyLash
in classBaseEnergyLashActivatedSystem
-
getCurrentUsefulnessLevel
Description copied from interface:EnergyLashActivatedSystem
0 to 1, how useful would the ship find it to have its system be lash-activated right now.- Returns:
-