meta.json 819 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/tree/fb2d71495bfe81446159ef528534193d09dd8d34",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "equipped-OUTERCLOTHING",
  15. "directions": 4,
  16. "delays": [
  17. [
  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. ],
  29. [
  30. 0.2,
  31. 0.2,
  32. 0.2,
  33. 0.2
  34. ],
  35. [
  36. 0.2,
  37. 0.2,
  38. 0.2,
  39. 0.2
  40. ]
  41. ]
  42. },
  43. {
  44. "name": "inhand-left",
  45. "directions": 4
  46. },
  47. {
  48. "name": "inhand-right",
  49. "directions": 4
  50. }
  51. ]
  52. }