DotNet.Equipment.Record.PersonalModifier - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Equipment / PersonalModifier
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalEngineering.cs:23
One stat change a personal modification makes.
new PersonalModifier(
Stat,Multiplier,RoundUp?)
string
The stat the change acts on, named as the catalogue record spells it, such as magazineSize.
double
The factor the stat is multiplied by.
bool = false
Whether the product is taken up to the next whole number. A magazine holds whole rounds, so its recipe rounds; a resistance does not.
Multiplier:
double
The factor the stat is multiplied by.
RoundUp:
bool
Whether the product is taken up to the next whole number. A magazine holds whole rounds, so its recipe rounds; a resistance does not.
Stat:
string
The stat the change acts on, named as the catalogue record spells it, such as magazineSize.