74 lines
997 B
JSON
74 lines
997 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from ss13 Bluemoon",
|
|
"states": [
|
|
{
|
|
"name": "mixer_empty",
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "mixer_broken",
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "mixer_loaded",
|
|
"delays": [
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "mixer_screens",
|
|
"delays": [
|
|
[
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2,
|
|
0.2
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "mixer_screen_broken",
|
|
"delays": [
|
|
[
|
|
1
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|