Daedalus Dock - Modules - TypesVar Details - Proc Details

loadout_item

Vars

categoryCategory in which the item belongs to LOADOUT_CATEGORY_UNIFORM, LOADOUT_CATEGORY_BACKPACK etc.
costHow much loadout points does it cost?
customization_flagsFlags for customizing the item
descriptionDescription of the loadout item, automatically set by New() if null
gags_colorsAmount of gags colors this item expects. If null, it's not a GAGS item
gags_colors_stringString of the default gags colors. Can be null even if gags_colors is something (for cases where default items randomize for example)
nameName of the loadout item, automatically set by New() if null
pathTypepath to the item being spawned
restricted_rolesA list of job names this item is restricted to.
subcategorySubcategory in which the item belongs to

Procs

get_gags_stringGets a string for the gags config
parse_gagsRan from SSloadouts after SSgreyscale initializes so we can properly read some information

Var Details

category

Category in which the item belongs to LOADOUT_CATEGORY_UNIFORM, LOADOUT_CATEGORY_BACKPACK etc.

cost

How much loadout points does it cost?

customization_flags

Flags for customizing the item

description

Description of the loadout item, automatically set by New() if null

gags_colors

Amount of gags colors this item expects. If null, it's not a GAGS item

gags_colors_string

String of the default gags colors. Can be null even if gags_colors is something (for cases where default items randomize for example)

name

Name of the loadout item, automatically set by New() if null

path

Typepath to the item being spawned

restricted_roles

A list of job names this item is restricted to.

subcategory

Subcategory in which the item belongs to

Proc Details

get_gags_string

Gets a string for the gags config

parse_gags

Ran from SSloadouts after SSgreyscale initializes so we can properly read some information