meta.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "version":1,
  3. "license":"CC-BY-SA-3.0",
  4. "copyright":"Taken from tgstation at https://github.com/tgstation/tgstation/blob/3681006d7102045e334e8eddb23a8685fcdb258a/icons/obj/doors/windoor.dmi, edited by SphiraI(github)",
  5. "size": {
  6. "x":32,
  7. "y":32
  8. },
  9. "states":[
  10. {
  11. "name":"assembly",
  12. "directions":4,
  13. "delays":[
  14. [
  15. 0.3,0.3
  16. ],
  17. [
  18. 0.3,0.3
  19. ],
  20. [
  21. 0.3,0.3
  22. ],
  23. [
  24. 0.3,0.3
  25. ]
  26. ]
  27. },
  28. {
  29. "name":"closed",
  30. "directions":4
  31. },
  32. {
  33. "name":"closed_unlit",
  34. "directions":4
  35. },
  36. {
  37. "name":"closing",
  38. "directions":4,
  39. "delays":[
  40. [
  41. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  42. ],
  43. [
  44. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  45. ],
  46. [
  47. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  48. ],
  49. [
  50. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  51. ]
  52. ]
  53. },
  54. {
  55. "name":"closing_unlit",
  56. "directions":4,
  57. "delays":[
  58. [
  59. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  60. ],
  61. [
  62. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  63. ],
  64. [
  65. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  66. ],
  67. [
  68. 0.1,0.1,0.1,0.1,0.1,0.1,0.1]
  69. ]
  70. },
  71. {
  72. "name":"open",
  73. "directions":4
  74. },
  75. {
  76. "name":"open_unlit",
  77. "directions":4
  78. },
  79. {
  80. "name":"opening",
  81. "directions":4,
  82. "delays":[
  83. [
  84. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  85. ],
  86. [
  87. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  88. ],
  89. [
  90. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  91. ],
  92. [
  93. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  94. ]
  95. ]
  96. },
  97. {
  98. "name":"opening_unlit",
  99. "directions":4,
  100. "delays":[
  101. [
  102. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  103. ],
  104. [
  105. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  106. ],
  107. [
  108. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  109. ],
  110. [
  111. 0.1,0.1,0.1,0.1,0.1,0.1,0.1
  112. ]
  113. ]
  114. },
  115. {
  116. "name":"deny_unlit",
  117. "directions":4,
  118. "delays":[
  119. [
  120. 0.1,0.2,0.1
  121. ],
  122. [
  123. 0.1,0.2,0.1
  124. ],
  125. [
  126. 0.1,0.2,0.1
  127. ],
  128. [
  129. 0.1,0.2,0.1
  130. ]
  131. ]
  132. },
  133. {
  134. "name":"sparks",
  135. "directions":4,
  136. "delays":[
  137. [
  138. 0.1,0.1,0.1,0.1,0.1,0.1
  139. ],
  140. [
  141. 0.1,0.1,0.1,0.1,0.1,0.1
  142. ],
  143. [
  144. 0.1,0.1,0.1,0.1,0.1,0.1
  145. ],
  146. [
  147. 0.1,0.1,0.1,0.1,0.1,0.1
  148. ]
  149. ]
  150. },
  151. {
  152. "name":"panel_open",
  153. "directions":4
  154. },
  155. {
  156. "name":"bolted_unlit",
  157. "directions":4
  158. },
  159. {
  160. "name":"welded",
  161. "directions":4
  162. },
  163. {
  164. "name":"secure_underlay",
  165. "directions":4
  166. },
  167. {
  168. "name": "emergency_unlit",
  169. "directions": 4
  170. }
  171. ]
  172. }