ships.Interface.LoadoutCalculationModule - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / LoadoutCalculationModule
Defined in: src/ships/loadout-calculations.ts:72
One fitted module reduced to the contributions aggregate calculations need.
readonlyoptionalcabinCapacity?:number
Defined in: src/ships/loadout-calculations.ts:78
Berths; undefined for anything but a passenger cabin.
readonlyoptionalcargoCapacity?:number
Defined in: src/ships/loadout-calculations.ts:76
Cargo tonnes; undefined for anything but a cargo rack.
readonlyoptionalfuelCapacity?:number
Defined in: src/ships/loadout-calculations.ts:80
Fuel tonnes; undefined for anything but a fuel tank.
readonlymass:number
Defined in: src/ships/loadout-calculations.ts:74
Post-engineering mass in tonnes.