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

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

Variable: OUTFITTING_FAMILIES

const OUTFITTING_FAMILIES: Readonly<Record<OutfittingFamilyId, string>>

Defined in: src/ships/module-families.ts:129

Every outfitting family's canonical English display name, keyed by id.

Remarks

The names are Frontier's own outfitting category labels where the game publishes one, and the Almanac's descriptive name for the families it does not. They are canonical English, not localized UI text: use getOutfittingFamilyName for a locale.

Example

import { OUTFITTING_FAMILIES } from '@elite-dangerous-almanac/core/ships/module-families';

OUTFITTING_FAMILIES.shieldGenerators; // -> 'Shield Generators'
OUTFITTING_FAMILIES.armour; // -> 'Armour'
⚠️ **GitHub.com Fallback** ⚠️