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

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

Interface: LoadoutMass

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

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

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


dry

readonly dry: number

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

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

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

⚠️ **GitHub.com Fallback** ⚠️