Skip to content

DotNet.Equipment.Record.PersonalModifier

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

EliteDangerousAlmanac / Equipment / PersonalModifier

Record: PersonalModifier

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/PersonalEngineering.cs:23

One stat change a personal modification makes.

Constructors

new PersonalModifier()

new PersonalModifier(Stat, Multiplier, RoundUp?)

Parameters

Stat

string

The stat the change acts on, named as the catalogue record spells it, such as magazineSize.

Multiplier

double

The factor the stat is multiplied by.

RoundUp

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.

Properties

Multiplier

Multiplier: double

The factor the stat is multiplied by.

RoundUp

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

Stat: string

The stat the change acts on, named as the catalogue record spells it, such as magazineSize.

.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