ships.default loadouts.Variable.DEFAULT_LOADOUTS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships/default-loadouts / DEFAULT_LOADOUTS

Variable: DEFAULT_LOADOUTS

const DEFAULT_LOADOUTS: readonly DefaultLoadout[]

Defined in: src/ships/default-loadouts.ts:56

Default loadouts for every player-flyable hull, in SHIPS catalogue order.

Remarks

The array, records and nested module entries are deeply frozen. This module carries module identities only and does not import the much larger outfitting catalogues.

Example

import { DEFAULT_LOADOUTS } from '@elite-dangerous-almanac/core/ships/default-loadouts';

DEFAULT_LOADOUTS[0]?.modules.find((module) => module.slot === 'FrameShiftDrive')?.symbol;
// -> 'Int_Hyperdrive_Size2_Class1'
⚠️ **GitHub.com Fallback** ⚠️