DotNet.Ships.Record.PreEngineeredModifier - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / PreEngineeredModifier
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/PreEngineered.cs:41
One hand-set stat change a pre-engineered variant arrives with.
It has the vocabulary of a blueprint feature, without the bounds: a pre-engineered variant is a fixed article rather than a roll.
new PreEngineeredModifier(
Label,Method,Value)
string
The journal modifier label, such as PowerDraw.
How the value applies to the base stat.
double
The modifier value: a fraction for a multiplicative change, an absolute delta for an additive one, and the replacement value for an overwrite.
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.