public class EfficiencyOverhaul extends BaseLogisticsHullMod
| Modifier and Type | Field and Description |
|---|---|
static float |
CR_RECOVERY_BONUS |
static float |
MAINTENANCE_MULT |
static float |
REPAIR_BONUS |
static float |
REPAIR_RATE_BONUS |
static float |
SMOD_MODIFIER |
MAX_MODSspec| Constructor and Description |
|---|
EfficiencyOverhaul() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyEffectsBeforeShipCreation(ShipAPI.HullSize hullSize,
MutableShipStatsAPI stats,
java.lang.String id) |
java.lang.String |
getDescriptionParam(int index,
ShipAPI.HullSize hullSize,
ShipAPI ship) |
java.lang.String |
getSModDescriptionParam(int index,
ShipAPI.HullSize hullSize,
ShipAPI ship) |
getMax, getNumLogisticsMods, getUnapplicableReason, isApplicableToShipaddPostDescriptionSection, addRequiredItemSection, addSModEffectSection, addSModSection, advanceInCampaign, advanceInCombat, affectsOPCosts, applyEffectsAfterShipCreation, applyEffectsToFighterSpawnedByShip, canBeAddedOrRemovedNow, getBorderColor, getCanNotBeInstalledNowReason, getDescriptionParam, getDisplayCategoryIndex, getDisplaySortOrder, getNameColor, getSModDescriptionParam, getTooltipWidth, hasSModEffect, hasSModEffectSection, init, isBuiltIn, isInPlayerFleet, isInPlayerFleet, isSMod, isSMod, isSModEffectAPenalty, shipHasOtherModInCategory, shouldAddDescriptionToTooltip, showInRefitScreenModPickerForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyEffectsAfterShipAddedToCombatEngine, getRequiredItempublic static float MAINTENANCE_MULT
public static float REPAIR_RATE_BONUS
public static float CR_RECOVERY_BONUS
public static float REPAIR_BONUS
public static float SMOD_MODIFIER
public EfficiencyOverhaul()
public void applyEffectsBeforeShipCreation(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, java.lang.String id)
applyEffectsBeforeShipCreation in interface HullModEffectapplyEffectsBeforeShipCreation in class BaseHullModpublic java.lang.String getSModDescriptionParam(int index, ShipAPI.HullSize hullSize, ShipAPI ship)
getSModDescriptionParam in interface HullModEffectgetSModDescriptionParam in class BaseHullModpublic java.lang.String getDescriptionParam(int index, ShipAPI.HullSize hullSize, ShipAPI ship)
getDescriptionParam in interface HullModEffectgetDescriptionParam in class BaseHullMod