DotNet.Ships.Record.BlueprintGrade - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / BlueprintGrade
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:56
One grade of a blueprint: the modifiers it applies to a module.
new BlueprintGrade(
Features,DamageDistribution?)
IReadOnlyList<BlueprintFeature>
The stat modifiers this grade applies.
DamageDistribution? = null
The fixed damage-type split produced at this grade, when the blueprint converts a weapon's damage. Shares are fractions; an absent type deals no damage after conversion.
DamageDistribution:
DamageDistribution?
The fixed damage-type split produced at this grade, when the blueprint converts a weapon's damage. Shares are fractions; an absent type deals no damage after conversion.
Features:
IReadOnlyList<BlueprintFeature>
The stat modifiers this grade applies.