DotNet.Ships.Record.ThrusterParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / ThrusterParams

Record: ThrusterParams

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:37

A fitted thruster's post-engineering mass curves.

Remarks

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.

Constructors

new ThrusterParams()

new ThrusterParams(MinMass, OptMass, MaxMass, MinMultiplier, OptMultiplier, MaxMultiplier)

Parameters

MinMass

double

The loaded mass at which performance reaches the maximum multiplier, in tonnes.

OptMass

double

The loaded mass at which performance is exactly the optimal multiplier, in tonnes.

MaxMass

double

The largest loaded mass the thrusters can move, in tonnes.

MinMultiplier

double

The performance multiplier at the maximum mass.

OptMultiplier

double

The performance multiplier at the optimal mass.

MaxMultiplier

double

The performance multiplier at the minimum mass.

Properties

MaxMass

MaxMass: double

The largest loaded mass the thrusters can move, in tonnes.

MaxMultiplier

MaxMultiplier: double

The performance multiplier at the minimum mass.

MinMass

MinMass: double

The loaded mass at which performance reaches the maximum multiplier, in tonnes.

MinMultiplier

MinMultiplier: double

The performance multiplier at the maximum mass.

OptMass

OptMass: double

The loaded mass at which performance is exactly the optimal multiplier, in tonnes.

OptMultiplier

OptMultiplier: double

The performance multiplier at the optimal mass.

RotationCurve

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

SpeedCurve: ThrusterCurveParams?

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Mobility.cs:47

The speed and boost curve, where it differs from the handling curve.

⚠️ **GitHub.com Fallback** ⚠️