meta.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept; Bar spoon by Dezzzix; Smaller forks, spoons (and their plastic variants), and knife by Gavin-TC",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "spoon"
  12. },
  13. {
  14. "name": "spoon-inhand-left",
  15. "directions": 4
  16. },
  17. {
  18. "name": "spoon-inhand-right",
  19. "directions": 4
  20. },
  21. {
  22. "name": "fork"
  23. },
  24. {
  25. "name": "inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "inhand-right",
  30. "directions": 4
  31. },
  32. {
  33. "name": "loadedfood"
  34. },
  35. {
  36. "name": "plastic_spoon"
  37. },
  38. {
  39. "name": "plastic_fork"
  40. },
  41. {
  42. "name": "plastic_knife"
  43. },
  44. {
  45. "name": "bar_spoon"
  46. },
  47. {
  48. "name": "bar_spoon-inhand-left",
  49. "directions": 4
  50. },
  51. {
  52. "name": "bar_spoon-inhand-right",
  53. "directions": 4
  54. }
  55. ]
  56. }