public class ShroudedLensHullmod extends HumanShipShroudedHullmod
| Modifier and Type | Class and Description |
|---|---|
static class |
ShroudedLensHullmod.ShroudedLensHullmodData |
| Modifier and Type | Field and Description |
|---|---|
static float |
DAMAGE |
static java.lang.String |
DATA_KEY |
static float |
FLUX_PER_DAMAGE |
static float |
MAX_RANGE |
static float |
MAX_REFIRE_DELAY |
static float |
MAX_ROF_MULT |
static float |
MIN_REFIRE_DELAY |
static float |
MIN_ROF_MULT |
static float |
RADIUS |
ALLOW_ON_PHASE_SHIPS, CREATOR, CREW_CASUALTIESINITED_DWELLER_STUFF, SHIP_CREATORSspec| Constructor and Description |
|---|
ShroudedLensHullmod() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPostDescriptionSection(TooltipMakerAPI tooltip,
ShipAPI.HullSize hullSize,
ShipAPI ship,
float width,
boolean isForModSpec)
ship may be null, will be for modspecs.
|
void |
advanceInCombat(ShipAPI ship,
float amount)
Not called while paused.
|
CombatEntityAPI |
findTarget(ShipAPI ship) |
static float |
getDamage(ShipAPI.HullSize size) |
static ShroudedLensHullmod.ShroudedLensHullmodData |
getData(ShipAPI ship) |
java.lang.String |
getDescriptionParam(int index,
ShipAPI.HullSize hullSize) |
static float |
getFluxCost(ShipAPI.HullSize size) |
static float |
getPowerMult(ShipAPI.HullSize size) |
CargoStackAPI |
getRequiredItem() |
static float |
getRoF(ShipAPI.HullSize size) |
boolean |
shouldAddDescriptionToTooltip(ShipAPI.HullSize hullSize,
ShipAPI ship,
boolean isForModSpec)
ship may be null, will be for modspecs.
|
void |
spawnExplosion(ShipAPI ship,
CombatEntityAPI target) |
addCrewCasualties, addStrategyAI, applyEffectsBeforeShipCreation, deductFlux, getShipCreator, getUnapplicableReason, increasesCrewCasualties, isApplicableToShip, skipFluxUseWhenOverloadedOrVentingapplyEffectsAfterShipAddedToCombatEngine, applyEffectsAfterShipCreationaddRequiredItemSection, addSModEffectSection, addSModSection, advanceInCampaign, affectsOPCosts, applyEffectsToFighterSpawnedByShip, canBeAddedOrRemovedNow, getBorderColor, getCanNotBeInstalledNowReason, getDescriptionParam, getDisplayCategoryIndex, getDisplaySortOrder, getNameColor, getSModDescriptionParam, getSModDescriptionParam, getTooltipWidth, hasSModEffect, hasSModEffectSection, init, isBuiltIn, isInPlayerFleet, isInPlayerFleet, isSMod, isSMod, isSModEffectAPenalty, shipHasOtherModInCategory, showInRefitScreenModPickerForpublic static float MAX_RANGE
public static float RADIUS
public static float MIN_REFIRE_DELAY
public static float MAX_REFIRE_DELAY
public static float FLUX_PER_DAMAGE
public static float DAMAGE
public static float MIN_ROF_MULT
public static float MAX_ROF_MULT
public static java.lang.String DATA_KEY
public ShroudedLensHullmod()
public java.lang.String getDescriptionParam(int index, ShipAPI.HullSize hullSize)
getDescriptionParam in interface HullModEffectgetDescriptionParam in class BaseHullModpublic CargoStackAPI getRequiredItem()
public static ShroudedLensHullmod.ShroudedLensHullmodData getData(ShipAPI ship)
public void advanceInCombat(ShipAPI ship, float amount)
HullModEffectadvanceInCombat in interface HullModEffectadvanceInCombat in class DwellerHullmodpublic static float getPowerMult(ShipAPI.HullSize size)
public static float getRoF(ShipAPI.HullSize size)
public static float getFluxCost(ShipAPI.HullSize size)
public static float getDamage(ShipAPI.HullSize size)
public void spawnExplosion(ShipAPI ship, CombatEntityAPI target)
public boolean shouldAddDescriptionToTooltip(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec)
HullModEffectshouldAddDescriptionToTooltip in interface HullModEffectshouldAddDescriptionToTooltip in class BaseHullModpublic void addPostDescriptionSection(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec)
HullModEffectaddPostDescriptionSection in interface HullModEffectaddPostDescriptionSection in class BaseHullModpublic CombatEntityAPI findTarget(ShipAPI ship)