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

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

Interface: EngineeringModifier

Defined in: src/ships/slef.ts:60

One engineering modifier — how a blueprint changed a single stat.

Remarks

Value is the post-engineering figure, OriginalValue the stock one. Some modifiers carry a string (ValueStr) instead of a number — generated Anti-Guardian Zone Resistance uses "Active". Do not trust LessIsGood — Frontier is known to set it wrongly for some stats; decide a stat's direction yourself.

Properties

Label

readonly Label: string

Defined in: src/ships/slef.ts:62

The stat's journal name, e.g. "FSDOptimalMass", "Mass", "PowerDraw".


LessIsGood?

readonly optional LessIsGood?: number

Defined in: src/ships/slef.ts:70

1 if a lower value is better — unreliable; see the remark above.


OriginalValue?

readonly optional OriginalValue?: number

Defined in: src/ships/slef.ts:66

The stock value before engineering, when the stat is numeric.


Value?

readonly optional Value?: number

Defined in: src/ships/slef.ts:64

The modified value, when the stat is numeric.


ValueStr?

readonly optional ValueStr?: string

Defined in: src/ships/slef.ts:68

A string-valued modifier's value (rare; used for non-numeric stats).

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