Files
Bubberstation/code/datums/greyscale/json_configs/moth_coat.json
Mickyan 681f00b013 Adds Moth Fashion (#64716)
* Adds two suits and one hat based on moth lore and culture, available at the clothesmate. They are set up with GAGS and can be freely recolored
* Adds one curator bundle based on construction, themed after moth engineers. It gives a few tools, materials, and a suit with hidden pockets
2022-02-19 16:33:18 -06:00

16 lines
232 B
JSON

{
"mothcoat": [
{
"type": "icon_state",
"icon_state": "mothcoat",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "mothcoat_details",
"blend_mode": "overlay"
}
]
}