| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "version": 1,
- "size": {
- "x": 32,
- "y": 32
- },
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from /tg/station at https://github.com/tgstation/tgstation/commit/6bfe3b2e4fcbcdac9159dc4f0327a82ddf05ba7bi",
- "states": [
- {
- "name": "camera",
- "directions": 1,
- "delays": [
- [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
- ]
- },
- {
- "name": "camera_assembly",
- "directions": 1
- },
- {
- "name": "camera_emp",
- "directions": 1,
- "delays": [
- [ 0.2, 0.2, 0.1, 0.1 ]
- ]
- },
- {
- "name": "camera_in_use",
- "directions": 1,
- "delays": [
- [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
- ]
- },
- {
- "name": "camera_off",
- "directions": 1
- },
- {
- "name": "cameracase",
- "directions": 1
- },
- {
- "name": "xraycamera",
- "directions": 1,
- "delays": [
- [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
- ]
- },
- {
- "name": "xraycamera_assembly",
- "directions": 1
- },
- {
- "name": "xraycamera_emp",
- "directions": 1,
- "delays": [
- [ 0.2, 0.2, 0.1, 0.1 ]
- ]
- },
- {
- "name": "xraycamera_in_use",
- "directions": 1,
- "delays": [
- [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
- ]
- },
- {
- "name": "xraycamera_off",
- "directions": 1
- }
- ]
- }
|