meta.json 1.4 KB

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