byond - Modules - TypesVar Details - Proc Details

/datum/gear

Vars

allowed_originsOrigins that can sapwn with this item.
allowed_rolesRoles that can spawn with this item.
categoryUsed for sorting in the loadout selection.
display_nameOverrides the display name
fluff_costNumber of fluff points used.
loadout_costNumber of job specific loadout points used.
pathPath to item.
slotSlot to equip to, if any.

Procs

equip_to_userAttempt to wear this equipment, in the given slot if possible. If not, any slot is used.
get_list_representationReturns a list with the various variables used to display this gear in a UI

Var Details

allowed_origins

Origins that can sapwn with this item.

allowed_roles

Roles that can spawn with this item.

category

Used for sorting in the loadout selection.

display_name

Overrides the display name

fluff_cost

Number of fluff points used.

loadout_cost

Number of job specific loadout points used.

path

Path to item.

slot

Slot to equip to, if any.

Proc Details

equip_to_user

Attempt to wear this equipment, in the given slot if possible. If not, any slot is used.

get_list_representation

Returns a list with the various variables used to display this gear in a UI