DotNet.Ships.Record.LoadoutMass - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / LoadoutMass

Record: 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.

Remarks

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.

Constructors

new LoadoutMass()

new LoadoutMass(Dry)

Parameters

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.

Properties

Cargo

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

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

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.

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