DotNet.Ships.Record.LoadoutCalculationModule - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / LoadoutCalculationModule
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutCalculations.cs:162
One fitted module reduced to the contributions an aggregate needs.
new LoadoutCalculationModule(
Mass)
double
The post-engineering mass, in tonnes.
CabinCapacity:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutCalculations.cs:168
The berths, on a passenger cabin and nothing else.
CargoCapacity:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutCalculations.cs:165
The cargo tonnes, on a cargo rack and nothing else.
FuelCapacity:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutCalculations.cs:171
The fuel tonnes, on a fuel tank and nothing else.
Mass:
double
The post-engineering mass, in tonnes.