ships.experimental effect costs.Variable.EXPERIMENTAL_EFFECT_COSTS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships/experimental-effect-costs / EXPERIMENTAL_EFFECT_COSTS
constEXPERIMENTAL_EFFECT_COSTS:Readonly<Record<string, readonlyEngineeringMaterial[]>>
Defined in: src/ships/experimental-effect-costs.ts:36
Every experimental effect's one-application material list, keyed by Frontier symbol.
Its ids exactly match EXPERIMENTAL_EFFECTS from ships/experimental-effects. The
catalogues are separate runtime payloads so a mechanics-only consumer pays for neither
material names nor counts.
import { EXPERIMENTAL_EFFECT_COSTS } from '@elite-dangerous-almanac/core/ships/experimental-effect-costs';
EXPERIMENTAL_EFFECT_COSTS['special_fsd_heavy'];
// -> [{ symbol: 'DisruptedWakeEchoes', name: 'Atypical Disrupted Wake Echoes', count: 5 }, ...]