DotNet.Ships.Enumeration.ModifierMethod - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / ModifierMethod

Enumeration: ModifierMethod

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:10

How a modifier value is applied to a base stat.

Enumeration Members

Multiplicative

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

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

Overwrite

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:19

The value replaces the base outright.

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