meta.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/27386/commits/4814da0f8e0d88f430c8b335e541e0a7734755a2, backpack sprite by Peptide, backpack sling sprite edited by Boaz1111, wield sprites by RiceMar1244",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "base"
  15. },
  16. {
  17. "name": "mag-unshaded-1"
  18. },
  19. {
  20. "name": "mag-unshaded-2"
  21. },
  22. {
  23. "name": "mag-unshaded-3"
  24. },
  25. {
  26. "name": "mag-unshaded-4"
  27. },
  28. {
  29. "name": "inhand-left",
  30. "directions": 4
  31. },
  32. {
  33. "name": "inhand-right",
  34. "directions": 4
  35. },
  36. {
  37. "name": "wielded-inhand-left",
  38. "directions": 4
  39. },
  40. {
  41. "name": "wielded-inhand-right",
  42. "directions": 4
  43. },
  44. {
  45. "name": "equipped-BACKPACK",
  46. "directions": 4
  47. },
  48. {
  49. "name": "equipped-SUITSTORAGE",
  50. "directions": 4
  51. }
  52. ]
  53. }