DotNet.Ships.Record.AvailableBlueprint - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / AvailableBlueprint

Record: AvailableBlueprint

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/AvailableBlueprint.cs:25

One blueprint a fitted module accepts, and the grades it can be rolled at.

Constructors

new AvailableBlueprint()

new AvailableBlueprint(BlueprintSymbol, Grades, Route)

Parameters

BlueprintSymbol

string

The recipe identifier, in the catalogue's own spelling.

Grades

IReadOnlyList<int>

The grades whose every stat this module carries a base value for, ascending.

Route

BlueprintRoute

How the module comes to accept the recipe. The shared module symbol cannot say whether the fitted article was bought from the Mercenary shop, so the route is named rather than assumed.

Properties

BlueprintSymbol

BlueprintSymbol: string

The recipe identifier, in the catalogue's own spelling.

Grades

Grades: IReadOnlyList<int>

The grades whose every stat this module carries a base value for, ascending.

Route

Route: BlueprintRoute

How the module comes to accept the recipe. The shared module symbol cannot say whether the fitted article was bought from the Mercenary shop, so the route is named rather than assumed.

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