meta.json 1.4 KB

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