meta.json 1.5 KB

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