DotNet.Ships.Record.LoadoutMass - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / LoadoutMass
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:265
What a build weighs at each load a thruster rating is read against, in tonnes.
State as much as the build knows. The fuel and the cargo are capacities rather than a chosen load, because those are the heaviest the build can become without being refitted. Leave one out and the loads above it go unchecked.
new LoadoutMass(
Dry)
double
The hull and every fitted module, with an empty tank and no cargo. This is the dry figure: a journal's own unladen mass excludes fuel, while the game's readout includes a full tank.
Cargo:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:271
The cargo capacity, as the fitted racks allow rather than as any hold now holds.
Dry:
double
The hull and every fitted module, with an empty tank and no cargo. This is the dry figure: a journal's own unladen mass excludes fuel, while the game's readout includes a full tank.
Fuel:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:268
The main tank's capacity. The reserve is not counted, as the flight model does not.