DotNet.Ships.Record.ThrusterCurveParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ThrusterCurveParams
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:17
One post-engineering thruster performance curve.
Every value must be finite and zero or more, and the masses and the multipliers must follow the order IMassCurve documents.
new ThrusterCurveParams(
MinMass,OptMass,MaxMass,MinMultiplier,OptMultiplier,MaxMultiplier)
double
The loaded mass at which performance reaches the maximum multiplier, in tonnes.
double
The loaded mass at which performance is exactly the optimal multiplier, in tonnes.
double
The largest loaded mass the thrusters can move, in tonnes.
double
The performance multiplier at the maximum mass.
double
The performance multiplier at the optimal mass.
double
The performance multiplier at the minimum mass.
MaxMass:
double
The largest loaded mass the thrusters can move, in tonnes.
MaxMultiplier:
double
The performance multiplier at the minimum mass.
MinMass:
double
The loaded mass at which performance reaches the maximum multiplier, in tonnes.
MinMultiplier:
double
The performance multiplier at the maximum mass.
OptMass:
double
The loaded mass at which performance is exactly the optimal multiplier, in tonnes.
OptMultiplier:
double
The performance multiplier at the optimal mass.