mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-21 22:47:19 +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>
29 lines
471 B
JSON
29 lines
471 B
JSON
{
|
|
"jumpsuit": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "jumpsuit",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "jumpsuit_accessories",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"jumpskirt": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "jumpskirt",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "jumpsuit_accessories",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|