Skip to content

DotNet.Ships.Enumeration.ModuleSlot

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

EliteDangerousAlmanac / Ships / ModuleSlot

Enumeration: ModuleSlot

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:121

The fixed mount a module is built for.

Remarks

The eight core-internal mounts every hull has: the seven CoreSlotType functions plus Armour, which is a fixed mount too but is sized per hull rather than by class.

A module carries this when it fills one particular mount and nothing else. Most do not: a hardpoint weapon, a utility fitting and an optional internal each fit any mount of their kind that is big enough.

The first seven members share their numeric values with CoreSlotType, so a core function converts by a plain cast.

Enumeration Members

PowerPlant

PowerPlant = CoreSlotType.PowerPlant

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:124

The power plant.

Thrusters

Thrusters = CoreSlotType.Thrusters

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:127

The thrusters.

FrameShiftDrive

FrameShiftDrive = CoreSlotType.FrameShiftDrive

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:130

The frame shift drive.

LifeSupport

LifeSupport = CoreSlotType.LifeSupport

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:133

Life support.

PowerDistributor

PowerDistributor = CoreSlotType.PowerDistributor

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:136

The power distributor.

Sensors

Sensors = CoreSlotType.Sensors

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:139

The sensors.

FuelTank

FuelTank = CoreSlotType.FuelTank

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:142

The main fuel tank.

Armour

Armour = 100

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SlotModel.cs:147

The hull's armour mount, which takes the bulkheads made for that one hull.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally