mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +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>
16 lines
250 B
JSON
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"
|
|
}
|
|
]
|
|
}
|