DotNet.Ships.Record.BlueprintFeature - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / BlueprintFeature
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:33
One stat a blueprint grade modifies, bounded by the quality roll.
new BlueprintFeature(
Label,Method,Min,Max)
string
The journal modifier label the stat is known by, such as FSDOptimalMass. 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 rate of fire instead. GuardianModuleResistance is the other non-scalar case: it grants a capability, and its stated bounds are not arithmetic.
How the value applies.
double
The modifier value at quality zero, the worst roll.
double
The modifier value at quality one, the best roll.
Label:
string
The journal modifier label the stat is known by, such as FSDOptimalMass. 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 rate of fire instead. GuardianModuleResistance is the other non-scalar case: it grants a capability, and its stated bounds are not arithmetic.
Max:
double
The modifier value at quality one, the best roll.
Method:
ModifierMethod
How the value applies.
Min:
double
The modifier value at quality zero, the worst roll.