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

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

Interface: FrameShiftDriveParams

Defined in: src/ships/jump-range.ts:34

The frame shift drive constants a jump calculation needs — all post-engineering.

Remarks

optMass and maxFuel are what engineering changes (Long Range raises optMass; some effects change maxFuel); fuelMul and fuelPower are intrinsic to the drive and never modified. Read these off the drive's module record from ./modules-core (and, for a Guardian FSD Booster's jumpBoost, ./modules-internal), whose records carry their stats.

Properties

fuelMul

readonly fuelMul: number

Defined in: src/ships/jump-range.ts:40

The drive's finite, positive rating (linear) fuel constant.


fuelPower

readonly fuelPower: number

Defined in: src/ships/jump-range.ts:42

The drive's finite, positive size (power) fuel constant.


jumpBoost?

readonly optional jumpBoost?: number

Defined in: src/ships/jump-range.ts:47

Flat bonus added to every jump, in light-years, from a Guardian FSD Booster. Finite and non-negative. Defaults to 0 (no booster).


maxFuel

readonly maxFuel: number

Defined in: src/ships/jump-range.ts:38

Maximum fuel drawn for a single jump, in tonnes — finite and non-negative.


optMass

readonly optMass: number

Defined in: src/ships/jump-range.ts:36

Optimised mass, in tonnes — finite and positive.

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