Shiptest 13 - Modules - TypesDefine Details

code/__DEFINES/clothing.dm

ADD_CLOTHING_TRAITWrapper for adding clothing based traits
REMOVE_CLOTHING_TRAITWrapper for removing clothing based traits
EQUIP_DELAY_OVERSUITDelay base for full-body coverage suit slot items. (hardsuits, spacesuits, radsuits, etc.)
EQUIP_DELAY_SUITDelay base for suit slot items
EQUIP_DELAY_BOOTSDelay base for hard-body shoes and boots.
EQUIP_DELAY_HELMETDelay base for hard-body, strapped, or otherwise head-covering hats.
EQUIP_DELAY_SHOESDelay base for shoes.
EQUIP_DELAY_COATDelay base for suit and cloak slot items that are trivially removed or put on. (Coats, Jackets, Ponchos, etc.)
EQUIP_DELAY_UNDERSUITDelay base for Undersuits.
EQUIP_DELAY_MASKDelay base for masks.
EQUIP_DELAY_BACKDelay base for back-worn objects.
EQUIP_DELAY_BELTDelay base for belts.
EQUIP_DELAY_HATDelay base for hats.
EQUIP_DELAY_GLOVESDelay base for gloves.
EQUIP_DELAY_EYEWEARDelay base for glasses.
EQUIP_ALLOW_MOVEMENTAllow movement during equip/unequip
EQUIP_SLOWDOWNApply a slowdown when equipping or unequipping.

Define Details

ADD_CLOTHING_TRAIT

Wrapper for adding clothing based traits

EQUIP_ALLOW_MOVEMENT

Allow movement during equip/unequip

EQUIP_DELAY_BACK

Delay base for back-worn objects.

EQUIP_DELAY_BELT

Delay base for belts.

EQUIP_DELAY_BOOTS

Delay base for hard-body shoes and boots.

EQUIP_DELAY_COAT

Delay base for suit and cloak slot items that are trivially removed or put on. (Coats, Jackets, Ponchos, etc.)

EQUIP_DELAY_EYEWEAR

Delay base for glasses.

EQUIP_DELAY_GLOVES

Delay base for gloves.

EQUIP_DELAY_HAT

Delay base for hats.

EQUIP_DELAY_HELMET

Delay base for hard-body, strapped, or otherwise head-covering hats.

EQUIP_DELAY_MASK

Delay base for masks.

EQUIP_DELAY_OVERSUIT

Delay base for full-body coverage suit slot items. (hardsuits, spacesuits, radsuits, etc.)

EQUIP_DELAY_SHOES

Delay base for shoes.

EQUIP_DELAY_SUIT

Delay base for suit slot items

EQUIP_DELAY_UNDERSUIT

Delay base for Undersuits.

EQUIP_SLOWDOWN

Apply a slowdown when equipping or unequipping.

REMOVE_CLOTHING_TRAIT

Wrapper for removing clothing based traits