DotNet.Ships.Record.ThrusterParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ThrusterParams
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:37
A fitted thruster's post-engineering mass curves.
Enhanced performance thrusters answer speed and handling on two different curves. A thruster that carries neither SpeedCurve nor RotationCurve uses its own values for both.
new ThrusterParams(
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.
RotationCurve:
ThrusterCurveParams?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:50
The pitch, roll and yaw curve, where it differs from the speed curve.
SpeedCurve:
ThrusterCurveParams?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:47
The speed and boost curve, where it differs from the handling curve.