DotNet.Equipment.Record.PersonalModification - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Equipment / PersonalModification
Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalModificationCatalogue.cs:27
One permanent modification a Pioneer Supplies engineer fits.
new PersonalModification(
Name,Target,Engineers,Modifiers)
string
The display name, such as Added Melee Damage.
What the modification is fitted to.
IReadOnlyList<string>
The engineers who offer it, by their display names.
IReadOnlyList<PersonalModifier>
The stat changes the modification makes. A recipe bought for its unlock alone, such as the weapon scope, states none.
Engineers:
IReadOnlyList<string>
The engineers who offer it, by their display names.
Modifiers:
IReadOnlyList<PersonalModifier>
The stat changes the modification makes. A recipe bought for its unlock alone, such as the weapon scope, states none.
Name:
string
The display name, such as Added Melee Damage.
Target:
PersonalModificationTarget
What the modification is fitted to.