DotNet.Ships.Record.DefaultLoadout - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / DefaultLoadout
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/DefaultLoadouts.cs:20
A hull's ready-to-fly module fit, as the shipyard supplies it.
new DefaultLoadout(
Symbol,Modules)
string
The Frontier hull symbol.
IReadOnlyList<DefaultLoadoutModule>
The fitted modules in outfitting-panel order. An empty optional, hardpoint or utility mount is left out. The armour, the seven core internals, the planetary approach suite and the built-in cargo hatch are always present.
Modules:
IReadOnlyList<DefaultLoadoutModule>
The fitted modules in outfitting-panel order. An empty optional, hardpoint or utility mount is left out. The armour, the seven core internals, the planetary approach suite and the built-in cargo hatch are always present.
Symbol:
string
The Frontier hull symbol.