mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 07:26:05 +00:00
* 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>
29 lines
505 B
JSON
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 ]
|
|
}
|
|
]
|
|
}
|