meta.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8 and modified by Swept",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "match_burnt"
  12. },
  13. {
  14. "name": "match_lit",
  15. "delays": [
  16. [
  17. 0.2,
  18. 0.2,
  19. 0.2
  20. ]
  21. ]
  22. },
  23. {
  24. "name": "match_unlit"
  25. },
  26. {
  27. "name": "matchbox"
  28. },
  29. {
  30. "name": "matchbox-open"
  31. },
  32. {
  33. "name": "matchbox1"
  34. },
  35. {
  36. "name": "matchbox2"
  37. },
  38. {
  39. "name": "matchbox3"
  40. },
  41. {
  42. "name": "matchbox-inhand-left",
  43. "directions": 4
  44. },
  45. {
  46. "name": "matchbox-inhand-right",
  47. "directions": 4
  48. },
  49. {
  50. "name": "unlit-inhand-left",
  51. "directions": 4
  52. },
  53. {
  54. "name": "unlit-inhand-right",
  55. "directions": 4
  56. },
  57. {
  58. "name": "lit-inhand-left",
  59. "directions": 4,
  60. "delays": [
  61. [
  62. 0.2,
  63. 0.2,
  64. 0.2
  65. ],
  66. [
  67. 0.2,
  68. 0.2,
  69. 0.2
  70. ],
  71. [
  72. 0.2,
  73. 0.2,
  74. 0.2
  75. ],
  76. [
  77. 0.2,
  78. 0.2,
  79. 0.2
  80. ]
  81. ]
  82. },
  83. {
  84. "name": "lit-inhand-right",
  85. "directions": 4,
  86. "delays": [
  87. [
  88. 0.2,
  89. 0.2,
  90. 0.2
  91. ],
  92. [
  93. 0.2,
  94. 0.2,
  95. 0.2
  96. ],
  97. [
  98. 0.2,
  99. 0.2,
  100. 0.2
  101. ],
  102. [
  103. 0.2,
  104. 0.2,
  105. 0.2
  106. ]
  107. ]
  108. }
  109. ]
  110. }