meta.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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": "shards"
  12. },
  13. {
  14. "name": "ash"
  15. },
  16. {
  17. "name": "rack"
  18. },
  19. {
  20. "name": "pews",
  21. "directions": 8
  22. },
  23. {
  24. "name": "immrod",
  25. "directions": 4
  26. },
  27. {
  28. "name": "target_stake"
  29. },
  30. {
  31. "name": "target_s"
  32. },
  33. {
  34. "name": "target_h"
  35. },
  36. {
  37. "name": "w_overlay",
  38. "directions": 4
  39. },
  40. {
  41. "name": ""
  42. },
  43. {
  44. "name": "monkey"
  45. },
  46. {
  47. "name": "blank"
  48. },
  49. {
  50. "name": "ashtray"
  51. },
  52. {
  53. "name": "ashtray_full"
  54. },
  55. {
  56. "name": "ashtray_half"
  57. },
  58. {
  59. "name": "ashtray_broken"
  60. },
  61. {
  62. "name": "flour_mill"
  63. },
  64. {
  65. "name": "distillery"
  66. },
  67. {
  68. "name": "net_overlay_atmpt"
  69. },
  70. {
  71. "name": "target_dummy_target",
  72. "directions": 4
  73. },
  74. {
  75. "name": "target_dummy"
  76. },
  77. {
  78. "name": "target_dummy_armor"
  79. },
  80. {
  81. "name": "martial_dummy"
  82. },
  83. {
  84. "name": "martial_dummy_spin",
  85. "delays": [
  86. [
  87. 0.1,
  88. 0.1,
  89. 0.1,
  90. 0.1,
  91. 0.1,
  92. 0.1,
  93. 0.1,
  94. 0.1,
  95. 0.1
  96. ]
  97. ]
  98. },
  99. {
  100. "name": "target_dummy_wreckage"
  101. },
  102. {
  103. "name": "dummy_armor"
  104. },
  105. {
  106. "name": "fancytable"
  107. },
  108. {
  109. "name": "pbag"
  110. },
  111. {
  112. "name": "pbag_hit",
  113. "delays": [
  114. [
  115. 0.05,
  116. 0.05,
  117. 0.05,
  118. 0.05,
  119. 0.05,
  120. 0.05,
  121. 0.05
  122. ]
  123. ]
  124. },
  125. {
  126. "name": "pbag_down",
  127. "directions": 4
  128. },
  129. {
  130. "name": "signpost"
  131. },
  132. {
  133. "name": "weightlifter"
  134. },
  135. {
  136. "name": "weightlifter_1",
  137. "delays": [
  138. [
  139. 0.5,
  140. 0.5,
  141. 0.5,
  142. 1,
  143. 0.2,
  144. 0.2,
  145. 0.1
  146. ]
  147. ]
  148. },
  149. {
  150. "name": "weightlifter_2",
  151. "delays": [
  152. [
  153. 0.5,
  154. 0.5,
  155. 1,
  156. 1.5,
  157. 0.2,
  158. 0.2,
  159. 0.1
  160. ]
  161. ]
  162. },
  163. {
  164. "name": "weightlifter_3",
  165. "delays": [
  166. [
  167. 0.5,
  168. 1,
  169. 1.5,
  170. 1.5,
  171. 0.2,
  172. 0.2,
  173. 0.1
  174. ]
  175. ]
  176. },
  177. {
  178. "name": "handrail",
  179. "directions": 4
  180. },
  181. {
  182. "name": "grapple_overlay",
  183. "directions": 4
  184. },
  185. {
  186. "name": "grapplehook"
  187. },
  188. {
  189. "name": "grapplehook_deployed",
  190. "directions": 4
  191. },
  192. {
  193. "name": "grapplehook_line",
  194. "directions": 4
  195. },
  196. {
  197. "name": "grapplehook_line_bridge",
  198. "directions": 4
  199. },
  200. {
  201. "name": "grapplehook_line_bridge1",
  202. "directions": 4
  203. },
  204. {
  205. "name": "grapplehook_line_bridge2",
  206. "directions": 4
  207. },
  208. {
  209. "name": "grapple_bridge_overlay",
  210. "directions": 4
  211. },
  212. {
  213. "name": "grapplehook_bridge_deployed",
  214. "directions": 4
  215. }
  216. ]
  217. }