Files
Bubberstation/code/datums/greyscale/json_configs/eth_tunic_worn.json
SkyratBot df31f6c849 [MIRROR] Adds Ethereal Fashion [MDB IGNORE] (#16024)
* Adds Ethereal Fashion

* Update code/datums/greyscale/config_types/greyscale_configs.dm

* add to loadout

Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
2022-09-04 03:31:05 +01:00

16 lines
250 B
JSON

{
"eth_tunic": [
{
"type": "icon_state",
"icon_state": "eth_tunic_base_worn",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "eth_tunic_details_worn",
"blend_mode": "overlay"
}
]
}