Skip to content

ships.blueprint costs.Variable.BLUEPRINT_COSTS

github-actions[bot] edited this page Aug 28, 2026 · 79 revisions

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

Variable: BLUEPRINT_COSTS

const BLUEPRINT_COSTS: Readonly<Record<string, BlueprintGradeCosts>>

Defined in: src/ships/blueprint-costs.ts:60

Every craftable blueprint's per-roll material recipes, keyed by Frontier symbol and then grade.

Remarks

Its ids and grade sets are the craftable subset of BLUEPRINTS from ships/blueprints. Fixed reward identities with mechanics but no ordinary craft route are deliberately absent. The catalogues are separate runtime payloads so a mechanics-only consumer pays for neither material names nor counts.

Example

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

BLUEPRINT_COSTS['FSD_LongRange']?.['5'];
// -> [{ symbol: 'Arsenic', name: 'Arsenic', 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