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

EliteDangerousAlmanac / Ships / PreEngineeredModifier

Record: PreEngineeredModifier

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/PreEngineered.cs:41

One hand-set stat change a pre-engineered variant arrives with.

Remarks

It has the vocabulary of a blueprint feature, without the bounds: a pre-engineered variant is a fixed article rather than a roll.

Constructors

new PreEngineeredModifier()

new PreEngineeredModifier(Label, Method, Value)

Parameters

Label

string

The journal modifier label, such as PowerDraw.

Method

ModifierMethod

How the value applies to the base stat.

Value

double

The modifier value: a fraction for a multiplicative change, an absolute delta for an additive one, and the replacement value for an overwrite.

Properties

Label

Label: string

The journal modifier label, such as PowerDraw.

Method

Method: ModifierMethod

How the value applies to the base stat.

Value

Value: double

The modifier value: a fraction for a multiplicative change, an absolute delta for an additive one, and the replacement value for an overwrite.

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