| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from CEV-Eris at commit 15748b71a1e6d2c547588c653d7c42f18011f7c5, modified by ThunderBear2006 (github) for Space Station 14, modified further by rosieposieeee (github)",
- "states": [
- {
- "name": "base",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
- },
- {
- "name": "locked",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
- },
- {
- "name": "unlocked",
- "directions": 4,
- "delays": [
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ],
- [
- 1
- ]
- ]
- }
- ]
- }
|