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

EliteDangerousAlmanac / Ships / JumpRangeSummary

Record: JumpRangeSummary

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

A build's jump ranges at the loads that matter.

Constructors

new JumpRangeSummary()

new JumpRangeSummary(Max, Unladen, Laden, TotalMax, TotalUnladen, TotalLaden)

Parameters

Max

double

The best single jump: no cargo and one jump's fuel aboard, in light-years. This is the figure the game labels the maximum jump range.

Unladen

double

One jump on a full tank with an empty hold, in light-years.

Laden

double

One jump on a full tank with a full hold, in light-years.

TotalMax

TotalRangeDetails

The summed range and the jumps on one jump's fuel, empty hold.

TotalUnladen

TotalRangeDetails

The summed range and the jumps on a full tank, empty hold.

TotalLaden

TotalRangeDetails

The summed range and the jumps on a full tank, full hold.

Properties

Laden

Laden: double

One jump on a full tank with a full hold, in light-years.

Max

Max: double

The best single jump: no cargo and one jump's fuel aboard, in light-years. This is the figure the game labels the maximum jump range.

TotalLaden

TotalLaden: TotalRangeDetails

The summed range and the jumps on a full tank, full hold.

TotalMax

TotalMax: TotalRangeDetails

The summed range and the jumps on one jump's fuel, empty hold.

TotalUnladen

TotalUnladen: TotalRangeDetails

The summed range and the jumps on a full tank, empty hold.

Unladen

Unladen: double

One jump on a full tank with an empty hold, in light-years.

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