public class RuggedConstruction extends BaseHullMod
| Modifier and Type | Field and Description |
|---|---|
static float |
DEPLOYMENT_COST_MULT |
static float |
DMOD_AVOID_CHANCE |
static float |
DMOD_EFFECT_MULT |
spec| Constructor and Description |
|---|
RuggedConstruction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsOPCosts()
Hullmods that return true here should only ever be built-in, as cost changes aren't handled when
these mods can be added or removed to/from the variant.
|
void |
applyEffectsBeforeShipCreation(ShipAPI.HullSize hullSize,
MutableShipStatsAPI stats,
java.lang.String id) |
java.lang.String |
getDescriptionParam(int index,
ShipAPI.HullSize hullSize) |
addPostDescriptionSection, addRequiredItemSection, addSModEffectSection, addSModSection, advanceInCampaign, advanceInCombat, applyEffectsAfterShipCreation, applyEffectsToFighterSpawnedByShip, canBeAddedOrRemovedNow, getBorderColor, getCanNotBeInstalledNowReason, getDescriptionParam, getDisplayCategoryIndex, getDisplaySortOrder, getNameColor, getSModDescriptionParam, getSModDescriptionParam, getTooltipWidth, getUnapplicableReason, hasSModEffect, hasSModEffectSection, init, isApplicableToShip, isBuiltIn, isInPlayerFleet, isInPlayerFleet, isSMod, isSMod, isSModEffectAPenalty, shipHasOtherModInCategory, shouldAddDescriptionToTooltip, showInRefitScreenModPickerForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyEffectsAfterShipAddedToCombatEngine, getRequiredItempublic static float DEPLOYMENT_COST_MULT
public static float DMOD_EFFECT_MULT
public static float DMOD_AVOID_CHANCE
public RuggedConstruction()
public void applyEffectsBeforeShipCreation(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, java.lang.String id)
applyEffectsBeforeShipCreation in interface HullModEffectapplyEffectsBeforeShipCreation in class BaseHullModpublic java.lang.String getDescriptionParam(int index, ShipAPI.HullSize hullSize)
getDescriptionParam in interface HullModEffectgetDescriptionParam in class BaseHullModpublic boolean affectsOPCosts()
HullModEffectaffectsOPCosts in interface HullModEffectaffectsOPCosts in class BaseHullMod