meta.json 812 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Drawn by Ubaser. Vox states made by Flareguy, modified from magboots.rsi",
  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. }