DotNet.Ships.Record.StandardLoadFigures - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / StandardLoadFigures
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:42
What one standard load carries, and what the ship weighs carrying it.
This is the mass the jump and the mobility calculations run on, so it is the figure to show beside them rather than one a caller reassembles. The reserve tank is not in it. The game's own statistics panel counts the reserve in the current mass it shows, and neither calculation here does, so add the hull's reserve to match the panel.
new StandardLoadFigures(
Fuel,Cargo,Mass)
double
The main-tank fuel carried, in tonnes.
double
The cargo carried, in tonnes.
double
What the ship weighs at this load, in tonnes: the unladen mass plus the fuel and the cargo.
Cargo:
double
The cargo carried, in tonnes.
Fuel:
double
The main-tank fuel carried, in tonnes.
Load:
BuildLoad
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:45
This load as the options a calculation takes.
Mass:
double
What the ship weighs at this load, in tonnes: the unladen mass plus the fuel and the cargo.