ships.Interface.FrameShiftDriveParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / FrameShiftDriveParams
Defined in: src/ships/jump-range.ts:34
The frame shift drive constants a jump calculation needs — all post-engineering.
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.
readonlyfuelMul:number
Defined in: src/ships/jump-range.ts:40
The drive's finite, positive rating (linear) fuel constant.
readonlyfuelPower:number
Defined in: src/ships/jump-range.ts:42
The drive's finite, positive size (power) fuel constant.
readonlyoptionaljumpBoost?: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).
readonlymaxFuel:number
Defined in: src/ships/jump-range.ts:38
Maximum fuel drawn for a single jump, in tonnes — finite and non-negative.
readonlyoptMass:number
Defined in: src/ships/jump-range.ts:36
Optimised mass, in tonnes — finite and positive.