DotNet.Ships.Enumeration.ThrusterLoad - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ThrusterLoad
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:58
A load a thruster rating is read against, lightest first.
A ship cannot undock without fuel, so failing dry or unladen is an error. Failing only laden is a warning, because the hold is the one load a pilot chooses.
Dry
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:61
The fit alone: hull and modules, an empty tank and no cargo.
Unladen
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:64
The fit with a full main tank, which is what an outfitting tool calls unladen.
Laden
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:67
The fit with a full tank and a full hold.