Skip to content

ships.Interface.ShieldInput

github-actions[bot] edited this page Aug 26, 2026 · 74 revisions

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

Interface: ShieldInput

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

Everything shieldMetrics needs about a build.

Properties

baseShieldStrength

readonly baseShieldStrength: number

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

The hull's base shield strength, in megajoules (Ship.baseShieldStrength).


boosters?

readonly optional boosters?: readonly ShieldBoosterParams[]

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

Each fitted, powered shield booster. Defaults to none.


generator?

readonly optional generator?: ShieldGeneratorParams | null

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

The fitted shield generator, or null/absent when the build has none.


hullMass

readonly hullMass: number

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

The hull's mass, in tonnes — Ship.hullMass, not the build's unladen mass. Shields scale with the hull alone, so fitted modules and cargo do not weaken them.


reinforcement?

readonly optional reinforcement?: number

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

Megajoules added flat by Guardian shield reinforcement packages (OutfittingModule.shieldAddition), summed. Defaults to 0.

Remarks

This addition is not multiplied by the generator's curve or the boosters — it is a flat top-up, and it stands alone when the generator's curve contributes nothing, as it does for a hull past the generator's maximum mass. With no generator fitted it is dropped entirely, and the reported ShieldMetrics.reinforcement is 0.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally