Skip to content

ships.Interface.MobilityMetrics

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

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

Interface: MobilityMetrics

Defined in: src/ships/mobility.ts:82

Speed and rotation rates for one loaded ship.

Remarks

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.

Properties

boost

readonly boost: number

Defined in: src/ships/mobility.ts:98

Boost speed at this mass, in metres per second. Boost ignores the ENG allocation.


loadedMass

readonly loadedMass: number

Defined in: src/ships/mobility.ts:94

The loaded mass these figures were calculated at, in tonnes — the MobilityInput.mass that went in.

Remarks

Reported so a build-level caller, which never states the mass itself, can read what the curve was evaluated at. Against the fitted curve's optMass and maxMass it is the build's position on that curve: at or below optMass the thrusters are at or above their rated performance, and past maxMass they do not move the ship at all — massCurveMultiplier is 0 there.


massCurveMultiplier

readonly massCurveMultiplier: number

Defined in: src/ships/mobility.ts:106

The thruster mass curve's performance multiplier at this loaded mass.


pitch

readonly pitch: number

Defined in: src/ships/mobility.ts:100

Pitch rate at this mass and four ENG pips, in degrees per second.


roll

readonly roll: number

Defined in: src/ships/mobility.ts:102

Roll rate at this mass and four ENG pips, in degrees per second.


rotationMassCurveMultiplier

readonly rotationMassCurveMultiplier: number

Defined in: src/ships/mobility.ts:108

The rotation curve's multiplier; differs for enhanced-performance thrusters.


speed

readonly speed: number

Defined in: src/ships/mobility.ts:96

Top speed at this mass and four ENG pips, in metres per second.


yaw

readonly yaw: number

Defined in: src/ships/mobility.ts:104

Yaw rate at this mass and four ENG pips, in degrees per second.

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