| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
- "states": [
- {
- "name": "drone",
- "directions": 4,
- "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": "shell",
- "delays": [
- [
- 1
- ]
- ]
- },
- {
- "name": "l_hand",
- "directions": 4
- },
- {
- "name": "r_hand",
- "directions": 4
- }
- ]
- }
|