* scrubber sprites * vent sprites * Vent visualstate * scrubber visual state * Vent and siphon respect being disabled * Vent and Siphon Visualizer * Fix typo Co-authored-by: py01 <pyronetics01@gmail.com> Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
28 lines
539 B
JSON
28 lines
539 B
JSON
{
|
|
"version":1,
|
|
"size":{
|
|
"x":32,
|
|
"y":32
|
|
},
|
|
"license":"CC-BY-SA-3.0",
|
|
"copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
|
|
"states":[
|
|
{
|
|
"name":"ventOff",
|
|
"directions":1,
|
|
"delays":[ [ 1.0 ] ]
|
|
},
|
|
{
|
|
"name":"ventOn",
|
|
"directions":1,
|
|
"delays":[
|
|
[
|
|
0.08,
|
|
0.08,
|
|
0.08,
|
|
0.08
|
|
]
|
|
]
|
|
}
|
|
]
|
|
} |