modular_zubbers/code/__DEFINES/loadout.dm 
| INFO_GREYSCALE_COMPONENT_CORES | Tracks selected core components for component-style GAGS loadout items. |
|---|---|
| INFO_GREYSCALE_COMPONENT_ACCESSORIES | Tracks selected optional components for component-style GAGS loadout items. |
| COMPONENT_CORE_ALL | Accessory applies to every option in a core component slot. |
| COMPONENT_CORE_EXACT | Accessory applies only to the named core option. |
| COMPONENT_CORE_BRANCH | Accessory applies to the named core option and any option descended from it. |
| COMPONENT_CORE_GROUP | Accessory applies to a named group defined on the core component. |
Define Details
COMPONENT_CORE_ALL 
Accessory applies to every option in a core component slot.
COMPONENT_CORE_BRANCH 
Accessory applies to the named core option and any option descended from it.
COMPONENT_CORE_EXACT 
Accessory applies only to the named core option.
COMPONENT_CORE_GROUP 
Accessory applies to a named group defined on the core component.
INFO_GREYSCALE_COMPONENT_ACCESSORIES 
Tracks selected optional components for component-style GAGS loadout items.
INFO_GREYSCALE_COMPONENT_CORES 
Tracks selected core components for component-style GAGS loadout items.