code/__DEFINES/~nova_defines/loadouts.dm 
| LOADOUT_ITEM_BELT | Defines for what loadout slot a corresponding item belongs to. |
|---|---|
| INFO_DESCRIBED | Used to set custom descriptions. |
| MAX_ALLOWED_MISC_ITEMS | Max amonut of misc / backpack items that are allowed. |
| MAX_ALLOWED_ERP_ITEMS | The maximum allowed amount of erp items allowed in any given character's loadout |
| TOOLTIP_NO_ARMOR | Defines for extra info blurbs, for loadout items. |
| ALL_JOBS_SEC | Please add jobs here. It's cleaner using these. |
Define Details
ALL_JOBS_SEC 
Please add jobs here. It's cleaner using these.
INFO_DESCRIBED 
Used to set custom descriptions.
LOADOUT_ITEM_BELT 
Defines for what loadout slot a corresponding item belongs to.
MAX_ALLOWED_ERP_ITEMS 
The maximum allowed amount of erp items allowed in any given character's loadout
MAX_ALLOWED_MISC_ITEMS 
Max amonut of misc / backpack items that are allowed.
TOOLTIP_NO_ARMOR 
Defines for extra info blurbs, for loadout items.