meta.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from /tg/station at https://github.com/tgstation/tgstation/commit/6bfe3b2e4fcbcdac9159dc4f0327a82ddf05ba7bi",
  9. "states": [
  10. {
  11. "name": "camera",
  12. "directions": 1,
  13. "delays": [
  14. [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
  15. ]
  16. },
  17. {
  18. "name": "camera_assembly",
  19. "directions": 1
  20. },
  21. {
  22. "name": "camera_emp",
  23. "directions": 1,
  24. "delays": [
  25. [ 0.2, 0.2, 0.1, 0.1 ]
  26. ]
  27. },
  28. {
  29. "name": "camera_in_use",
  30. "directions": 1,
  31. "delays": [
  32. [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
  33. ]
  34. },
  35. {
  36. "name": "camera_off",
  37. "directions": 1
  38. },
  39. {
  40. "name": "cameracase",
  41. "directions": 1
  42. },
  43. {
  44. "name": "xraycamera",
  45. "directions": 1,
  46. "delays": [
  47. [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
  48. ]
  49. },
  50. {
  51. "name": "xraycamera_assembly",
  52. "directions": 1
  53. },
  54. {
  55. "name": "xraycamera_emp",
  56. "directions": 1,
  57. "delays": [
  58. [ 0.2, 0.2, 0.1, 0.1 ]
  59. ]
  60. },
  61. {
  62. "name": "xraycamera_in_use",
  63. "directions": 1,
  64. "delays": [
  65. [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ]
  66. ]
  67. },
  68. {
  69. "name": "xraycamera_off",
  70. "directions": 1
  71. }
  72. ]
  73. }