meta.json 1004 B

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