DotNet.Ships.Enumeration.ModifierMethod - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ModifierMethod
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:10
How a modifier value is applied to a base stat.
Multiplicative
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:13
The values compound: the result is the base times the product of one plus each value.
Additive
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:16
The values add: the result is the base plus the sum of the values.
Overwrite
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:19
The value replaces the base outright.