53 lines
988 B
JSON
53 lines
988 B
JSON
|
|
{
|
||
|
|
"version": 1,
|
||
|
|
"size": {
|
||
|
|
"x": 32,
|
||
|
|
"y": 32
|
||
|
|
},
|
||
|
|
"license": "CC-BY-SA-3.0",
|
||
|
|
"copyright": "Created by TheShuEd (github) for Space Station 14",
|
||
|
|
"states": [
|
||
|
|
{
|
||
|
|
"name": "light-off"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "empty"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "full"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "open"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "light-charging",
|
||
|
|
"delays": [
|
||
|
|
[
|
||
|
|
0.3,
|
||
|
|
0.3,
|
||
|
|
0.3,
|
||
|
|
0.3
|
||
|
|
]
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "light-charged",
|
||
|
|
"delays": [
|
||
|
|
[
|
||
|
|
0.6,
|
||
|
|
0.6
|
||
|
|
]
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "light-empty",
|
||
|
|
"delays": [
|
||
|
|
[
|
||
|
|
0.8,
|
||
|
|
0.8
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|