ships.Interface.HullReinforcementParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / HullReinforcementParams

Interface: HullReinforcementParams

Defined in: src/ships/armour.ts:58

One fitted hull reinforcement package (including the Guardian and meta-alloy ones).

Extends

Properties

causticResistance?

readonly optional causticResistance?: number

Defined in: src/ships/resistances.ts:94

Caustic resistance, as a fraction (negative is a weakness). Defaults to 0.

Inherited from

DamageResistanceParams.causticResistance


explosiveResistance?

readonly optional explosiveResistance?: number

Defined in: src/ships/resistances.ts:92

Explosive resistance, as a fraction (negative is a weakness). Defaults to 0.

Inherited from

DamageResistanceParams.explosiveResistance


hullBoost?

readonly optional hullBoost?: number

Defined in: src/ships/armour.ts:70

Extra armour as a fraction of the hull's base armour, when the package has been engineered for it. Defaults to 0.

Remarks

A stock reinforcement package has no hull boost — in game the engineering modifier is the bonus — so this is only non-zero on a build whose journal carries a DefenceModifierHealthMultiplier modifier for the package.


hullReinforcement?

readonly optional hullReinforcement?: number

Defined in: src/ships/armour.ts:60

Hull hit points added. Defaults to 0.


kineticResistance?

readonly optional kineticResistance?: number

Defined in: src/ships/resistances.ts:88

Kinetic resistance, as a fraction (negative is a weakness). Defaults to 0.

Inherited from

DamageResistanceParams.kineticResistance


thermalResistance?

readonly optional thermalResistance?: number

Defined in: src/ships/resistances.ts:90

Thermal resistance, as a fraction (negative is a weakness). Defaults to 0.

Inherited from

DamageResistanceParams.thermalResistance

⚠️ **GitHub.com Fallback** ⚠️