meta.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "base"
  15. },
  16. {
  17. "name": "mag-unshaded-0",
  18. "delays": [
  19. [
  20. 0.3,
  21. 0.3
  22. ]
  23. ]
  24. },
  25. {
  26. "name": "mag-unshaded-1"
  27. },
  28. {
  29. "name": "mag-unshaded-2"
  30. },
  31. {
  32. "name": "mag-unshaded-3"
  33. },
  34. {
  35. "name": "mag-unshaded-4"
  36. },
  37. {
  38. "name": "taser0-inhand-left",
  39. "directions": 4
  40. },
  41. {
  42. "name": "taser0-inhand-right",
  43. "directions": 4
  44. },
  45. {
  46. "name": "taser1-inhand-left",
  47. "directions": 4
  48. },
  49. {
  50. "name": "taser1-inhand-right",
  51. "directions": 4
  52. },
  53. {
  54. "name": "taser2-inhand-left",
  55. "directions": 4
  56. },
  57. {
  58. "name": "taser2-inhand-right",
  59. "directions": 4
  60. },
  61. {
  62. "name": "taser3-inhand-left",
  63. "directions": 4
  64. },
  65. {
  66. "name": "taser3-inhand-right",
  67. "directions": 4
  68. },
  69. {
  70. "name": "taser4-inhand-left",
  71. "directions": 4
  72. },
  73. {
  74. "name": "taser4-inhand-right",
  75. "directions": 4
  76. },
  77. {
  78. "name": "equipped-BELT",
  79. "directions": 4
  80. },
  81. {
  82. "name": "equipped-SUITSTORAGE",
  83. "directions": 4
  84. }
  85. ]
  86. }