Files
Bubberstation/code/datums/greyscale/json_configs/eth_raincoat_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

29 lines
505 B
JSON

{
"eth_raincoat": [
{
"type": "icon_state",
"icon_state": "eth_raincoat_worn",
"blend_mode": "overlay"
},
{
"type": "icon_state",
"icon_state": "eth_raincoat_glow_worn",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
],
"eth_raincoat_t": [
{
"type": "icon_state",
"icon_state": "eth_raincoat_worn_t",
"blend_mode": "overlay"
},
{
"type": "icon_state",
"icon_state": "eth_raincoat_glow_worn_t",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
]
}