meta.json 982 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/b459ea3fdee965bdc3e93e7983ad7fa610d05c12 and https://github.com/tgstation/tgstation/commit/ead6d8d59753ef033efdfad17f337df268038ff3 and modified by ravage",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "equipped-HELMET",
  15. "directions": 4,
  16. "delays": [
  17. [
  18. 0.5,
  19. 0.5,
  20. 0.5,
  21. 0.5
  22. ],
  23. [
  24. 0.5,
  25. 0.5,
  26. 0.5,
  27. 0.5
  28. ],
  29. [
  30. 0.5,
  31. 0.5,
  32. 0.5,
  33. 0.5
  34. ],
  35. [
  36. 0.5,
  37. 0.5,
  38. 0.5,
  39. 0.5
  40. ]
  41. ]
  42. },
  43. {
  44. "name": "inhand-left",
  45. "directions": 4
  46. },
  47. {
  48. "name": "inhand-right",
  49. "directions": 4
  50. }
  51. ]
  52. }