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

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

Interface: BulkheadParams

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

The fitted bulkhead's contribution — read straight off its armour module record.

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:54

Armour bonus as a fraction of the hull's base armour added on top of it: 0.8 (lightweight alloy) means baseArmour × 1.8. 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** ⚠️