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

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

Interface: MobilityCapacitorMetrics

Defined in: src/ships/mobility-capacitor.ts:48

Speed and rotation rates at one ENG-pip allocation.

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

enginesPips

readonly enginesPips: number

Defined in: src/ships/mobility-capacitor.ts:50

Pips assigned to ENG for this result, in [0, 4].


pitch

readonly pitch: number

Defined in: src/ships/mobility-capacitor.ts:54

Pitch rate at this mass and allocation, in degrees per second.


roll

readonly roll: number

Defined in: src/ships/mobility-capacitor.ts:56

Roll rate at this mass and allocation, in degrees per second.


speed

readonly speed: number

Defined in: src/ships/mobility-capacitor.ts:52

Top speed at this mass and allocation, in metres per second.


yaw

readonly yaw: number

Defined in: src/ships/mobility-capacitor.ts:58

Yaw rate at this mass and allocation, in degrees per second.

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