Player and monsters have body slots
, which correspond to eg neck, fingers, wrist, and so on.
To add such body slot:
NUM_BODY_LOCATIONS
define in server/include/object.h
server/common/item.c
Then edit relevant archetypes, to add body_<your new slot> information.