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

EliteDangerousAlmanac / Ships / StandardLoadFigures

Record: StandardLoadFigures

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:42

What one standard load carries, and what the ship weighs carrying it.

Remarks

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.

Constructors

new StandardLoadFigures()

new StandardLoadFigures(Fuel, Cargo, Mass)

Parameters

Fuel

double

The main-tank fuel carried, in tonnes.

Cargo

double

The cargo carried, in tonnes.

Mass

double

What the ship weighs at this load, in tonnes: the unladen mass plus the fuel and the cargo.

Properties

Cargo

Cargo: double

The cargo carried, in tonnes.

Fuel

Fuel: double

The main-tank fuel carried, in tonnes.

Load

Load: BuildLoad

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:45

This load as the options a calculation takes.

Mass

Mass: double

What the ship weighs at this load, in tonnes: the unladen mass plus the fuel and the cargo.

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