Skip to content

ships.blueprint costs.TypeAlias.BlueprintGradeCosts

github-actions[bot] edited this page Aug 29, 2026 · 1 revision

@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 }],
};

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally