ships.Interface.BlueprintGrade - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / BlueprintGrade
Defined in: src/ships/engineering.ts:115
One grade of a blueprint — the modifiers it applies to a module.
readonlyoptionaldamageDistribution?:DamageDistribution
Defined in: src/ships/engineering.ts:123
Fixed damage-type split produced at this grade, when the blueprint converts a
weapon's damage. Shares are fractions (0.155 = 15.5%); absent types deal no
damage after conversion.
readonlyfeatures: readonlyBlueprintFeature[]
Defined in: src/ships/engineering.ts:117
The stat modifiers this grade applies (feed to computeModifiers).