meta.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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": ""
  12. },
  13. {
  14. "name": "OPTICS"
  15. },
  16. {
  17. "name": "acog"
  18. },
  19. {
  20. "name": "acog_ongun"
  21. },
  22. {
  23. "name": "elcan"
  24. },
  25. {
  26. "name": "elcan_ongun"
  27. },
  28. {
  29. "name": "holographic"
  30. },
  31. {
  32. "name": "holographic_ongun"
  33. },
  34. {
  35. "name": "reddot"
  36. },
  37. {
  38. "name": "reddot_ongun"
  39. },
  40. {
  41. "name": "pso1"
  42. },
  43. {
  44. "name": "pso1_ongun"
  45. },
  46. {
  47. "name": "UNDERBARREL"
  48. },
  49. {
  50. "name": "laser"
  51. },
  52. {
  53. "name": "laser_ongun"
  54. },
  55. {
  56. "name": "foregrip"
  57. },
  58. {
  59. "name": "foregrip_ongun"
  60. },
  61. {
  62. "name": "foregrip_alt"
  63. },
  64. {
  65. "name": "foregrip_alt_ongun"
  66. },
  67. {
  68. "name": "SUPPERSSORS"
  69. },
  70. {
  71. "name": "silencer"
  72. },
  73. {
  74. "name": "silencer_ongun"
  75. },
  76. {
  77. "name": "ww2_pistol_suppressor"
  78. },
  79. {
  80. "name": "ww2_pistol_suppressor_ongun"
  81. },
  82. {
  83. "name": "ww2_revolver_suppressor"
  84. },
  85. {
  86. "name": "ww2_revolver_suppressor_ongun"
  87. },
  88. {
  89. "name": "ww2_rifle_suppressor"
  90. },
  91. {
  92. "name": "ww2_rifle_suppressor_ongun"
  93. },
  94. {
  95. "name": "ww2_smg_suppressor"
  96. },
  97. {
  98. "name": "ww2_smg_suppressor_ongun"
  99. },
  100. {
  101. "name": "modern_pistol_suppressor"
  102. },
  103. {
  104. "name": "modern_pistol_suppressor_ongun"
  105. },
  106. {
  107. "name": "modern_rifle_suppressor"
  108. },
  109. {
  110. "name": "modern_rifle_suppressor_ongun"
  111. },
  112. {
  113. "name": "modern_smg_suppressor"
  114. },
  115. {
  116. "name": "modern_smg_suppressor_ongun"
  117. },
  118. {
  119. "name": "modern_carbine_suppressor"
  120. },
  121. {
  122. "name": "modern_carbine_suppressor_ongun"
  123. },
  124. {
  125. "name": "modern_shotgun_suppressor"
  126. },
  127. {
  128. "name": "modern_shotgun_suppressor_ongun"
  129. },
  130. {
  131. "name": "plastic_bottle_suppressor"
  132. },
  133. {
  134. "name": "plastic_bottle_suppressor_ongun"
  135. },
  136. {
  137. "name": "oil_filter_suppressor"
  138. },
  139. {
  140. "name": "oil_filter_suppressor_ongun"
  141. },
  142. {
  143. "name": "MISC"
  144. },
  145. {
  146. "name": "bayonet"
  147. },
  148. {
  149. "name": "bayonet_ongun"
  150. },
  151. {
  152. "name": "jap_flag"
  153. },
  154. {
  155. "name": "jap_flag_ongun",
  156. "delays": [
  157. [
  158. 0.7,
  159. 0.5,
  160. 0.5,
  161. 0.5,
  162. 0.5,
  163. 0.5
  164. ]
  165. ]
  166. }
  167. ]
  168. }