mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-24 05:18:33 +01: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
240 B
JSON
16 lines
240 B
JSON
{
|
|
"eth_tunic": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "eth_tunic_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "eth_tunic_details",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|