mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-31 08:49:00 +01:00
* Most materials can be used to build most things * Fixes the merge conflict * Makes it so our vis_overlay1 is initialized first. It's awful but it works * Properly fixes the CI issues with the plasma airlocks Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
115 lines
1.9 KiB
JSON
115 lines
1.9 KiB
JSON
{
|
|
"closed": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_closed",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "frame_closed",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"open": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_open",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "frame_open",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"opening": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_opening",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "frame_opening",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"closing": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_closing",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "frame_closing",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"construction": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base_construction",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "frame_construction",
|
|
"blend_mode": "overlay"
|
|
}
|
|
],
|
|
"fill_closed": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_closed",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"fill_open": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_open",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"fill_opening": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_opening",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"fill_closing": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_closing",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"fill_construction": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_construction",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
],
|
|
"" : [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "fill_open",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|