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 |
| 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
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)