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

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

Interface: ShieldBoosterParams

Defined in: src/ships/shields.ts:96

One fitted, powered shield booster's contribution.

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


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


shieldBoost?

readonly optional shieldBoost?: number

Defined in: src/ships/shields.ts:98

Strength bonus, as a fraction (0.2 = +20%). Defaults to 0.


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** ⚠️