ships.Interface.PreEngineeredModifier - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / PreEngineeredModifier

Interface: PreEngineeredModifier

Defined in: src/ships/pre-engineered.ts:70

One hand-set stat change a pre-engineered variant arrives with.

Same vocabulary as a blueprint feature or experimental contribution: a journal Modifier label, the method by which it applies, and its value. Unlike a blueprint feature there is no min/max — a pre-engineered variant is a fixed article, not a roll.

Properties

label

readonly label: string

Defined in: src/ships/pre-engineered.ts:72

Journal Modifier Label, e.g. "PowerDraw", "ArmourPenetration".


method

readonly method: "multiplicative" | "additive" | "overwrite"

Defined in: src/ships/pre-engineered.ts:74

How the value applies to the base stat.


value

readonly value: number

Defined in: src/ships/pre-engineered.ts:79

The modifier value: a fraction for multiplicative (0.5 is +50%), an absolute delta for additive, and the replacement value for overwrite.

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