/datum/gear 
Vars | |
| 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. |
Procs | |
| 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 |
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