ships.Interface.EngineeringModifier - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / EngineeringModifier
Defined in: src/ships/slef.ts:60
One engineering modifier — how a blueprint changed a single stat.
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.
readonlyLabel:string
Defined in: src/ships/slef.ts:62
The stat's journal name, e.g. "FSDOptimalMass", "Mass", "PowerDraw".
readonlyoptionalLessIsGood?:number
Defined in: src/ships/slef.ts:70
1 if a lower value is better — unreliable; see the remark above.
readonlyoptionalOriginalValue?:number
Defined in: src/ships/slef.ts:66
The stock value before engineering, when the stat is numeric.
readonlyoptionalValue?:number
Defined in: src/ships/slef.ts:64
The modified value, when the stat is numeric.
readonlyoptionalValueStr?:string
Defined in: src/ships/slef.ts:68
A string-valued modifier's value (rare; used for non-numeric stats).