clothing 
Vars | |
| 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 |
Procs | |
| get_icon_state | Override to return a different icon state given a bodytype or physique |
| make_appearance | Generate 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
- color - if this is NOT a statically colored clothing article and NOT gags, uses this color.
- physique - physique of the wearer (male or female)
- bodyshape - bodyshape of the wearer (humanoid, digitigrade, etc)