ships.Interface.JumpRangeSummary - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / JumpRangeSummary
Defined in: src/ships/build-metrics.ts:360
A build's jump ranges at the loads that matter. The three single-jump values and
each total result's range are in light-years.
readonlyladen:number
Defined in: src/ships/build-metrics.ts:369
Single jump on a full tank with a full hold.
readonlymax:number
Defined in: src/ships/build-metrics.ts:365
Best single jump: no cargo, and only one jump's fuel aboard — the figure the game and EDSY label "maximum jump range".
readonlytotalLaden:TotalRangeDetails
Defined in: src/ships/build-metrics.ts:375
Summed range and jump count on one full tank, full hold.
readonlytotalMax:TotalRangeDetails
Defined in: src/ships/build-metrics.ts:371
Summed range and jump count on one jump's fuel, empty hold.
readonlytotalUnladen:TotalRangeDetails
Defined in: src/ships/build-metrics.ts:373
Summed range and jump count on one full tank, empty hold.
readonlyunladen:number
Defined in: src/ships/build-metrics.ts:367
Single jump on a full tank with an empty hold.