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

EliteDangerousAlmanac / Ships / FrameShiftDriveParams

Record: FrameShiftDriveParams

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/JumpRange.cs:20

The frame shift drive constants a jump calculation needs, all post-engineering.

Remarks

Engineering changes the optimised mass and the maximum fuel; the two fuel constants are intrinsic to the drive and never modified. Read them off the drive's outfitting record.

Constructors

new FrameShiftDriveParams()

new FrameShiftDriveParams(OptMass, MaxFuel, FuelMul, FuelPower, JumpBoost?)

Parameters

OptMass

double

The optimised mass, in tonnes. It must be finite and above zero.

MaxFuel

double

The most fuel drawn for a single jump, in tonnes. It must be finite and zero or more.

FuelMul

double

The drive's linear fuel constant, which must be finite and above zero.

FuelPower

double

The drive's power fuel constant, which must be finite and above zero.

JumpBoost

double = 0

The flat bonus a Guardian frame shift drive booster adds to every jump, in light-years.

Properties

FuelMul

FuelMul: double

The drive's linear fuel constant, which must be finite and above zero.

FuelPower

FuelPower: double

The drive's power fuel constant, which must be finite and above zero.

JumpBoost

JumpBoost: double

The flat bonus a Guardian frame shift drive booster adds to every jump, in light-years.

MaxFuel

MaxFuel: double

The most fuel drawn for a single jump, in tonnes. It must be finite and zero or more.

OptMass

OptMass: double

The optimised mass, in tonnes. It must be finite and above zero.

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