DotNet.Ships.Record.JumpRangeSummary - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / JumpRangeSummary
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildMetrics.cs:175
A build's jump ranges at the loads that matter.
new JumpRangeSummary(
Max,Unladen,Laden,TotalMax,TotalUnladen,TotalLaden)
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.
double
One jump on a full tank with an empty hold, in light-years.
double
One jump on a full tank with a full hold, in light-years.
The summed range and the jumps on one jump's fuel, empty hold.
The summed range and the jumps on a full tank, empty hold.
The summed range and the jumps on a full tank, full hold.
Laden:
double
One jump on a full tank with a full hold, in light-years.
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:
TotalRangeDetails
The summed range and the jumps on a full tank, full hold.
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.
Unladen:
double
One jump on a full tank with an empty hold, in light-years.