Defines the item types.
class ItemType(IntEnum):
{
None = 0,
Production = 1,
Peripheral = 4,
Human = 8,
Miscellaneous = 16
};