ships.blueprint costs.TypeAlias.BlueprintGradeCosts - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships/blueprint-costs / BlueprintGradeCosts
BlueprintGradeCosts =
Readonly<Record<string, readonlyEngineeringMaterial[]>>
Defined in: src/ships/blueprint-costs.ts:41
Material recipes for one blueprint, keyed by grade ("1"–"5"). Each list is the
cost of one roll at that grade.
import type { BlueprintGradeCosts } from '@elite-dangerous-almanac/core/ships/blueprint-costs';
const costs: BlueprintGradeCosts = {
'1': [{ symbol: 'Phosphorus', name: 'Phosphorus', count: 1 }],
};