Files
tbd-station-14/Resources/Textures/Structures/Piping/Atmospherics/hellfirethermomachine.rsi/meta.json
chromiumboy 45012cbe1d Layering for atmospheric pipes (#36124)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
2025-06-01 22:01:43 -07:00

68 lines
1.5 KiB
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Base sprites taken from tgstation, split to display on two layers (machinebody/panel) by Menshin, and recolored and edited by EmoGarbage404 (github) and chromiumboy (github)",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "freezerOff",
"directions": 1
},
{
"name": "freezerPanelOpen",
"directions": 1
},
{
"name": "freezerOn",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "heaterOff",
"directions": 1
},
{
"name": "heaterPanelOpen",
"directions": 1
},
{
"name": "heaterOn",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "pipe",
"directions": 4
}
]
}