meta.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi, wooden bench by Ko4erga (discord)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "bar",
  12. "directions": 4
  13. },
  14. {
  15. "name": "bar-knocked",
  16. "directions": 4
  17. },
  18. {
  19. "name": "chair",
  20. "directions": 4
  21. },
  22. {
  23. "name": "chair-knocked",
  24. "directions": 4
  25. },
  26. {
  27. "name": "chair-greyscale",
  28. "directions": 4
  29. },
  30. {
  31. "name": "chair-greyscale-knocked",
  32. "directions": 4
  33. },
  34. {
  35. "name": "comfy",
  36. "directions": 4
  37. },
  38. {
  39. "name": "comfy-overlay",
  40. "directions": 4
  41. },
  42. {
  43. "name": "meat",
  44. "directions": 4
  45. },
  46. {
  47. "name": "office-dark",
  48. "directions": 4
  49. },
  50. {
  51. "name": "office-white",
  52. "directions": 4
  53. },
  54. {
  55. "name": "shuttle",
  56. "directions": 4
  57. },
  58. {
  59. "name": "shuttle-overlay",
  60. "directions": 4
  61. },
  62. {
  63. "name": "stool",
  64. "directions": 4
  65. },
  66. {
  67. "name": "stool-knocked",
  68. "directions": 4
  69. },
  70. {
  71. "name": "wooden",
  72. "directions": 4
  73. },
  74. {
  75. "name": "wooden-bench",
  76. "directions": 4
  77. },
  78. {
  79. "name": "wooden-wings",
  80. "directions": 4
  81. },
  82. {
  83. "name": "wooden-wings-knocked",
  84. "directions": 4
  85. },
  86. {
  87. "name": "ritual",
  88. "directions": 4
  89. },
  90. {
  91. "name": "cursed",
  92. "directions": 4
  93. },
  94. {
  95. "name": "steel-bench",
  96. "directions": 4
  97. },
  98. {
  99. "name": "brass_chair",
  100. "directions": 4
  101. }
  102. ]
  103. }