mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-22 06:56:31 +00:00
* Convert jumpsuits, jumpskirts and sneakers to GAGS (#58514) * Convert jumpsuits, jumpskirts and sneakers to GAGS * Update maint_loot_common.dm Co-authored-by: Celotajs <81999976+celotajstg@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
17 lines
258 B
JSON
17 lines
258 B
JSON
{
|
|
"sneakers": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "sneakers_back",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "sneakers_front",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
}
|
|
]
|
|
}
|