ships.Interface.JumpRangeSummary - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / JumpRangeSummary

Interface: 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.

Properties

laden

readonly laden: number

Defined in: src/ships/build-metrics.ts:369

Single jump on a full tank with a full hold.


max

readonly max: 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".


totalLaden

readonly totalLaden: TotalRangeDetails

Defined in: src/ships/build-metrics.ts:375

Summed range and jump count on one full tank, full hold.


totalMax

readonly totalMax: TotalRangeDetails

Defined in: src/ships/build-metrics.ts:371

Summed range and jump count on one jump's fuel, empty hold.


totalUnladen

readonly totalUnladen: TotalRangeDetails

Defined in: src/ships/build-metrics.ts:373

Summed range and jump count on one full tank, empty hold.


unladen

readonly unladen: number

Defined in: src/ships/build-metrics.ts:367

Single jump on a full tank with an empty hold.

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