ships.Variable.ENGINEERING_OPTION_GROUPS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / ENGINEERING_OPTION_GROUPS
constENGINEERING_OPTION_GROUPS:Readonly<Record<EngineeringGroupId,EngineeringOptionGroup>> =DATA.groups
Defined in: src/ships/engineering-options.ts:169
Every module group that can be engineered, keyed by a stable group id
(e.g. "beamLasers", "powerDistributors").
import { ENGINEERING_OPTION_GROUPS } from '@elite-dangerous-almanac/core/ships/engineering-options';
ENGINEERING_OPTION_GROUPS['beamLasers'].blueprints.includes('Weapon_Efficient'); // -> true