Skip to content

ships.TypeAlias.ThrusterLoad

github-actions[bot] edited this page Aug 26, 2026 · 1 revision

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

Type Alias: ThrusterLoad

ThrusterLoad = "dry" | "unladen" | "laden"

Defined in: src/ships/loadout-validation.ts:50

A load a thruster rating is read against, lightest first.

Remarks

dry is the fit alone — hull plus modules, an empty tank and no cargo. unladen adds a full main tank, and is the figure the game and every outfitting tool call a ship's unladen mass; note that ships!ShipLoadout.unladenMass is the dry figure, because that is what a journal's UnladenMass states. laden adds a full hold on top.

A ship cannot undock without fuel, so failing at dry or unladen is an error. Failing only at laden is a warning: the hold is the one load a pilot chooses.

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