code/__DEFINES/inventory.dm
ITEM_SLOT_OCLOTHING | Suit slot (armors, costumes, space suits, etc.) |
---|---|
ITEM_SLOT_ICLOTHING | Jumpsuit slot |
ITEM_SLOT_GLOVES | Glove slot |
ITEM_SLOT_EYES | Glasses slot |
ITEM_SLOT_EARS_LEFT | Ear slot (radios, earmuffs) |
ITEM_SLOT_MASK | Mask slot |
ITEM_SLOT_HEAD | Head slot (helmets, hats, etc.) |
ITEM_SLOT_FEET | Shoe slot |
ITEM_SLOT_ID | ID slot |
ITEM_SLOT_BELT | Belt slot |
ITEM_SLOT_BACK | Back slot |
ITEM_SLOT_DEX_STORAGE | Dextrous simplemob "hands" (used for Drones and Dextrous Guardians) |
ITEM_SLOT_NECK | Neck slot (ties, bedsheets, scarves) |
ITEM_SLOT_HANDS | A character's hand slots |
ITEM_SLOT_BACKPACK | Inside of a character's backpack |
ITEM_SLOT_SUITSTORE | Suit Storage slot |
ITEM_SLOT_LPOCKET | Left Pocket slot |
ITEM_SLOT_RPOCKET | Right Pocket slot |
ITEM_SLOT_UNDERWEAR | Underwear slot |
ITEM_SLOT_SOCKS | Socks slot |
ITEM_SLOT_SHIRT | Shirt slot |
ITEM_SLOT_EARS_RIGHT | Right ear slot |
ITEM_SLOT_WRISTS | Wrist slot |
ITEM_SLOT_HANDCUFFED | Handcuff slot |
ITEM_SLOT_LEGCUFFED | Legcuff slot (bolas, beartraps) |
ITEM_SLOT_ACCESSORY | To attach to a jumpsuit |
SLOTS_AMT | Total amount of slots |
AFK_THEFT_MAX_MESSAGES | How many messages you can remember while logged out before you stop remembering new ones |
AFK_THEFT_FORGET_DETAILS_TIME | If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when |
AFK_THEFT_NAME | The index of the entry in 'afk_thefts' with the person's visible name at the time |
AFK_THEFT_MESSAGE | The index of the entry in 'afk_thefts' with the text |
AFK_THEFT_TIME | The index of the entry in 'afk_thefts' with the time it happened |
Define Details
AFK_THEFT_FORGET_DETAILS_TIME
If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when
AFK_THEFT_MAX_MESSAGES
How many messages you can remember while logged out before you stop remembering new ones
AFK_THEFT_MESSAGE
The index of the entry in 'afk_thefts' with the text
AFK_THEFT_NAME
The index of the entry in 'afk_thefts' with the person's visible name at the time
AFK_THEFT_TIME
The index of the entry in 'afk_thefts' with the time it happened
ITEM_SLOT_ACCESSORY
To attach to a jumpsuit
ITEM_SLOT_BACK
Back slot
ITEM_SLOT_BACKPACK
Inside of a character's backpack
ITEM_SLOT_BELT
Belt slot
ITEM_SLOT_DEX_STORAGE
Dextrous simplemob "hands" (used for Drones and Dextrous Guardians)
ITEM_SLOT_EARS_LEFT
Ear slot (radios, earmuffs)
ITEM_SLOT_EARS_RIGHT
Right ear slot
ITEM_SLOT_EYES
Glasses slot
ITEM_SLOT_FEET
Shoe slot
ITEM_SLOT_GLOVES
Glove slot
ITEM_SLOT_HANDCUFFED
Handcuff slot
ITEM_SLOT_HANDS
A character's hand slots
ITEM_SLOT_HEAD
Head slot (helmets, hats, etc.)
ITEM_SLOT_ICLOTHING
Jumpsuit slot
ITEM_SLOT_ID
ID slot
ITEM_SLOT_LEGCUFFED
Legcuff slot (bolas, beartraps)
ITEM_SLOT_LPOCKET
Left Pocket slot
ITEM_SLOT_MASK
Mask slot
ITEM_SLOT_NECK
Neck slot (ties, bedsheets, scarves)
ITEM_SLOT_OCLOTHING
Suit slot (armors, costumes, space suits, etc.)
ITEM_SLOT_RPOCKET
Right Pocket slot
ITEM_SLOT_SHIRT
Shirt slot
ITEM_SLOT_SOCKS
Socks slot
ITEM_SLOT_SUITSTORE
Suit Storage slot
ITEM_SLOT_UNDERWEAR
Underwear slot
ITEM_SLOT_WRISTS
Wrist slot
SLOTS_AMT
Total amount of slots