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

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

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