meta.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.2,
  20. 0.2
  21. ]
  22. ]
  23. },
  24. {
  25. "name": "inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "inhand-right",
  30. "directions": 4
  31. },
  32. {
  33. "name": "equipped-BACKPACK",
  34. "directions": 4
  35. },
  36. {
  37. "name": "on-equipped-BACKPACK",
  38. "directions": 4,
  39. "delays": [
  40. [
  41. 0.2,
  42. 0.2
  43. ],
  44. [
  45. 0.2,
  46. 0.2
  47. ],
  48. [
  49. 0.2,
  50. 0.2
  51. ],
  52. [
  53. 0.2,
  54. 0.2
  55. ]
  56. ]
  57. },
  58. {
  59. "name": "equipped-SUITSTORAGE",
  60. "directions": 4
  61. },
  62. {
  63. "name": "on-equipped-SUITSTORAGE",
  64. "directions": 4,
  65. "delays": [
  66. [
  67. 0.2,
  68. 0.2
  69. ],
  70. [
  71. 0.2,
  72. 0.2
  73. ],
  74. [
  75. 0.2,
  76. 0.2
  77. ],
  78. [
  79. 0.2,
  80. 0.2
  81. ]
  82. ]
  83. }
  84. ]
  85. }