| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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
- ]
- ]
- }
- ]
- }
|