meta.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/04b0e91bac8989d27a504124a0f636b41098d016/icons/obj/turrets.dmi. Modified by chromiumboy.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "base",
  12. "directions": 8
  13. },
  14. {
  15. "name": "base_shadow",
  16. "directions": 8
  17. },
  18. {
  19. "name": "stun",
  20. "directions": 8
  21. },
  22. {
  23. "name": "lethal",
  24. "directions": 8
  25. },
  26. {
  27. "name": "destroyed",
  28. "directions": 8
  29. },
  30. {
  31. "name": "support"
  32. },
  33. {
  34. "name": "cover_closed"
  35. },
  36. {
  37. "name": "cover_open"
  38. },
  39. {
  40. "name": "cover_opening",
  41. "delays": [
  42. [
  43. 0.07,
  44. 0.07,
  45. 0.07,
  46. 0.07,
  47. 0.07,
  48. 0.07,
  49. 0.07,
  50. 0.07,
  51. 0.07,
  52. 0.07,
  53. 0.07,
  54. 0.07,
  55. 0.07,
  56. 0.07,
  57. 0.07,
  58. 0.07,
  59. 0.07
  60. ]
  61. ]
  62. },
  63. {
  64. "name": "cover_closing",
  65. "delays": [
  66. [
  67. 0.07,
  68. 0.07,
  69. 0.07,
  70. 0.07,
  71. 0.07,
  72. 0.07,
  73. 0.07,
  74. 0.07,
  75. 0.07,
  76. 0.07,
  77. 0.07,
  78. 0.07,
  79. 0.07,
  80. 0.07,
  81. 0.07,
  82. 0.07,
  83. 0.07
  84. ]
  85. ]
  86. },
  87. {
  88. "name": "cover_light_on"
  89. },
  90. {
  91. "name": "panel"
  92. }
  93. ]
  94. }