meta.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "GitHub @Keikiru, burgers.rsi (bigbite.png) modified by Swept and potato1234x originally from https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, bread.rsi (plate.png, garlic-slice.png) modified by potato1234x originally from https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "peckish",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 1.0
  16. ]
  17. ]
  18. },
  19. {
  20. "name": "starving",
  21. "directions": 1,
  22. "delays": [
  23. [
  24. 0.5,
  25. 0.5
  26. ]
  27. ]
  28. },
  29. {
  30. "name": "overfed",
  31. "directions": 1,
  32. "delays": [
  33. [
  34. 1.0
  35. ]
  36. ]
  37. },
  38. {
  39. "name": "nutrition0",
  40. "directions": 1
  41. },
  42. {
  43. "name": "nutrition1",
  44. "directions": 1
  45. },
  46. {
  47. "name": "nutrition2",
  48. "directions": 1
  49. },
  50. {
  51. "name": "nutrition3",
  52. "directions": 1
  53. },
  54. {
  55. "name": "nutrition4",
  56. "directions": 1
  57. }
  58. ]
  59. }