DotNet.Ships.Record.CoreSlots - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / CoreSlots
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildSlot.cs:70
The size of each of a hull's seven core-internal mounts.
Each value is the mount's class, 1 to 8: the largest module that fits it. The names are the core functions, not journal slot keys.
new CoreSlots(
PowerPlant,Thrusters,FrameShiftDrive,LifeSupport,PowerDistributor,Sensors,FuelTank)
int
Power-plant mount size.
int
Thruster mount size (journal slot MainEngines).
int
Frame shift drive mount size.
int
Life-support mount size.
int
Power-distributor mount size.
int
Sensor mount size (journal slot Radar).
int
Main fuel-tank mount size.
FrameShiftDrive:
int
Frame shift drive mount size.
FuelTank:
int
Main fuel-tank mount size.
LifeSupport:
int
Life-support mount size.
PowerDistributor:
int
Power-distributor mount size.
PowerPlant:
int
Power-plant mount size.
Sensors:
int
Sensor mount size (journal slot Radar).
Thrusters:
int
Thruster mount size (journal slot MainEngines).
this[
CoreSlotTypecore]:int
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildSlot.cs:83
The size of one core mount.
The core function to size.
ArgumentOutOfRangeException
core is not a member.