/datum/gear

Vars | |
| allowed_roles | Roles that can spawn with this item. |
|---|---|
| cost | Number of metacoins |
| description | Description of this gear. If left blank will default to the description of the pathed item. |
| display_name | Name/index. Must be unique. |
| path | Path to item. |
| role_replacements | A list of jobs with typepaths to the loadout item the job should recieve |
| slot | Slot to equip to. |
| sort_category | The sub tab under gear that the loadout item is listed under |
| species_blacklist | Stop certain species from receiving this gear |
| species_whitelist | Only allow certain species to receive this gear |
| subtype_path | for skipping organizational subtypes (optional) |
Procs | |
| purchase | Called when the gear is first purchased |
Var Details
allowed_roles

Roles that can spawn with this item.
cost

Number of metacoins
description

Description of this gear. If left blank will default to the description of the pathed item.
display_name

Name/index. Must be unique.
path

Path to item.
role_replacements

A list of jobs with typepaths to the loadout item the job should recieve
slot

Slot to equip to.
sort_category

The sub tab under gear that the loadout item is listed under
species_blacklist

Stop certain species from receiving this gear
species_whitelist

Only allow certain species to receive this gear
subtype_path

for skipping organizational subtypes (optional)
Proc Details
purchase
Called when the gear is first purchased