ships.blueprint costs.TypeAlias.BlueprintGradeCosts - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships/blueprint-costs / BlueprintGradeCosts

Type Alias: BlueprintGradeCosts

BlueprintGradeCosts = Readonly<Record<string, readonly EngineeringMaterial[]>>

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.

Example

import type { BlueprintGradeCosts } from '@elite-dangerous-almanac/core/ships/blueprint-costs';

const costs: BlueprintGradeCosts = {
  '1': [{ symbol: 'Phosphorus', name: 'Phosphorus', count: 1 }],
};
⚠️ **GitHub.com Fallback** ⚠️