mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 20:11:56 +00:00
Removes the inherent ties from most civilian outfits with a single-color tie baked into them.
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 ]
|
|
}
|
|
]
|
|
}
|