Skip to content

ships.Interface.FrameShiftDriveParams

github-actions[bot] edited this page Aug 26, 2026 · 74 revisions

@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.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally