mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 02:13:06 +00:00
Removes the inherent ties from most civilian outfits with a single-color tie baked into them. Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com>
19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"tie_greyscale_tied": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "tie_greyscale_tied",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"tie_greyscale_untied": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "tie_greyscale_untied",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
]
|
|
}
|