ships.Variable.SHIPS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

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

Variable: SHIPS

const SHIPS: readonly Ship[]

Defined in: src/ships/ships.ts:160

Every player-flyable ship hull, in Frontier's shipyard order — roughly the order the hulls were introduced, beginning with the Sidewinder.

Example

import { SHIPS } from '@elite-dangerous-almanac/core/ships/ships';

SHIPS.find((s) => s.symbol === 'Anaconda')?.name; // -> 'Anaconda'
⚠️ **GitHub.com Fallback** ⚠️