Skip to content

ships.TypeAlias.OutfittingFamilyId

github-actions[bot] edited this page Aug 26, 2026 · 14 revisions

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

Type Alias: OutfittingFamilyId

OutfittingFamilyId = "armour" | "powerPlants" | "engines" | "fsd" | "lifeSupport" | "powerDistributors" | "sensors" | "fuelTanks" | "dockingComputers" | "shieldGenerators" | "shieldCellBanks" | "cargoRacks" | "hatchBreakerLimpets" | "surfaceScanners" | "fuelScoops" | "refineries" | "fsdInterdictors" | "afms" | "hullReinforcements" | "collectorLimpets" | "fuelTransferLimpets" | "prospectingLimpets" | "planetaryVehicleHangars" | "planetaryApproachSuites" | "cargoHatches" | "passengerCabins" | "vesselHangars" | "moduleReinforcements" | "repairLimpets" | "researchLimpets" | "decontaminationLimpets" | "guardianShieldReinforcementPackages" | "fsdBoosters" | "guardianHybridPowerDistributors" | "guardianHybridPowerPlants" | "reconLimpets" | "flightAssists" | "miningMultiLimpetControllers" | "multiLimpetControllers" | "experimentalWeaponStabilisers" | "pulseLasers" | "burstLasers" | "beamLasers" | "cannons" | "fragmentCannons" | "multiCannons" | "plasmaAccelerators" | "railGuns" | "missiles" | "mines" | "torpedoes" | "miningLasers" | "remoteReleaseFlakLaunchers" | "axMissileRacks" | "axMultiCannons" | "guardianGaussCannons" | "remoteReleaseFlechetteLaunchers" | "guardianPlasmaChargers" | "guardianShardCannons" | "shockCannons" | "subSurfaceDisplacementMissiles" | "abrasionBlasters" | "miningTools" | "subSurfaceExtractionMissiles" | "guardianNaniteTorpedoPylons" | "chaffLaunchers" | "ecms" | "heatsinkLaunchers" | "pointDefence" | "manifestScanners" | "wakeScanners" | "killWarrantScanners" | "shieldBoosters" | "shutdownFieldNeutralisers" | "xenoScanners" | "pulseWaveAnalyser" | "causticSinkLaunchers"

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

A stable identifier for an outfitting module family.

Remarks

These are the keys of OUTFITTING_FAMILIES. Every module carries one, core modules included, so an outfitting list can group every choice ShipLoadout.modulesForSlot() returns without a private taxonomy. Closely related variants share a family: Mk II and corrosion-resistant racks are cargoRacks, and a pre-engineered or Powerplay variant stays in its base module's family.

Example

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

const family: OutfittingFamilyId = 'shieldGenerators';

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally