meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "on-equipped-NECK",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.2,
  16. 0.2,
  17. 0.2,
  18. 0.2,
  19. 0.2,
  20. 0.2,
  21. 0.2
  22. ],
  23. [
  24. 0.2,
  25. 0.2,
  26. 0.2,
  27. 0.2,
  28. 0.2,
  29. 0.2,
  30. 0.2
  31. ],
  32. [
  33. 0.2,
  34. 0.2,
  35. 0.2,
  36. 0.2,
  37. 0.2,
  38. 0.2,
  39. 0.2
  40. ],
  41. [
  42. 0.2,
  43. 0.2,
  44. 0.2,
  45. 0.2,
  46. 0.2,
  47. 0.2,
  48. 0.2
  49. ]
  50. ]
  51. },
  52. {
  53. "name": "off-equipped-NECK",
  54. "directions": 4
  55. },
  56. {
  57. "name": "inhand-right",
  58. "directions": 4
  59. },
  60. {
  61. "name": "inhand-left",
  62. "directions": 4
  63. },
  64. {
  65. "name": "icon"
  66. },
  67. {
  68. "name": "icon-on"
  69. }
  70. ]
  71. }