* hellfire thermomachines * slight nerf? idk * ilya review * Improve clarity * Update Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs Co-authored-by: Kevin Zheng <kevinz5000@gmail.com> --------- Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
39 lines
991 B
JSON
39 lines
991 B
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)",
|
|
"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
|
|
}
|
|
]
|
|
}
|