meta.json 1.3 KB

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