ships.Interface.TotalRangeDetails - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / TotalRangeDetails
Defined in: src/ships/jump-range.ts:58
A multi-jump tank-range result and the number of jumps that produce it.
Frozen — nested records and lists included — so a result can be held, cached and shared without a defensive copy. Derive a changed figure with a spread rather than by assigning into one.
readonlyjumps:number
Defined in: src/ships/jump-range.ts:62
Jumps made before the available fuel is exhausted.
readonlyrange:number
Defined in: src/ships/jump-range.ts:60
Sum of the successive jumps as the tank drains, in light-years.