equipment.modification costs.Variable.PERSONAL_MODIFICATION_COSTS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / equipment/modification-costs / PERSONAL_MODIFICATION_COSTS
constPERSONAL_MODIFICATION_COSTS:Readonly<Record<string, readonlyPersonalEngineeringIngredient[]>>
Defined in: src/equipment/modification-costs.ts:30
Every personal-modification recipe's one-application material list.
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.
import { PERSONAL_MODIFICATION_COSTS } from '@elite-dangerous-almanac/core/equipment/modification-costs';
PERSONAL_MODIFICATION_COSTS['suit_nightvision']?.[0]?.symbol; // -> 'surveillanceequipment'