| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/4f88b9314336631929c9cdddb1567fc08f83bf9e and modified by potato1234x (github), then again by EmoGarbage404 (github) for ss14",
- "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
- ]
- ]
- }
- ]
- }
|