DotNet.Equipment.Record.PersonalModification - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Equipment / PersonalModification

Record: PersonalModification

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalModificationCatalogue.cs:27

One permanent modification a Pioneer Supplies engineer fits.

Constructors

new PersonalModification()

new PersonalModification(Name, Target, Engineers, Modifiers)

Parameters

Name

string

The display name, such as Added Melee Damage.

Target

PersonalModificationTarget

What the modification is fitted to.

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.

Properties

Engineers

Engineers: IReadOnlyList<string>

The engineers who offer it, by their display names.

Modifiers

Modifiers: IReadOnlyList<PersonalModifier>

The stat changes the modification makes. A recipe bought for its unlock alone, such as the weapon scope, states none.

Name

Name: string

The display name, such as Added Melee Damage.

Target

Target: PersonalModificationTarget

What the modification is fitted to.

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