equipment.modification costs.Variable.PERSONAL_MODIFICATION_COSTS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / equipment/modification-costs / PERSONAL_MODIFICATION_COSTS

Variable: PERSONAL_MODIFICATION_COSTS

const PERSONAL_MODIFICATION_COSTS: Readonly<Record<string, readonly PersonalEngineeringIngredient[]>>

Defined in: src/equipment/modification-costs.ts:30

Every personal-modification recipe's one-application material list.

Remarks

Its keys exactly match PERSONAL_MODIFICATIONS from equipment/modifications. The catalogues are separate runtime payloads so identity-only consumers do not bundle ingredient symbols and counts.

Example

import { PERSONAL_MODIFICATION_COSTS } from '@elite-dangerous-almanac/core/equipment/modification-costs';
PERSONAL_MODIFICATION_COSTS['suit_nightvision']?.[0]?.symbol; // -> 'surveillanceequipment'
⚠️ **GitHub.com Fallback** ⚠️