meta.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d319f6157acc1c1cd9ebcb0f6f12641e051cf91. equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "equipped-FEET",
  12. "directions": 4
  13. },
  14. {
  15. "name": "on-equipped-FEET",
  16. "directions": 4
  17. },
  18. {
  19. "name": "equipped-FEET-vox",
  20. "directions": 4
  21. },
  22. {
  23. "name": "on-equipped-FEET-vox",
  24. "directions": 4
  25. },
  26. {
  27. "name": "icon"
  28. },
  29. {
  30. "name": "icon-on"
  31. },
  32. {
  33. "name": "inhand-left",
  34. "directions": 4
  35. },
  36. {
  37. "name": "inhand-right",
  38. "directions": 4
  39. },
  40. {
  41. "name": "on-inhand-left",
  42. "directions": 4
  43. },
  44. {
  45. "name": "on-inhand-right",
  46. "directions": 4
  47. }
  48. ]
  49. }