meta.json 945 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. vox states by Flareguy",
  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": "icon-flash"
  18. },
  19. {
  20. "name": "off-equipped-HELMET",
  21. "directions": 4
  22. },
  23. {
  24. "name": "on-equipped-HELMET",
  25. "directions": 4
  26. },
  27. {
  28. "name": "off-equipped-HELMET-vox",
  29. "directions": 4
  30. },
  31. {
  32. "name": "on-equipped-HELMET-vox",
  33. "directions": 4
  34. },
  35. {
  36. "name": "off-inhand-left",
  37. "directions": 4
  38. },
  39. {
  40. "name": "off-inhand-right",
  41. "directions": 4
  42. },
  43. {
  44. "name": "on-inhand-left",
  45. "directions": 4
  46. },
  47. {
  48. "name": "on-inhand-right",
  49. "directions": 4
  50. }
  51. ]
  52. }