ships.Interface.LoadoutMass - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / LoadoutMass
Defined in: src/ships/loadout-validation.ts:183
What a build weighs at each load a thruster rating is read against, in tonnes.
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.
readonlyoptionalcargo?:number
Defined in: src/ships/loadout-validation.ts:197
Cargo capacity, as fitted racks allow rather than as any hold currently holds.
readonlydry:number
Defined in: src/ships/loadout-validation.ts:193
Hull plus every fitted module, an empty tank and no cargo — a build's unladenMass.
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.
readonlyoptionalfuel?:number
Defined in: src/ships/loadout-validation.ts:195
Main-tank capacity. The reserve is not counted, as the flight model does not.