ships.Interface.BlueprintFeature - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / BlueprintFeature
Defined in: src/ships/engineering.ts:67
One stat a blueprint grade modifies, bounded by the quality roll.
readonlylabel:string
Defined in: src/ships/engineering.ts:79
The Modifier Label the stat is known by, e.g. "FSDOptimalMass", "Mass".
These are the journal's own labels, with one deliberate exception: the recipes
that shorten a weapon's fire interval carry "BurstInterval", the stat they
change, where a journal reports the resulting "RateOfFire" instead. See
data/ships/SOURCES.md.
"GuardianModuleResistance" is the other non-scalar case: it grants the
guardianZoneResistance capability, and its displayed bounds are not arithmetic.
readonlymax:number
Defined in: src/ships/engineering.ts:85
Modifier value at quality 1 (the best roll).
readonlymethod:ModifierMethod
Defined in: src/ships/engineering.ts:81
How the value applies.
readonlymin:number
Defined in: src/ships/engineering.ts:83
Modifier value at quality 0 (the worst roll).