/tg/ Station 13 - Modules - TypesVar Details - Proc Details

clothing

Vars

digi_icon_stateIcon state in the digitigrade template file to use if the wearer is digitigrade. If null, no special digitigrade handling is done.
female_sprite_flagsWhat kind of gender shaping this sprite accessory should use (in case your sprite gets a weird missing pixel in the center)
greyscale_colorsColor pallete for static colored underwear, like hearts. Used so greyscale copies can have the same palette.
greyscale_configAllows you to specify a greyscale config
has_custom_digi_spriteSet to TRUE if this icon has its own custom icon for digi (as opposed to the GAGS autogenerated ones)
hides_breastsWhether this underwear includes a top (Because gender = FEMALE doesn't actually apply here.). Hides breasts, nothing more.
layerThe layer this sprite accessory should render on

Procs

get_icon_stateOverride to return a different icon state given a bodytype or physique
make_appearanceGenerate an appearance from this clothing datum

Var Details

digi_icon_state

Icon state in the digitigrade template file to use if the wearer is digitigrade. If null, no special digitigrade handling is done.

female_sprite_flags

What kind of gender shaping this sprite accessory should use (in case your sprite gets a weird missing pixel in the center)

greyscale_colors

Color pallete for static colored underwear, like hearts. Used so greyscale copies can have the same palette.

greyscale_config

Allows you to specify a greyscale config

has_custom_digi_sprite

Set to TRUE if this icon has its own custom icon for digi (as opposed to the GAGS autogenerated ones)

hides_breasts

Whether this underwear includes a top (Because gender = FEMALE doesn't actually apply here.). Hides breasts, nothing more.

layer

The layer this sprite accessory should render on

Proc Details

get_icon_state

Override to return a different icon state given a bodytype or physique

make_appearance

Generate an appearance from this clothing datum