meta.json 1.2 KB

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