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

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

Interface: BlueprintFeature

Defined in: src/ships/engineering.ts:67

One stat a blueprint grade modifies, bounded by the quality roll.

Properties

label

readonly label: string

Defined in: src/ships/engineering.ts:79

The Modifier Label the stat is known by, e.g. "FSDOptimalMass", "Mass".

Remarks

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.


max

readonly max: number

Defined in: src/ships/engineering.ts:85

Modifier value at quality 1 (the best roll).


method

readonly method: ModifierMethod

Defined in: src/ships/engineering.ts:81

How the value applies.


min

readonly min: number

Defined in: src/ships/engineering.ts:83

Modifier value at quality 0 (the worst roll).

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