meta.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "stool_base"
  12. },
  13. {
  14. "name": "stool_padding"
  15. },
  16. {
  17. "name": "stool_preview"
  18. },
  19. {
  20. "name": "stool_padded_preview"
  21. },
  22. {
  23. "name": "chair_padding",
  24. "directions": 4
  25. },
  26. {
  27. "name": "chair_armrest",
  28. "directions": 4
  29. },
  30. {
  31. "name": "bed"
  32. },
  33. {
  34. "name": "bed_wood"
  35. },
  36. {
  37. "name": "bed_padding"
  38. },
  39. {
  40. "name": "blank"
  41. },
  42. {
  43. "name": ""
  44. },
  45. {
  46. "name": "psychbed"
  47. },
  48. {
  49. "name": "psychbed_padding"
  50. },
  51. {
  52. "name": "wooden_chair_old",
  53. "directions": 4
  54. },
  55. {
  56. "name": "wooden_chair_wings",
  57. "directions": 4
  58. },
  59. {
  60. "name": "wooden_chair_red",
  61. "directions": 4
  62. },
  63. {
  64. "name": "wooden_chair",
  65. "directions": 4
  66. },
  67. {
  68. "name": "wooden_chair_alt",
  69. "directions": 4
  70. },
  71. {
  72. "name": "chair",
  73. "directions": 4
  74. },
  75. {
  76. "name": "stool_wood"
  77. },
  78. {
  79. "name": "officechair_white",
  80. "directions": 4
  81. },
  82. {
  83. "name": "officechair_dark",
  84. "directions": 4
  85. },
  86. {
  87. "name": "bleacher_r",
  88. "directions": 4
  89. },
  90. {
  91. "name": "bleacher_l",
  92. "directions": 4
  93. },
  94. {
  95. "name": "bleacher",
  96. "directions": 4
  97. },
  98. {
  99. "name": "steelchair-old",
  100. "directions": 4
  101. },
  102. {
  103. "name": "steelchair",
  104. "directions": 4
  105. },
  106. {
  107. "name": "wheelchair",
  108. "directions": 4
  109. },
  110. {
  111. "name": "wheelchair_overlay",
  112. "directions": 4
  113. },
  114. {
  115. "name": "hammock"
  116. },
  117. {
  118. "name": "hammockf",
  119. "delays": [
  120. [
  121. 1,
  122. 1,
  123. 1,
  124. 1,
  125. 1,
  126. 1
  127. ]
  128. ]
  129. },
  130. {
  131. "name": "hammockf_static"
  132. },
  133. {
  134. "name": "hammockf1"
  135. },
  136. {
  137. "name": "rope"
  138. },
  139. {
  140. "name": "barberchair",
  141. "directions": 4
  142. },
  143. {
  144. "name": "barstool_blue"
  145. },
  146. {
  147. "name": "barstool_green"
  148. },
  149. {
  150. "name": "barstool_yellow"
  151. },
  152. {
  153. "name": "barstool_brown"
  154. },
  155. {
  156. "name": "barstool_black"
  157. },
  158. {
  159. "name": "barstool_white"
  160. },
  161. {
  162. "name": "barstool_grey"
  163. },
  164. {
  165. "name": "barstool_red"
  166. },
  167. {
  168. "name": "fancysofa_r",
  169. "directions": 4
  170. },
  171. {
  172. "name": "fancysofa_middle",
  173. "directions": 4
  174. },
  175. {
  176. "name": "fancysofa_l",
  177. "directions": 4
  178. },
  179. {
  180. "name": "fieldbed"
  181. },
  182. {
  183. "name": "diner_booth_right",
  184. "directions": 4
  185. },
  186. {
  187. "name": "diner_booth_left",
  188. "directions": 4
  189. },
  190. {
  191. "name": "throne",
  192. "directions": 4
  193. },
  194. {
  195. "name": "throne_armrest",
  196. "directions": 4
  197. },
  198. {
  199. "name": "regalchair",
  200. "directions": 4
  201. },
  202. {
  203. "name": "bosschair",
  204. "directions": 4
  205. },
  206. {
  207. "name": "bosschair_armrest",
  208. "directions": 4
  209. },
  210. {
  211. "name": "metalchair",
  212. "directions": 4
  213. },
  214. {
  215. "name": "metalchair_blue",
  216. "directions": 4
  217. },
  218. {
  219. "name": "metalchair_yellow",
  220. "directions": 4
  221. },
  222. {
  223. "name": "metalchair_red",
  224. "directions": 4
  225. },
  226. {
  227. "name": "metalchair_green",
  228. "directions": 4
  229. }
  230. ]
  231. }