Skip to content

ships.Interface.LoadoutMass

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

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

Interface: LoadoutMass

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

What a build weighs at each load a thruster rating is read against, in tonnes.

Remarks

State as much as the build knows. fuel and cargo are capacities, not a chosen load: the rule weighs a full tank and a full hold, because those are the heaviest the build can become without being re-fitted. Leave one off and the loads above it simply go unchecked.

Properties

cargo?

readonly optional cargo?: number

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

Cargo capacity, as fitted racks allow rather than as any hold currently holds.


dry

readonly dry: number

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

Hull plus every fitted module, an empty tank and no cargo — a build's unladenMass.

Remarks

Despite that name this is the dry figure: a journal's UnladenMass excludes fuel, while the game's own "unladen mass" readout includes a full tank. The two are told apart here as ThrusterLoad's dry and unladen.


fuel?

readonly optional fuel?: number

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

Main-tank capacity. The reserve is not counted, as the flight model does not.

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