Skip to content

DotNet.Equipment.Record.PersonalModification

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

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.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally