DotNet.Ships.Record.ShipSlots - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ShipSlots
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildSlot.cs:131
A hull's full slot layout.
The armour mount is not listed, because it is not sized: a hull's armour options are ordinary modules tied to the hull by their own ship field.
new ShipSlots(
Symbol,Core,Hardpoints,Utility,Optional)
string
Hull symbol, matching the ship catalogue.
The seven core-internal sizes.
IReadOnlyList<HardpointSlotSpec>
Weapon hardpoints, largest first.
int
Number of tiny utility mounts.
IReadOnlyList<OptionalSlotSpec>
Optional-internal mounts, largest first.
Core:
CoreSlots
The seven core-internal sizes.
Hardpoints:
IReadOnlyList<HardpointSlotSpec>
Weapon hardpoints, largest first.
Optional:
IReadOnlyList<OptionalSlotSpec>
Optional-internal mounts, largest first.
Symbol:
string
Hull symbol, matching the ship catalogue.
Utility:
int
Number of tiny utility mounts.