hytopia 0.1.37 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (352) hide show
  1. package/bin/scripts.js +10 -1
  2. package/docs/server.basecharactercontroller.createcolliders.md +19 -0
  3. package/docs/server.basecharactercontroller.md +2 -2
  4. package/docs/server.blocktype.md +1 -1
  5. package/docs/server.blocktype.onentitycollision.md +6 -1
  6. package/docs/server.blocktype.onentitycontactforce.md +5 -0
  7. package/docs/server.coefficientcombinerule.md +89 -0
  8. package/docs/server.collider.getbouncinesscombinerule.md +19 -0
  9. package/docs/server.collider.getfrictioncombinerule.md +19 -0
  10. package/docs/server.collider.md +56 -0
  11. package/docs/server.collider.setbouncinesscombinerule.md +53 -0
  12. package/docs/server.collider.setfrictioncombinerule.md +53 -0
  13. package/docs/server.collideroptions.bouncinesscombinerule.md +13 -0
  14. package/docs/server.collideroptions.frictioncombinerule.md +13 -0
  15. package/docs/server.collideroptions.indices.md +13 -0
  16. package/docs/server.collideroptions.md +76 -0
  17. package/docs/server.collideroptions.vertices.md +13 -0
  18. package/docs/server.collidershape.md +14 -0
  19. package/docs/server.collisioncallback.md +1 -1
  20. package/docs/{server.defaultcharactercontroller.createsensorcolliders.md → server.defaultcharactercontroller.createcolliders.md} +4 -4
  21. package/docs/server.defaultcharactercontroller.md +2 -2
  22. package/docs/server.entity.isblockentity.md +13 -0
  23. package/docs/server.entity.ismodelentity.md +13 -0
  24. package/docs/server.entity.md +79 -2
  25. package/docs/server.entity.modelhiddennodes.md +13 -0
  26. package/docs/server.entity.onblockcollision.md +6 -1
  27. package/docs/server.entity.onblockcontactforce.md +5 -0
  28. package/docs/server.entity.onentitycollision.md +6 -1
  29. package/docs/server.entity.onentitycontactforce.md +5 -0
  30. package/docs/server.entity.setmodelhiddennodes.md +53 -0
  31. package/docs/server.entity.startmodelloopedanimations.md +4 -0
  32. package/docs/server.entity.startmodeloneshotanimations.md +4 -0
  33. package/docs/server.entity.stopmodelanimations.md +4 -0
  34. package/docs/server.entityeventpayload.md +9 -0
  35. package/docs/server.entityeventpayload.setmodelhiddennodes.entity.md +11 -0
  36. package/docs/server.entityeventpayload.setmodelhiddennodes.md +70 -0
  37. package/docs/server.entityeventpayload.setmodelhiddennodes.modelhiddennodes.md +11 -0
  38. package/docs/server.entityeventtype.md +14 -0
  39. package/docs/server.entityoptions.md +19 -0
  40. package/docs/server.entityoptions.modelhiddennodes.md +13 -0
  41. package/docs/server.hytopia.basecharactercontroller.createcolliders.md +19 -0
  42. package/docs/server.hytopia.basecharactercontroller.md +2 -2
  43. package/docs/server.hytopia.blocktype.md +1 -1
  44. package/docs/server.hytopia.blocktype.onentitycollision.md +6 -1
  45. package/docs/server.hytopia.blocktype.onentitycontactforce.md +5 -0
  46. package/docs/server.hytopia.coefficientcombinerule.md +89 -0
  47. package/docs/server.hytopia.collider.getbouncinesscombinerule.md +19 -0
  48. package/docs/server.hytopia.collider.getfrictioncombinerule.md +19 -0
  49. package/docs/server.hytopia.collider.md +56 -0
  50. package/docs/server.hytopia.collider.setbouncinesscombinerule.md +53 -0
  51. package/docs/server.hytopia.collider.setfrictioncombinerule.md +53 -0
  52. package/docs/server.hytopia.collideroptions.bouncinesscombinerule.md +13 -0
  53. package/docs/server.hytopia.collideroptions.frictioncombinerule.md +13 -0
  54. package/docs/server.hytopia.collideroptions.indices.md +13 -0
  55. package/docs/server.hytopia.collideroptions.md +76 -0
  56. package/docs/server.hytopia.collideroptions.vertices.md +13 -0
  57. package/docs/server.hytopia.collidershape.md +14 -0
  58. package/docs/server.hytopia.collisioncallback.md +1 -1
  59. package/docs/server.hytopia.defaultcharactercontroller.createcolliders.md +19 -0
  60. package/docs/server.hytopia.defaultcharactercontroller.md +2 -2
  61. package/docs/server.hytopia.entity.isblockentity.md +13 -0
  62. package/docs/server.hytopia.entity.ismodelentity.md +13 -0
  63. package/docs/server.hytopia.entity.md +79 -2
  64. package/docs/server.hytopia.entity.modelhiddennodes.md +13 -0
  65. package/docs/server.hytopia.entity.onblockcollision.md +6 -1
  66. package/docs/server.hytopia.entity.onblockcontactforce.md +5 -0
  67. package/docs/server.hytopia.entity.onentitycollision.md +6 -1
  68. package/docs/server.hytopia.entity.onentitycontactforce.md +5 -0
  69. package/docs/server.hytopia.entity.setmodelhiddennodes.md +53 -0
  70. package/docs/server.hytopia.entity.startmodelloopedanimations.md +4 -0
  71. package/docs/server.hytopia.entity.startmodeloneshotanimations.md +4 -0
  72. package/docs/server.hytopia.entity.stopmodelanimations.md +4 -0
  73. package/docs/server.hytopia.entityeventpayload.md +9 -0
  74. package/docs/server.hytopia.entityeventpayload.setmodelhiddennodes.entity.md +11 -0
  75. package/docs/server.hytopia.entityeventpayload.setmodelhiddennodes.md +70 -0
  76. package/docs/server.hytopia.entityeventpayload.setmodelhiddennodes.modelhiddennodes.md +11 -0
  77. package/docs/server.hytopia.entityeventtype.md +14 -0
  78. package/docs/server.hytopia.entityoptions.md +19 -0
  79. package/docs/server.hytopia.entityoptions.modelhiddennodes.md +13 -0
  80. package/docs/server.hytopia.md +11 -0
  81. package/docs/server.hytopia.playercamera.md +10 -10
  82. package/docs/{server.hytopia.playercamera.hiddenmodelnodes.md → server.hytopia.playercamera.modelhiddennodes.md} +3 -3
  83. package/docs/{server.hytopia.playercamera.sethiddenmodelnodes.md → server.hytopia.playercamera.setmodelhiddennodes.md} +4 -4
  84. package/docs/server.hytopia.playercameraeventpayload.md +2 -2
  85. package/docs/{server.hytopia.playercameraeventpayload.sethiddenmodelnodes.md → server.hytopia.playercameraeventpayload.setmodelhiddennodes.md} +6 -6
  86. package/docs/server.hytopia.playercameraeventpayload.setmodelhiddennodes.modelhiddennodes.md +11 -0
  87. package/docs/server.hytopia.playercameraeventpayload.setmodelhiddennodes.playercamera.md +11 -0
  88. package/docs/server.hytopia.playercameraeventtype.md +4 -4
  89. package/docs/server.hytopia.simulation.getcontactmanifolds.md +75 -0
  90. package/docs/server.hytopia.simulation.md +14 -0
  91. package/docs/server.md +11 -0
  92. package/docs/server.playercamera.md +10 -10
  93. package/docs/{server.playercamera.hiddenmodelnodes.md → server.playercamera.modelhiddennodes.md} +3 -3
  94. package/docs/{server.playercamera.sethiddenmodelnodes.md → server.playercamera.setmodelhiddennodes.md} +4 -4
  95. package/docs/server.playercameraeventpayload.md +2 -2
  96. package/docs/{server.playercameraeventpayload.sethiddenmodelnodes.md → server.playercameraeventpayload.setmodelhiddennodes.md} +6 -6
  97. package/docs/server.playercameraeventpayload.setmodelhiddennodes.modelhiddennodes.md +11 -0
  98. package/docs/{server.playercameraeventpayload.sethiddenmodelnodes.playercamera.md → server.playercameraeventpayload.setmodelhiddennodes.playercamera.md} +2 -2
  99. package/docs/server.playercameraeventtype.md +4 -4
  100. package/docs/server.simulation.getcontactmanifolds.md +75 -0
  101. package/docs/server.simulation.md +14 -0
  102. package/examples/big-world/README.md +15 -0
  103. package/examples/big-world/index.ts +41 -0
  104. package/examples/block-entity/index.ts +11 -8
  105. package/examples/character-controller/MyCharacterController.ts +25 -5
  106. package/examples/character-controller/index.ts +3 -1
  107. package/examples/entity-spawn/index.ts +3 -1
  108. package/examples/payload-game/index.ts +10 -10
  109. package/package.json +1 -1
  110. package/server.api.json +1836 -212
  111. package/server.d.ts +143 -20
  112. package/server.js +79 -79
  113. package/boilerplate/assets/audio/music/cave.mp3 +0 -0
  114. package/boilerplate/assets/audio/music/desert.mp3 +0 -0
  115. package/boilerplate/assets/audio/music/end.mp3 +0 -0
  116. package/boilerplate/assets/audio/music/jungle.mp3 +0 -0
  117. package/boilerplate/assets/audio/music/nether.mp3 +0 -0
  118. package/boilerplate/assets/audio/music/night.mp3 +0 -0
  119. package/boilerplate/assets/audio/music/night2.mp3 +0 -0
  120. package/boilerplate/assets/audio/music/overworld.mp3 +0 -0
  121. package/boilerplate/assets/audio/music/snow.mp3 +0 -0
  122. package/boilerplate/assets/audio/sfx/damage.wav +0 -0
  123. package/boilerplate/assets/audio/sfx/step.wav +0 -0
  124. package/boilerplate/assets/certs/README.md +0 -10
  125. package/boilerplate/assets/certs/localhost.crt +0 -20
  126. package/boilerplate/assets/certs/localhost.key +0 -27
  127. package/boilerplate/assets/cubemaps/skybox/+x.png +0 -0
  128. package/boilerplate/assets/cubemaps/skybox/+y.png +0 -0
  129. package/boilerplate/assets/cubemaps/skybox/+z.png +0 -0
  130. package/boilerplate/assets/cubemaps/skybox/-x.png +0 -0
  131. package/boilerplate/assets/cubemaps/skybox/-y.png +0 -0
  132. package/boilerplate/assets/cubemaps/skybox/-z.png +0 -0
  133. package/boilerplate/assets/map.json +0 -2623
  134. package/boilerplate/assets/models/bat.gltf +0 -1
  135. package/boilerplate/assets/models/chicken.gltf +0 -1
  136. package/boilerplate/assets/models/cow.gltf +0 -1
  137. package/boilerplate/assets/models/donkey.gltf +0 -1
  138. package/boilerplate/assets/models/horse.gltf +0 -1
  139. package/boilerplate/assets/models/mindflayer.gltf +0 -1
  140. package/boilerplate/assets/models/pig.gltf +0 -1
  141. package/boilerplate/assets/models/player.gltf +0 -1
  142. package/boilerplate/assets/models/rabbit.gltf +0 -1
  143. package/boilerplate/assets/models/sheep.gltf +0 -1
  144. package/boilerplate/assets/models/skeleton.gltf +0 -1
  145. package/boilerplate/assets/models/spider.gltf +0 -1
  146. package/boilerplate/assets/models/squid.gltf +0 -1
  147. package/boilerplate/assets/models/stalker.gltf +0 -1
  148. package/boilerplate/assets/models/zombie.gltf +0 -1
  149. package/boilerplate/assets/textures/bricks.png +0 -0
  150. package/boilerplate/assets/textures/clay.png +0 -0
  151. package/boilerplate/assets/textures/cobblestone.png +0 -0
  152. package/boilerplate/assets/textures/diamond_ore.png +0 -0
  153. package/boilerplate/assets/textures/dirt.png +0 -0
  154. package/boilerplate/assets/textures/dragons_stone.png +0 -0
  155. package/boilerplate/assets/textures/emerald_ore.png +0 -0
  156. package/boilerplate/assets/textures/glass.png +0 -0
  157. package/boilerplate/assets/textures/gold_ore.png +0 -0
  158. package/boilerplate/assets/textures/grass/+x.png +0 -0
  159. package/boilerplate/assets/textures/grass/+y.png +0 -0
  160. package/boilerplate/assets/textures/grass/+z.png +0 -0
  161. package/boilerplate/assets/textures/grass/-x.png +0 -0
  162. package/boilerplate/assets/textures/grass/-y.png +0 -0
  163. package/boilerplate/assets/textures/grass/-z.png +0 -0
  164. package/boilerplate/assets/textures/gravel.png +0 -0
  165. package/boilerplate/assets/textures/ice.png +0 -0
  166. package/boilerplate/assets/textures/infected_shadowrock.png +0 -0
  167. package/boilerplate/assets/textures/iron_ore.png +0 -0
  168. package/boilerplate/assets/textures/lava.png +0 -0
  169. package/boilerplate/assets/textures/log_side.png +0 -0
  170. package/boilerplate/assets/textures/log_top.png +0 -0
  171. package/boilerplate/assets/textures/mossy_coblestone.png +0 -0
  172. package/boilerplate/assets/textures/nuit.png +0 -0
  173. package/boilerplate/assets/textures/oak_leaves.png +0 -0
  174. package/boilerplate/assets/textures/oak_planks.png +0 -0
  175. package/boilerplate/assets/textures/sand.png +0 -0
  176. package/boilerplate/assets/textures/sandstone.png +0 -0
  177. package/boilerplate/assets/textures/shadowrock.png +0 -0
  178. package/boilerplate/assets/textures/snow.png +0 -0
  179. package/boilerplate/assets/textures/stone.png +0 -0
  180. package/boilerplate/assets/textures/stone_bricks.png +0 -0
  181. package/boilerplate/assets/textures/void_grass/+x.png +0 -0
  182. package/boilerplate/assets/textures/void_grass/+y.png +0 -0
  183. package/boilerplate/assets/textures/void_grass/+z.png +0 -0
  184. package/boilerplate/assets/textures/void_grass/-x.png +0 -0
  185. package/boilerplate/assets/textures/void_grass/-y.png +0 -0
  186. package/boilerplate/assets/textures/void_grass/-z.png +0 -0
  187. package/boilerplate/assets/textures/void_sand.png +0 -0
  188. package/boilerplate/assets/textures/water.png +0 -0
  189. package/docs/server.basecharactercontroller.createsensorcolliders.md +0 -19
  190. package/docs/server.hytopia.basecharactercontroller.createsensorcolliders.md +0 -19
  191. package/docs/server.hytopia.defaultcharactercontroller.createsensorcolliders.md +0 -19
  192. package/docs/server.hytopia.playercameraeventpayload.sethiddenmodelnodes.hiddenmodelnodes.md +0 -11
  193. package/docs/server.hytopia.playercameraeventpayload.sethiddenmodelnodes.playercamera.md +0 -11
  194. package/docs/server.playercameraeventpayload.sethiddenmodelnodes.hiddenmodelnodes.md +0 -11
  195. package/examples/block-entity/assets/audio/music/cave.mp3 +0 -0
  196. package/examples/block-entity/assets/audio/music/desert.mp3 +0 -0
  197. package/examples/block-entity/assets/audio/music/end.mp3 +0 -0
  198. package/examples/block-entity/assets/audio/music/jungle.mp3 +0 -0
  199. package/examples/block-entity/assets/audio/music/nether.mp3 +0 -0
  200. package/examples/block-entity/assets/audio/music/night.mp3 +0 -0
  201. package/examples/block-entity/assets/audio/music/night2.mp3 +0 -0
  202. package/examples/block-entity/assets/audio/music/overworld.mp3 +0 -0
  203. package/examples/block-entity/assets/audio/music/snow.mp3 +0 -0
  204. package/examples/block-entity/assets/audio/sfx/damage.wav +0 -0
  205. package/examples/block-entity/assets/audio/sfx/step.wav +0 -0
  206. package/examples/block-entity/assets/certs/README.md +0 -10
  207. package/examples/block-entity/assets/certs/localhost.crt +0 -20
  208. package/examples/block-entity/assets/certs/localhost.key +0 -27
  209. package/examples/block-entity/assets/cubemaps/skybox/+x.png +0 -0
  210. package/examples/block-entity/assets/cubemaps/skybox/+y.png +0 -0
  211. package/examples/block-entity/assets/cubemaps/skybox/+z.png +0 -0
  212. package/examples/block-entity/assets/cubemaps/skybox/-x.png +0 -0
  213. package/examples/block-entity/assets/cubemaps/skybox/-y.png +0 -0
  214. package/examples/block-entity/assets/cubemaps/skybox/-z.png +0 -0
  215. package/examples/block-entity/assets/map.json +0 -2623
  216. package/examples/block-entity/assets/models/bat.gltf +0 -1
  217. package/examples/block-entity/assets/models/chicken.gltf +0 -1
  218. package/examples/block-entity/assets/models/cow.gltf +0 -1
  219. package/examples/block-entity/assets/models/donkey.gltf +0 -1
  220. package/examples/block-entity/assets/models/horse.gltf +0 -1
  221. package/examples/block-entity/assets/models/mindflayer.gltf +0 -1
  222. package/examples/block-entity/assets/models/pig.gltf +0 -1
  223. package/examples/block-entity/assets/models/player.gltf +0 -1
  224. package/examples/block-entity/assets/models/rabbit.gltf +0 -1
  225. package/examples/block-entity/assets/models/sheep.gltf +0 -1
  226. package/examples/block-entity/assets/models/skeleton.gltf +0 -1
  227. package/examples/block-entity/assets/models/spider.gltf +0 -1
  228. package/examples/block-entity/assets/models/squid.gltf +0 -1
  229. package/examples/block-entity/assets/models/stalker.gltf +0 -1
  230. package/examples/block-entity/assets/models/zombie.gltf +0 -1
  231. package/examples/block-entity/assets/textures/bricks.png +0 -0
  232. package/examples/block-entity/assets/textures/clay.png +0 -0
  233. package/examples/block-entity/assets/textures/cobblestone.png +0 -0
  234. package/examples/block-entity/assets/textures/diamond_ore.png +0 -0
  235. package/examples/block-entity/assets/textures/dirt.png +0 -0
  236. package/examples/block-entity/assets/textures/dragons_stone.png +0 -0
  237. package/examples/block-entity/assets/textures/emerald_ore.png +0 -0
  238. package/examples/block-entity/assets/textures/glass.png +0 -0
  239. package/examples/block-entity/assets/textures/gold_ore.png +0 -0
  240. package/examples/block-entity/assets/textures/grass/+x.png +0 -0
  241. package/examples/block-entity/assets/textures/grass/+y.png +0 -0
  242. package/examples/block-entity/assets/textures/grass/+z.png +0 -0
  243. package/examples/block-entity/assets/textures/grass/-x.png +0 -0
  244. package/examples/block-entity/assets/textures/grass/-y.png +0 -0
  245. package/examples/block-entity/assets/textures/grass/-z.png +0 -0
  246. package/examples/block-entity/assets/textures/gravel.png +0 -0
  247. package/examples/block-entity/assets/textures/ice.png +0 -0
  248. package/examples/block-entity/assets/textures/infected_shadowrock.png +0 -0
  249. package/examples/block-entity/assets/textures/iron_ore.png +0 -0
  250. package/examples/block-entity/assets/textures/lava.png +0 -0
  251. package/examples/block-entity/assets/textures/log_side.png +0 -0
  252. package/examples/block-entity/assets/textures/log_top.png +0 -0
  253. package/examples/block-entity/assets/textures/mossy_coblestone.png +0 -0
  254. package/examples/block-entity/assets/textures/nuit.png +0 -0
  255. package/examples/block-entity/assets/textures/oak_leaves.png +0 -0
  256. package/examples/block-entity/assets/textures/oak_planks.png +0 -0
  257. package/examples/block-entity/assets/textures/sand.png +0 -0
  258. package/examples/block-entity/assets/textures/sandstone.png +0 -0
  259. package/examples/block-entity/assets/textures/shadowrock.png +0 -0
  260. package/examples/block-entity/assets/textures/snow.png +0 -0
  261. package/examples/block-entity/assets/textures/stone.png +0 -0
  262. package/examples/block-entity/assets/textures/stone_bricks.png +0 -0
  263. package/examples/block-entity/assets/textures/void_grass/+x.png +0 -0
  264. package/examples/block-entity/assets/textures/void_grass/+y.png +0 -0
  265. package/examples/block-entity/assets/textures/void_grass/+z.png +0 -0
  266. package/examples/block-entity/assets/textures/void_grass/-x.png +0 -0
  267. package/examples/block-entity/assets/textures/void_grass/-y.png +0 -0
  268. package/examples/block-entity/assets/textures/void_grass/-z.png +0 -0
  269. package/examples/block-entity/assets/textures/void_sand.png +0 -0
  270. package/examples/block-entity/assets/textures/water.png +0 -0
  271. package/examples/block-entity/package.json +0 -14
  272. package/examples/character-controller/assets/audio/sfx/damage.wav +0 -0
  273. package/examples/character-controller/assets/audio/sfx/step.wav +0 -0
  274. package/examples/character-controller/assets/certs/README.md +0 -10
  275. package/examples/character-controller/assets/certs/localhost.crt +0 -20
  276. package/examples/character-controller/assets/certs/localhost.key +0 -27
  277. package/examples/character-controller/assets/cubemaps/skybox/+x.png +0 -0
  278. package/examples/character-controller/assets/cubemaps/skybox/+y.png +0 -0
  279. package/examples/character-controller/assets/cubemaps/skybox/+z.png +0 -0
  280. package/examples/character-controller/assets/cubemaps/skybox/-x.png +0 -0
  281. package/examples/character-controller/assets/cubemaps/skybox/-y.png +0 -0
  282. package/examples/character-controller/assets/cubemaps/skybox/-z.png +0 -0
  283. package/examples/character-controller/assets/map.json +0 -2623
  284. package/examples/character-controller/assets/models/player.gltf +0 -1
  285. package/examples/character-controller/assets/textures/bricks.png +0 -0
  286. package/examples/character-controller/assets/textures/clay.png +0 -0
  287. package/examples/character-controller/assets/textures/diamond_ore.png +0 -0
  288. package/examples/character-controller/assets/textures/dirt.png +0 -0
  289. package/examples/character-controller/assets/textures/dragons_stone.png +0 -0
  290. package/examples/character-controller/assets/textures/glass.png +0 -0
  291. package/examples/character-controller/assets/textures/grass/+x.png +0 -0
  292. package/examples/character-controller/assets/textures/grass/+y.png +0 -0
  293. package/examples/character-controller/assets/textures/grass/+z.png +0 -0
  294. package/examples/character-controller/assets/textures/grass/-x.png +0 -0
  295. package/examples/character-controller/assets/textures/grass/-y.png +0 -0
  296. package/examples/character-controller/assets/textures/grass/-z.png +0 -0
  297. package/examples/character-controller/assets/textures/grass.png +0 -0
  298. package/examples/character-controller/assets/textures/gravel.png +0 -0
  299. package/examples/character-controller/assets/textures/ice.png +0 -0
  300. package/examples/character-controller/assets/textures/infected_shadowrock.png +0 -0
  301. package/examples/character-controller/assets/textures/log_side.png +0 -0
  302. package/examples/character-controller/assets/textures/log_top.png +0 -0
  303. package/examples/character-controller/assets/textures/mossy_coblestone.png +0 -0
  304. package/examples/character-controller/assets/textures/nuit.png +0 -0
  305. package/examples/character-controller/assets/textures/oak_leaves.png +0 -0
  306. package/examples/character-controller/assets/textures/oak_planks.png +0 -0
  307. package/examples/character-controller/assets/textures/sand.png +0 -0
  308. package/examples/character-controller/assets/textures/shadowrock.png +0 -0
  309. package/examples/character-controller/assets/textures/stone.png +0 -0
  310. package/examples/character-controller/assets/textures/stone_bricks.png +0 -0
  311. package/examples/character-controller/assets/textures/void_sand.png +0 -0
  312. package/examples/character-controller/assets/textures/water_still.png +0 -0
  313. package/examples/entity-spawn/assets/certs/README.md +0 -10
  314. package/examples/entity-spawn/assets/certs/localhost.crt +0 -20
  315. package/examples/entity-spawn/assets/certs/localhost.key +0 -27
  316. package/examples/entity-spawn/assets/cubemaps/skybox/+x.png +0 -0
  317. package/examples/entity-spawn/assets/cubemaps/skybox/+y.png +0 -0
  318. package/examples/entity-spawn/assets/cubemaps/skybox/+z.png +0 -0
  319. package/examples/entity-spawn/assets/cubemaps/skybox/-x.png +0 -0
  320. package/examples/entity-spawn/assets/cubemaps/skybox/-y.png +0 -0
  321. package/examples/entity-spawn/assets/cubemaps/skybox/-z.png +0 -0
  322. package/examples/entity-spawn/assets/map.json +0 -2623
  323. package/examples/entity-spawn/assets/models/player.gltf +0 -1
  324. package/examples/entity-spawn/assets/models/spider.gltf +0 -1
  325. package/examples/entity-spawn/assets/textures/bricks.png +0 -0
  326. package/examples/entity-spawn/assets/textures/clay.png +0 -0
  327. package/examples/entity-spawn/assets/textures/diamond_ore.png +0 -0
  328. package/examples/entity-spawn/assets/textures/dirt.png +0 -0
  329. package/examples/entity-spawn/assets/textures/dragons_stone.png +0 -0
  330. package/examples/entity-spawn/assets/textures/glass.png +0 -0
  331. package/examples/entity-spawn/assets/textures/grass/+x.png +0 -0
  332. package/examples/entity-spawn/assets/textures/grass/+y.png +0 -0
  333. package/examples/entity-spawn/assets/textures/grass/+z.png +0 -0
  334. package/examples/entity-spawn/assets/textures/grass/-x.png +0 -0
  335. package/examples/entity-spawn/assets/textures/grass/-y.png +0 -0
  336. package/examples/entity-spawn/assets/textures/grass/-z.png +0 -0
  337. package/examples/entity-spawn/assets/textures/grass.png +0 -0
  338. package/examples/entity-spawn/assets/textures/gravel.png +0 -0
  339. package/examples/entity-spawn/assets/textures/ice.png +0 -0
  340. package/examples/entity-spawn/assets/textures/infected_shadowrock.png +0 -0
  341. package/examples/entity-spawn/assets/textures/log_side.png +0 -0
  342. package/examples/entity-spawn/assets/textures/log_top.png +0 -0
  343. package/examples/entity-spawn/assets/textures/mossy_coblestone.png +0 -0
  344. package/examples/entity-spawn/assets/textures/nuit.png +0 -0
  345. package/examples/entity-spawn/assets/textures/oak_leaves.png +0 -0
  346. package/examples/entity-spawn/assets/textures/oak_planks.png +0 -0
  347. package/examples/entity-spawn/assets/textures/sand.png +0 -0
  348. package/examples/entity-spawn/assets/textures/shadowrock.png +0 -0
  349. package/examples/entity-spawn/assets/textures/stone.png +0 -0
  350. package/examples/entity-spawn/assets/textures/stone_bricks.png +0 -0
  351. package/examples/entity-spawn/assets/textures/void_sand.png +0 -0
  352. package/examples/entity-spawn/assets/textures/water_still.png +0 -0
@@ -1,2623 +0,0 @@
1
- {
2
- "blockTypes": [
3
- {
4
- "id": 1,
5
- "name": "bricks",
6
- "textureUri": "textures/bricks.png"
7
- },
8
- {
9
- "id": 2,
10
- "name": "clay",
11
- "textureUri": "textures/clay.png"
12
- },
13
- {
14
- "id": 3,
15
- "name": "diamond_ore",
16
- "textureUri": "textures/diamond_ore.png"
17
- },
18
- {
19
- "id": 4,
20
- "name": "dirt",
21
- "textureUri": "textures/dirt.png"
22
- },
23
- {
24
- "id": 5,
25
- "name": "dragons_stone",
26
- "textureUri": "textures/dragons_stone.png"
27
- },
28
- {
29
- "id": 6,
30
- "name": "glass",
31
- "textureUri": "textures/glass.png"
32
- },
33
- {
34
- "id": 7,
35
- "name": "grass",
36
- "textureUri": "textures/grass"
37
- },
38
- {
39
- "id": 8,
40
- "name": "gravel",
41
- "textureUri": "textures/gravel.png"
42
- },
43
- {
44
- "id": 9,
45
- "name": "ice",
46
- "textureUri": "textures/ice.png"
47
- },
48
- {
49
- "id": 10,
50
- "name": "infected_shadowrock",
51
- "textureUri": "textures/infected_shadowrock.png"
52
- },
53
- {
54
- "id": 11,
55
- "name": "log_side",
56
- "textureUri": "textures/log_side.png"
57
- },
58
- {
59
- "id": 12,
60
- "name": "log_top",
61
- "textureUri": "textures/log_top.png"
62
- },
63
- {
64
- "id": 13,
65
- "name": "mossy_coblestone",
66
- "textureUri": "textures/mossy_coblestone.png"
67
- },
68
- {
69
- "id": 14,
70
- "name": "nuit",
71
- "textureUri": "textures/nuit.png"
72
- },
73
- {
74
- "id": 15,
75
- "name": "oak_leaves",
76
- "textureUri": "textures/oak_leaves.png"
77
- },
78
- {
79
- "id": 16,
80
- "name": "oak_planks",
81
- "textureUri": "textures/oak_planks.png"
82
- },
83
- {
84
- "id": 17,
85
- "name": "sand",
86
- "textureUri": "textures/sand.png"
87
- },
88
- {
89
- "id": 18,
90
- "name": "shadowrock",
91
- "textureUri": "textures/shadowrock.png"
92
- },
93
- {
94
- "id": 19,
95
- "name": "stone",
96
- "textureUri": "textures/stone.png"
97
- },
98
- {
99
- "id": 20,
100
- "name": "stone_bricks",
101
- "textureUri": "textures/stone_bricks.png"
102
- },
103
- {
104
- "id": 21,
105
- "name": "void_sand",
106
- "textureUri": "textures/void_sand.png"
107
- },
108
- {
109
- "id": 22,
110
- "name": "water_still",
111
- "textureUri": "textures/water.png"
112
- }
113
- ],
114
- "blocks": {
115
- "-24,0,-24": 7,
116
- "-24,0,-23": 7,
117
- "-24,0,-22": 7,
118
- "-24,0,-21": 7,
119
- "-24,0,-20": 7,
120
- "-24,0,-19": 7,
121
- "-24,0,-18": 7,
122
- "-24,0,-17": 7,
123
- "-24,0,-16": 7,
124
- "-24,0,-15": 7,
125
- "-24,0,-14": 7,
126
- "-24,0,-13": 7,
127
- "-24,0,-12": 7,
128
- "-24,0,-11": 7,
129
- "-24,0,-10": 7,
130
- "-24,0,-9": 7,
131
- "-24,0,-8": 7,
132
- "-24,0,-7": 7,
133
- "-24,0,-6": 7,
134
- "-24,0,-5": 7,
135
- "-24,0,-4": 7,
136
- "-24,0,-3": 7,
137
- "-24,0,-2": 7,
138
- "-24,0,-1": 7,
139
- "-24,0,0": 7,
140
- "-24,0,1": 7,
141
- "-24,0,2": 7,
142
- "-24,0,3": 7,
143
- "-24,0,4": 7,
144
- "-24,0,5": 7,
145
- "-24,0,6": 7,
146
- "-24,0,7": 7,
147
- "-24,0,8": 7,
148
- "-24,0,9": 7,
149
- "-24,0,10": 7,
150
- "-24,0,11": 7,
151
- "-24,0,12": 7,
152
- "-24,0,13": 7,
153
- "-24,0,14": 7,
154
- "-24,0,15": 7,
155
- "-24,0,16": 7,
156
- "-24,0,17": 7,
157
- "-24,0,18": 7,
158
- "-24,0,19": 7,
159
- "-24,0,20": 7,
160
- "-24,0,21": 7,
161
- "-24,0,22": 7,
162
- "-24,0,23": 7,
163
- "-24,0,24": 7,
164
- "-24,0,25": 7,
165
- "-23,0,-24": 7,
166
- "-23,0,-23": 7,
167
- "-23,0,-22": 7,
168
- "-23,0,-21": 7,
169
- "-23,0,-20": 7,
170
- "-23,0,-19": 7,
171
- "-23,0,-18": 7,
172
- "-23,0,-17": 7,
173
- "-23,0,-16": 7,
174
- "-23,0,-15": 7,
175
- "-23,0,-14": 7,
176
- "-23,0,-13": 7,
177
- "-23,0,-12": 7,
178
- "-23,0,-11": 7,
179
- "-23,0,-10": 7,
180
- "-23,0,-9": 7,
181
- "-23,0,-8": 7,
182
- "-23,0,-7": 7,
183
- "-23,0,-6": 7,
184
- "-23,0,-5": 7,
185
- "-23,0,-4": 7,
186
- "-23,0,-3": 7,
187
- "-23,0,-2": 7,
188
- "-23,0,-1": 7,
189
- "-23,0,0": 7,
190
- "-23,0,1": 7,
191
- "-23,0,2": 7,
192
- "-23,0,3": 7,
193
- "-23,0,4": 7,
194
- "-23,0,5": 7,
195
- "-23,0,6": 7,
196
- "-23,0,7": 7,
197
- "-23,0,8": 7,
198
- "-23,0,9": 7,
199
- "-23,0,10": 7,
200
- "-23,0,11": 7,
201
- "-23,0,12": 7,
202
- "-23,0,13": 7,
203
- "-23,0,14": 7,
204
- "-23,0,15": 7,
205
- "-23,0,16": 7,
206
- "-23,0,17": 7,
207
- "-23,0,18": 7,
208
- "-23,0,19": 7,
209
- "-23,0,20": 7,
210
- "-23,0,21": 7,
211
- "-23,0,22": 7,
212
- "-23,0,23": 7,
213
- "-23,0,24": 7,
214
- "-23,0,25": 7,
215
- "-22,0,-24": 7,
216
- "-22,0,-23": 7,
217
- "-22,0,-22": 7,
218
- "-22,0,-21": 7,
219
- "-22,0,-20": 7,
220
- "-22,0,-19": 7,
221
- "-22,0,-18": 7,
222
- "-22,0,-17": 7,
223
- "-22,0,-16": 7,
224
- "-22,0,-15": 7,
225
- "-22,0,-14": 7,
226
- "-22,0,-13": 7,
227
- "-22,0,-12": 7,
228
- "-22,0,-11": 7,
229
- "-22,0,-10": 7,
230
- "-22,0,-9": 7,
231
- "-22,0,-8": 7,
232
- "-22,0,-7": 7,
233
- "-22,0,-6": 7,
234
- "-22,0,-5": 7,
235
- "-22,0,-4": 7,
236
- "-22,0,-3": 7,
237
- "-22,0,-2": 7,
238
- "-22,0,-1": 7,
239
- "-22,0,0": 7,
240
- "-22,0,1": 7,
241
- "-22,0,2": 7,
242
- "-22,0,3": 7,
243
- "-22,0,4": 7,
244
- "-22,0,5": 7,
245
- "-22,0,6": 7,
246
- "-22,0,7": 7,
247
- "-22,0,8": 7,
248
- "-22,0,9": 7,
249
- "-22,0,10": 7,
250
- "-22,0,11": 7,
251
- "-22,0,12": 7,
252
- "-22,0,13": 7,
253
- "-22,0,14": 7,
254
- "-22,0,15": 7,
255
- "-22,0,16": 7,
256
- "-22,0,17": 7,
257
- "-22,0,18": 7,
258
- "-22,0,19": 7,
259
- "-22,0,20": 7,
260
- "-22,0,21": 7,
261
- "-22,0,22": 7,
262
- "-22,0,23": 7,
263
- "-22,0,24": 7,
264
- "-22,0,25": 7,
265
- "-21,0,-24": 7,
266
- "-21,0,-23": 7,
267
- "-21,0,-22": 7,
268
- "-21,0,-21": 7,
269
- "-21,0,-20": 7,
270
- "-21,0,-19": 7,
271
- "-21,0,-18": 7,
272
- "-21,0,-17": 7,
273
- "-21,0,-16": 7,
274
- "-21,0,-15": 7,
275
- "-21,0,-14": 7,
276
- "-21,0,-13": 7,
277
- "-21,0,-12": 7,
278
- "-21,0,-11": 7,
279
- "-21,0,-10": 7,
280
- "-21,0,-9": 7,
281
- "-21,0,-8": 7,
282
- "-21,0,-7": 7,
283
- "-21,0,-6": 7,
284
- "-21,0,-5": 7,
285
- "-21,0,-4": 7,
286
- "-21,0,-3": 7,
287
- "-21,0,-2": 7,
288
- "-21,0,-1": 7,
289
- "-21,0,0": 7,
290
- "-21,0,1": 7,
291
- "-21,0,2": 7,
292
- "-21,0,3": 7,
293
- "-21,0,4": 7,
294
- "-21,0,5": 7,
295
- "-21,0,6": 7,
296
- "-21,0,7": 7,
297
- "-21,0,8": 7,
298
- "-21,0,9": 7,
299
- "-21,0,10": 7,
300
- "-21,0,11": 7,
301
- "-21,0,12": 7,
302
- "-21,0,13": 7,
303
- "-21,0,14": 7,
304
- "-21,0,15": 7,
305
- "-21,0,16": 7,
306
- "-21,0,17": 7,
307
- "-21,0,18": 7,
308
- "-21,0,19": 7,
309
- "-21,0,20": 7,
310
- "-21,0,21": 7,
311
- "-21,0,22": 7,
312
- "-21,0,23": 7,
313
- "-21,0,24": 7,
314
- "-21,0,25": 7,
315
- "-20,0,-24": 7,
316
- "-20,0,-23": 7,
317
- "-20,0,-22": 7,
318
- "-20,0,-21": 7,
319
- "-20,0,-20": 7,
320
- "-20,0,-19": 7,
321
- "-20,0,-18": 7,
322
- "-20,0,-17": 7,
323
- "-20,0,-16": 7,
324
- "-20,0,-15": 7,
325
- "-20,0,-14": 7,
326
- "-20,0,-13": 7,
327
- "-20,0,-12": 7,
328
- "-20,0,-11": 7,
329
- "-20,0,-10": 7,
330
- "-20,0,-9": 7,
331
- "-20,0,-8": 7,
332
- "-20,0,-7": 7,
333
- "-20,0,-6": 7,
334
- "-20,0,-5": 7,
335
- "-20,0,-4": 7,
336
- "-20,0,-3": 7,
337
- "-20,0,-2": 7,
338
- "-20,0,-1": 7,
339
- "-20,0,0": 7,
340
- "-20,0,1": 7,
341
- "-20,0,2": 7,
342
- "-20,0,3": 7,
343
- "-20,0,4": 7,
344
- "-20,0,5": 7,
345
- "-20,0,6": 7,
346
- "-20,0,7": 7,
347
- "-20,0,8": 7,
348
- "-20,0,9": 7,
349
- "-20,0,10": 7,
350
- "-20,0,11": 7,
351
- "-20,0,12": 7,
352
- "-20,0,13": 7,
353
- "-20,0,14": 7,
354
- "-20,0,15": 7,
355
- "-20,0,16": 7,
356
- "-20,0,17": 7,
357
- "-20,0,18": 7,
358
- "-20,0,19": 7,
359
- "-20,0,20": 7,
360
- "-20,0,21": 7,
361
- "-20,0,22": 7,
362
- "-20,0,23": 7,
363
- "-20,0,24": 7,
364
- "-20,0,25": 7,
365
- "-19,0,-24": 7,
366
- "-19,0,-23": 7,
367
- "-19,0,-22": 7,
368
- "-19,0,-21": 7,
369
- "-19,0,-20": 7,
370
- "-19,0,-19": 7,
371
- "-19,0,-18": 7,
372
- "-19,0,-17": 7,
373
- "-19,0,-16": 7,
374
- "-19,0,-15": 7,
375
- "-19,0,-14": 7,
376
- "-19,0,-13": 7,
377
- "-19,0,-12": 7,
378
- "-19,0,-11": 7,
379
- "-19,0,-10": 7,
380
- "-19,0,-9": 7,
381
- "-19,0,-8": 7,
382
- "-19,0,-7": 7,
383
- "-19,0,-6": 7,
384
- "-19,0,-5": 7,
385
- "-19,0,-4": 7,
386
- "-19,0,-3": 7,
387
- "-19,0,-2": 7,
388
- "-19,0,-1": 7,
389
- "-19,0,0": 7,
390
- "-19,0,1": 7,
391
- "-19,0,2": 7,
392
- "-19,0,3": 7,
393
- "-19,0,4": 7,
394
- "-19,0,5": 7,
395
- "-19,0,6": 7,
396
- "-19,0,7": 7,
397
- "-19,0,8": 7,
398
- "-19,0,9": 7,
399
- "-19,0,10": 7,
400
- "-19,0,11": 7,
401
- "-19,0,12": 7,
402
- "-19,0,13": 7,
403
- "-19,0,14": 7,
404
- "-19,0,15": 7,
405
- "-19,0,16": 7,
406
- "-19,0,17": 7,
407
- "-19,0,18": 7,
408
- "-19,0,19": 7,
409
- "-19,0,20": 7,
410
- "-19,0,21": 7,
411
- "-19,0,22": 7,
412
- "-19,0,23": 7,
413
- "-19,0,24": 7,
414
- "-19,0,25": 7,
415
- "-18,0,-24": 7,
416
- "-18,0,-23": 7,
417
- "-18,0,-22": 7,
418
- "-18,0,-21": 7,
419
- "-18,0,-20": 7,
420
- "-18,0,-19": 7,
421
- "-18,0,-18": 7,
422
- "-18,0,-17": 7,
423
- "-18,0,-16": 7,
424
- "-18,0,-15": 7,
425
- "-18,0,-14": 7,
426
- "-18,0,-13": 7,
427
- "-18,0,-12": 7,
428
- "-18,0,-11": 7,
429
- "-18,0,-10": 7,
430
- "-18,0,-9": 7,
431
- "-18,0,-8": 7,
432
- "-18,0,-7": 7,
433
- "-18,0,-6": 7,
434
- "-18,0,-5": 7,
435
- "-18,0,-4": 7,
436
- "-18,0,-3": 7,
437
- "-18,0,-2": 7,
438
- "-18,0,-1": 7,
439
- "-18,0,0": 7,
440
- "-18,0,1": 7,
441
- "-18,0,2": 7,
442
- "-18,0,3": 7,
443
- "-18,0,4": 7,
444
- "-18,0,5": 7,
445
- "-18,0,6": 7,
446
- "-18,0,7": 7,
447
- "-18,0,8": 7,
448
- "-18,0,9": 7,
449
- "-18,0,10": 7,
450
- "-18,0,11": 7,
451
- "-18,0,12": 7,
452
- "-18,0,13": 7,
453
- "-18,0,14": 7,
454
- "-18,0,15": 7,
455
- "-18,0,16": 7,
456
- "-18,0,17": 7,
457
- "-18,0,18": 7,
458
- "-18,0,19": 7,
459
- "-18,0,20": 7,
460
- "-18,0,21": 7,
461
- "-18,0,22": 7,
462
- "-18,0,23": 7,
463
- "-18,0,24": 7,
464
- "-18,0,25": 7,
465
- "-17,0,-24": 7,
466
- "-17,0,-23": 7,
467
- "-17,0,-22": 7,
468
- "-17,0,-21": 7,
469
- "-17,0,-20": 7,
470
- "-17,0,-19": 7,
471
- "-17,0,-18": 7,
472
- "-17,0,-17": 7,
473
- "-17,0,-16": 7,
474
- "-17,0,-15": 7,
475
- "-17,0,-14": 7,
476
- "-17,0,-13": 7,
477
- "-17,0,-12": 7,
478
- "-17,0,-11": 7,
479
- "-17,0,-10": 7,
480
- "-17,0,-9": 7,
481
- "-17,0,-8": 7,
482
- "-17,0,-7": 7,
483
- "-17,0,-6": 7,
484
- "-17,0,-5": 7,
485
- "-17,0,-4": 7,
486
- "-17,0,-3": 7,
487
- "-17,0,-2": 7,
488
- "-17,0,-1": 7,
489
- "-17,0,0": 7,
490
- "-17,0,1": 7,
491
- "-17,0,2": 7,
492
- "-17,0,3": 7,
493
- "-17,0,4": 7,
494
- "-17,0,5": 7,
495
- "-17,0,6": 7,
496
- "-17,0,7": 7,
497
- "-17,0,8": 7,
498
- "-17,0,9": 7,
499
- "-17,0,10": 7,
500
- "-17,0,11": 7,
501
- "-17,0,12": 7,
502
- "-17,0,13": 7,
503
- "-17,0,14": 7,
504
- "-17,0,15": 7,
505
- "-17,0,16": 7,
506
- "-17,0,17": 7,
507
- "-17,0,18": 7,
508
- "-17,0,19": 7,
509
- "-17,0,20": 7,
510
- "-17,0,21": 7,
511
- "-17,0,22": 7,
512
- "-17,0,23": 7,
513
- "-17,0,24": 7,
514
- "-17,0,25": 7,
515
- "-16,0,-24": 7,
516
- "-16,0,-23": 7,
517
- "-16,0,-22": 7,
518
- "-16,0,-21": 7,
519
- "-16,0,-20": 7,
520
- "-16,0,-19": 7,
521
- "-16,0,-18": 7,
522
- "-16,0,-17": 7,
523
- "-16,0,-16": 7,
524
- "-16,0,-15": 7,
525
- "-16,0,-14": 7,
526
- "-16,0,-13": 7,
527
- "-16,0,-12": 7,
528
- "-16,0,-11": 7,
529
- "-16,0,-10": 7,
530
- "-16,0,-9": 7,
531
- "-16,0,-8": 7,
532
- "-16,0,-7": 7,
533
- "-16,0,-6": 7,
534
- "-16,0,-5": 7,
535
- "-16,0,-4": 7,
536
- "-16,0,-3": 7,
537
- "-16,0,-2": 7,
538
- "-16,0,-1": 7,
539
- "-16,0,0": 7,
540
- "-16,0,1": 7,
541
- "-16,0,2": 7,
542
- "-16,0,3": 7,
543
- "-16,0,4": 7,
544
- "-16,0,5": 7,
545
- "-16,0,6": 7,
546
- "-16,0,7": 7,
547
- "-16,0,8": 7,
548
- "-16,0,9": 7,
549
- "-16,0,10": 7,
550
- "-16,0,11": 7,
551
- "-16,0,12": 7,
552
- "-16,0,13": 7,
553
- "-16,0,14": 7,
554
- "-16,0,15": 7,
555
- "-16,0,16": 7,
556
- "-16,0,17": 7,
557
- "-16,0,18": 7,
558
- "-16,0,19": 7,
559
- "-16,0,20": 7,
560
- "-16,0,21": 7,
561
- "-16,0,22": 7,
562
- "-16,0,23": 7,
563
- "-16,0,24": 7,
564
- "-16,0,25": 7,
565
- "-15,0,-24": 7,
566
- "-15,0,-23": 7,
567
- "-15,0,-22": 7,
568
- "-15,0,-21": 7,
569
- "-15,0,-20": 7,
570
- "-15,0,-19": 7,
571
- "-15,0,-18": 7,
572
- "-15,0,-17": 7,
573
- "-15,0,-16": 7,
574
- "-15,0,-15": 7,
575
- "-15,0,-14": 7,
576
- "-15,0,-13": 7,
577
- "-15,0,-12": 7,
578
- "-15,0,-11": 7,
579
- "-15,0,-10": 7,
580
- "-15,0,-9": 7,
581
- "-15,0,-8": 7,
582
- "-15,0,-7": 7,
583
- "-15,0,-6": 7,
584
- "-15,0,-5": 7,
585
- "-15,0,-4": 7,
586
- "-15,0,-3": 7,
587
- "-15,0,-2": 7,
588
- "-15,0,-1": 7,
589
- "-15,0,0": 7,
590
- "-15,0,1": 7,
591
- "-15,0,2": 7,
592
- "-15,0,3": 7,
593
- "-15,0,4": 7,
594
- "-15,0,5": 7,
595
- "-15,0,6": 7,
596
- "-15,0,7": 7,
597
- "-15,0,8": 7,
598
- "-15,0,9": 7,
599
- "-15,0,10": 7,
600
- "-15,0,11": 7,
601
- "-15,0,12": 7,
602
- "-15,0,13": 7,
603
- "-15,0,14": 7,
604
- "-15,0,15": 7,
605
- "-15,0,16": 7,
606
- "-15,0,17": 7,
607
- "-15,0,18": 7,
608
- "-15,0,19": 7,
609
- "-15,0,20": 7,
610
- "-15,0,21": 7,
611
- "-15,0,22": 7,
612
- "-15,0,23": 7,
613
- "-15,0,24": 7,
614
- "-15,0,25": 7,
615
- "-14,0,-24": 7,
616
- "-14,0,-23": 7,
617
- "-14,0,-22": 7,
618
- "-14,0,-21": 7,
619
- "-14,0,-20": 7,
620
- "-14,0,-19": 7,
621
- "-14,0,-18": 7,
622
- "-14,0,-17": 7,
623
- "-14,0,-16": 7,
624
- "-14,0,-15": 7,
625
- "-14,0,-14": 7,
626
- "-14,0,-13": 7,
627
- "-14,0,-12": 7,
628
- "-14,0,-11": 7,
629
- "-14,0,-10": 7,
630
- "-14,0,-9": 7,
631
- "-14,0,-8": 7,
632
- "-14,0,-7": 7,
633
- "-14,0,-6": 7,
634
- "-14,0,-5": 7,
635
- "-14,0,-4": 7,
636
- "-14,0,-3": 7,
637
- "-14,0,-2": 7,
638
- "-14,0,-1": 7,
639
- "-14,0,0": 7,
640
- "-14,0,1": 7,
641
- "-14,0,2": 7,
642
- "-14,0,3": 7,
643
- "-14,0,4": 7,
644
- "-14,0,5": 7,
645
- "-14,0,6": 7,
646
- "-14,0,7": 7,
647
- "-14,0,8": 7,
648
- "-14,0,9": 7,
649
- "-14,0,10": 7,
650
- "-14,0,11": 7,
651
- "-14,0,12": 7,
652
- "-14,0,13": 7,
653
- "-14,0,14": 7,
654
- "-14,0,15": 7,
655
- "-14,0,16": 7,
656
- "-14,0,17": 7,
657
- "-14,0,18": 7,
658
- "-14,0,19": 7,
659
- "-14,0,20": 7,
660
- "-14,0,21": 7,
661
- "-14,0,22": 7,
662
- "-14,0,23": 7,
663
- "-14,0,24": 7,
664
- "-14,0,25": 7,
665
- "-13,0,-24": 7,
666
- "-13,0,-23": 7,
667
- "-13,0,-22": 7,
668
- "-13,0,-21": 7,
669
- "-13,0,-20": 7,
670
- "-13,0,-19": 7,
671
- "-13,0,-18": 7,
672
- "-13,0,-17": 7,
673
- "-13,0,-16": 7,
674
- "-13,0,-15": 7,
675
- "-13,0,-14": 7,
676
- "-13,0,-13": 7,
677
- "-13,0,-12": 7,
678
- "-13,0,-11": 7,
679
- "-13,0,-10": 7,
680
- "-13,0,-9": 7,
681
- "-13,0,-8": 7,
682
- "-13,0,-7": 7,
683
- "-13,0,-6": 7,
684
- "-13,0,-5": 7,
685
- "-13,0,-4": 7,
686
- "-13,0,-3": 7,
687
- "-13,0,-2": 7,
688
- "-13,0,-1": 7,
689
- "-13,0,0": 7,
690
- "-13,0,1": 7,
691
- "-13,0,2": 7,
692
- "-13,0,3": 7,
693
- "-13,0,4": 7,
694
- "-13,0,5": 7,
695
- "-13,0,6": 7,
696
- "-13,0,7": 7,
697
- "-13,0,8": 7,
698
- "-13,0,9": 7,
699
- "-13,0,10": 7,
700
- "-13,0,11": 7,
701
- "-13,0,12": 7,
702
- "-13,0,13": 7,
703
- "-13,0,14": 7,
704
- "-13,0,15": 7,
705
- "-13,0,16": 7,
706
- "-13,0,17": 7,
707
- "-13,0,18": 7,
708
- "-13,0,19": 7,
709
- "-13,0,20": 7,
710
- "-13,0,21": 7,
711
- "-13,0,22": 7,
712
- "-13,0,23": 7,
713
- "-13,0,24": 7,
714
- "-13,0,25": 7,
715
- "-12,0,-24": 7,
716
- "-12,0,-23": 7,
717
- "-12,0,-22": 7,
718
- "-12,0,-21": 7,
719
- "-12,0,-20": 7,
720
- "-12,0,-19": 7,
721
- "-12,0,-18": 7,
722
- "-12,0,-17": 7,
723
- "-12,0,-16": 7,
724
- "-12,0,-15": 7,
725
- "-12,0,-14": 7,
726
- "-12,0,-13": 7,
727
- "-12,0,-12": 7,
728
- "-12,0,-11": 7,
729
- "-12,0,-10": 7,
730
- "-12,0,-9": 7,
731
- "-12,0,-8": 7,
732
- "-12,0,-7": 7,
733
- "-12,0,-6": 7,
734
- "-12,0,-5": 7,
735
- "-12,0,-4": 7,
736
- "-12,0,-3": 7,
737
- "-12,0,-2": 7,
738
- "-12,0,-1": 7,
739
- "-12,0,0": 7,
740
- "-12,0,1": 7,
741
- "-12,0,2": 7,
742
- "-12,0,3": 7,
743
- "-12,0,4": 7,
744
- "-12,0,5": 7,
745
- "-12,0,6": 7,
746
- "-12,0,7": 7,
747
- "-12,0,8": 7,
748
- "-12,0,9": 7,
749
- "-12,0,10": 7,
750
- "-12,0,11": 7,
751
- "-12,0,12": 7,
752
- "-12,0,13": 7,
753
- "-12,0,14": 7,
754
- "-12,0,15": 7,
755
- "-12,0,16": 7,
756
- "-12,0,17": 7,
757
- "-12,0,18": 7,
758
- "-12,0,19": 7,
759
- "-12,0,20": 7,
760
- "-12,0,21": 7,
761
- "-12,0,22": 7,
762
- "-12,0,23": 7,
763
- "-12,0,24": 7,
764
- "-12,0,25": 7,
765
- "-11,0,-24": 7,
766
- "-11,0,-23": 7,
767
- "-11,0,-22": 7,
768
- "-11,0,-21": 7,
769
- "-11,0,-20": 7,
770
- "-11,0,-19": 7,
771
- "-11,0,-18": 7,
772
- "-11,0,-17": 7,
773
- "-11,0,-16": 7,
774
- "-11,0,-15": 7,
775
- "-11,0,-14": 7,
776
- "-11,0,-13": 7,
777
- "-11,0,-12": 7,
778
- "-11,0,-11": 7,
779
- "-11,0,-10": 7,
780
- "-11,0,-9": 7,
781
- "-11,0,-8": 7,
782
- "-11,0,-7": 7,
783
- "-11,0,-6": 7,
784
- "-11,0,-5": 7,
785
- "-11,0,-4": 7,
786
- "-11,0,-3": 7,
787
- "-11,0,-2": 7,
788
- "-11,0,-1": 7,
789
- "-11,0,0": 7,
790
- "-11,0,1": 7,
791
- "-11,0,2": 7,
792
- "-11,0,3": 7,
793
- "-11,0,4": 7,
794
- "-11,0,5": 7,
795
- "-11,0,6": 7,
796
- "-11,0,7": 7,
797
- "-11,0,8": 7,
798
- "-11,0,9": 7,
799
- "-11,0,10": 7,
800
- "-11,0,11": 7,
801
- "-11,0,12": 7,
802
- "-11,0,13": 7,
803
- "-11,0,14": 7,
804
- "-11,0,15": 7,
805
- "-11,0,16": 7,
806
- "-11,0,17": 7,
807
- "-11,0,18": 7,
808
- "-11,0,19": 7,
809
- "-11,0,20": 7,
810
- "-11,0,21": 7,
811
- "-11,0,22": 7,
812
- "-11,0,23": 7,
813
- "-11,0,24": 7,
814
- "-11,0,25": 7,
815
- "-10,0,-24": 7,
816
- "-10,0,-23": 7,
817
- "-10,0,-22": 7,
818
- "-10,0,-21": 7,
819
- "-10,0,-20": 7,
820
- "-10,0,-19": 7,
821
- "-10,0,-18": 7,
822
- "-10,0,-17": 7,
823
- "-10,0,-16": 7,
824
- "-10,0,-15": 7,
825
- "-10,0,-14": 7,
826
- "-10,0,-13": 7,
827
- "-10,0,-12": 7,
828
- "-10,0,-11": 7,
829
- "-10,0,-10": 7,
830
- "-10,0,-9": 7,
831
- "-10,0,-8": 7,
832
- "-10,0,-7": 7,
833
- "-10,0,-6": 7,
834
- "-10,0,-5": 7,
835
- "-10,0,-4": 7,
836
- "-10,0,-3": 7,
837
- "-10,0,-2": 7,
838
- "-10,0,-1": 7,
839
- "-10,0,0": 7,
840
- "-10,0,1": 7,
841
- "-10,0,2": 7,
842
- "-10,0,3": 7,
843
- "-10,0,4": 7,
844
- "-10,0,5": 7,
845
- "-10,0,6": 7,
846
- "-10,0,7": 7,
847
- "-10,0,8": 7,
848
- "-10,0,9": 7,
849
- "-10,0,10": 7,
850
- "-10,0,11": 7,
851
- "-10,0,12": 7,
852
- "-10,0,13": 7,
853
- "-10,0,14": 7,
854
- "-10,0,15": 7,
855
- "-10,0,16": 7,
856
- "-10,0,17": 7,
857
- "-10,0,18": 7,
858
- "-10,0,19": 7,
859
- "-10,0,20": 7,
860
- "-10,0,21": 7,
861
- "-10,0,22": 7,
862
- "-10,0,23": 7,
863
- "-10,0,24": 7,
864
- "-10,0,25": 7,
865
- "-9,0,-24": 7,
866
- "-9,0,-23": 7,
867
- "-9,0,-22": 7,
868
- "-9,0,-21": 7,
869
- "-9,0,-20": 7,
870
- "-9,0,-19": 7,
871
- "-9,0,-18": 7,
872
- "-9,0,-17": 7,
873
- "-9,0,-16": 7,
874
- "-9,0,-15": 7,
875
- "-9,0,-14": 7,
876
- "-9,0,-13": 7,
877
- "-9,0,-12": 7,
878
- "-9,0,-11": 7,
879
- "-9,0,-10": 7,
880
- "-9,0,-9": 7,
881
- "-9,0,-8": 7,
882
- "-9,0,-7": 7,
883
- "-9,0,-6": 7,
884
- "-9,0,-5": 7,
885
- "-9,0,-4": 7,
886
- "-9,0,-3": 7,
887
- "-9,0,-2": 7,
888
- "-9,0,-1": 7,
889
- "-9,0,0": 7,
890
- "-9,0,1": 7,
891
- "-9,0,2": 7,
892
- "-9,0,3": 7,
893
- "-9,0,4": 7,
894
- "-9,0,5": 7,
895
- "-9,0,6": 7,
896
- "-9,0,7": 7,
897
- "-9,0,8": 7,
898
- "-9,0,9": 7,
899
- "-9,0,10": 7,
900
- "-9,0,11": 7,
901
- "-9,0,12": 7,
902
- "-9,0,13": 7,
903
- "-9,0,14": 7,
904
- "-9,0,15": 7,
905
- "-9,0,16": 7,
906
- "-9,0,17": 7,
907
- "-9,0,18": 7,
908
- "-9,0,19": 7,
909
- "-9,0,20": 7,
910
- "-9,0,21": 7,
911
- "-9,0,22": 7,
912
- "-9,0,23": 7,
913
- "-9,0,24": 7,
914
- "-9,0,25": 7,
915
- "-8,0,-24": 7,
916
- "-8,0,-23": 7,
917
- "-8,0,-22": 7,
918
- "-8,0,-21": 7,
919
- "-8,0,-20": 7,
920
- "-8,0,-19": 7,
921
- "-8,0,-18": 7,
922
- "-8,0,-17": 7,
923
- "-8,0,-16": 7,
924
- "-8,0,-15": 7,
925
- "-8,0,-14": 7,
926
- "-8,0,-13": 7,
927
- "-8,0,-12": 7,
928
- "-8,0,-11": 7,
929
- "-8,0,-10": 7,
930
- "-8,0,-9": 7,
931
- "-8,0,-8": 7,
932
- "-8,0,-7": 7,
933
- "-8,0,-6": 7,
934
- "-8,0,-5": 7,
935
- "-8,0,-4": 7,
936
- "-8,0,-3": 7,
937
- "-8,0,-2": 7,
938
- "-8,0,-1": 7,
939
- "-8,0,0": 7,
940
- "-8,0,1": 7,
941
- "-8,0,2": 7,
942
- "-8,0,3": 7,
943
- "-8,0,4": 7,
944
- "-8,0,5": 7,
945
- "-8,0,6": 7,
946
- "-8,0,7": 7,
947
- "-8,0,8": 7,
948
- "-8,0,9": 7,
949
- "-8,0,10": 7,
950
- "-8,0,11": 7,
951
- "-8,0,12": 7,
952
- "-8,0,13": 7,
953
- "-8,0,14": 7,
954
- "-8,0,15": 7,
955
- "-8,0,16": 7,
956
- "-8,0,17": 7,
957
- "-8,0,18": 7,
958
- "-8,0,19": 7,
959
- "-8,0,20": 7,
960
- "-8,0,21": 7,
961
- "-8,0,22": 7,
962
- "-8,0,23": 7,
963
- "-8,0,24": 7,
964
- "-8,0,25": 7,
965
- "-7,0,-24": 7,
966
- "-7,0,-23": 7,
967
- "-7,0,-22": 7,
968
- "-7,0,-21": 7,
969
- "-7,0,-20": 7,
970
- "-7,0,-19": 7,
971
- "-7,0,-18": 7,
972
- "-7,0,-17": 7,
973
- "-7,0,-16": 7,
974
- "-7,0,-15": 7,
975
- "-7,0,-14": 7,
976
- "-7,0,-13": 7,
977
- "-7,0,-12": 7,
978
- "-7,0,-11": 7,
979
- "-7,0,-10": 7,
980
- "-7,0,-9": 7,
981
- "-7,0,-8": 7,
982
- "-7,0,-7": 7,
983
- "-7,0,-6": 7,
984
- "-7,0,-5": 7,
985
- "-7,0,-4": 7,
986
- "-7,0,-3": 7,
987
- "-7,0,-2": 7,
988
- "-7,0,-1": 7,
989
- "-7,0,0": 7,
990
- "-7,0,1": 7,
991
- "-7,0,2": 7,
992
- "-7,0,3": 7,
993
- "-7,0,4": 7,
994
- "-7,0,5": 7,
995
- "-7,0,6": 7,
996
- "-7,0,7": 7,
997
- "-7,0,8": 7,
998
- "-7,0,9": 7,
999
- "-7,0,10": 7,
1000
- "-7,0,11": 7,
1001
- "-7,0,12": 7,
1002
- "-7,0,13": 7,
1003
- "-7,0,14": 7,
1004
- "-7,0,15": 7,
1005
- "-7,0,16": 7,
1006
- "-7,0,17": 7,
1007
- "-7,0,18": 7,
1008
- "-7,0,19": 7,
1009
- "-7,0,20": 7,
1010
- "-7,0,21": 7,
1011
- "-7,0,22": 7,
1012
- "-7,0,23": 7,
1013
- "-7,0,24": 7,
1014
- "-7,0,25": 7,
1015
- "-6,0,-24": 7,
1016
- "-6,0,-23": 7,
1017
- "-6,0,-22": 7,
1018
- "-6,0,-21": 7,
1019
- "-6,0,-20": 7,
1020
- "-6,0,-19": 7,
1021
- "-6,0,-18": 7,
1022
- "-6,0,-17": 7,
1023
- "-6,0,-16": 7,
1024
- "-6,0,-15": 7,
1025
- "-6,0,-14": 7,
1026
- "-6,0,-13": 7,
1027
- "-6,0,-12": 7,
1028
- "-6,0,-11": 7,
1029
- "-6,0,-10": 7,
1030
- "-6,0,-9": 7,
1031
- "-6,0,-8": 7,
1032
- "-6,0,-7": 7,
1033
- "-6,0,-6": 7,
1034
- "-6,0,-5": 7,
1035
- "-6,0,-4": 7,
1036
- "-6,0,-3": 7,
1037
- "-6,0,-2": 7,
1038
- "-6,0,-1": 7,
1039
- "-6,0,0": 7,
1040
- "-6,0,1": 7,
1041
- "-6,0,2": 7,
1042
- "-6,0,3": 7,
1043
- "-6,0,4": 7,
1044
- "-6,0,5": 7,
1045
- "-6,0,6": 7,
1046
- "-6,0,7": 7,
1047
- "-6,0,8": 7,
1048
- "-6,0,9": 7,
1049
- "-6,0,10": 7,
1050
- "-6,0,11": 7,
1051
- "-6,0,12": 7,
1052
- "-6,0,13": 7,
1053
- "-6,0,14": 7,
1054
- "-6,0,15": 7,
1055
- "-6,0,16": 7,
1056
- "-6,0,17": 7,
1057
- "-6,0,18": 7,
1058
- "-6,0,19": 7,
1059
- "-6,0,20": 7,
1060
- "-6,0,21": 7,
1061
- "-6,0,22": 7,
1062
- "-6,0,23": 7,
1063
- "-6,0,24": 7,
1064
- "-6,0,25": 7,
1065
- "-5,0,-24": 7,
1066
- "-5,0,-23": 7,
1067
- "-5,0,-22": 7,
1068
- "-5,0,-21": 7,
1069
- "-5,0,-20": 7,
1070
- "-5,0,-19": 7,
1071
- "-5,0,-18": 7,
1072
- "-5,0,-17": 7,
1073
- "-5,0,-16": 7,
1074
- "-5,0,-15": 7,
1075
- "-5,0,-14": 7,
1076
- "-5,0,-13": 7,
1077
- "-5,0,-12": 7,
1078
- "-5,0,-11": 7,
1079
- "-5,0,-10": 7,
1080
- "-5,0,-9": 7,
1081
- "-5,0,-8": 7,
1082
- "-5,0,-7": 7,
1083
- "-5,0,-6": 7,
1084
- "-5,0,-5": 7,
1085
- "-5,0,-4": 7,
1086
- "-5,0,-3": 7,
1087
- "-5,0,-2": 7,
1088
- "-5,0,-1": 7,
1089
- "-5,0,0": 7,
1090
- "-5,0,1": 7,
1091
- "-5,0,2": 7,
1092
- "-5,0,3": 7,
1093
- "-5,0,4": 7,
1094
- "-5,0,5": 7,
1095
- "-5,0,6": 7,
1096
- "-5,0,7": 7,
1097
- "-5,0,8": 7,
1098
- "-5,0,9": 7,
1099
- "-5,0,10": 7,
1100
- "-5,0,11": 7,
1101
- "-5,0,12": 7,
1102
- "-5,0,13": 7,
1103
- "-5,0,14": 7,
1104
- "-5,0,15": 7,
1105
- "-5,0,16": 7,
1106
- "-5,0,17": 7,
1107
- "-5,0,18": 7,
1108
- "-5,0,19": 7,
1109
- "-5,0,20": 7,
1110
- "-5,0,21": 7,
1111
- "-5,0,22": 7,
1112
- "-5,0,23": 7,
1113
- "-5,0,24": 7,
1114
- "-5,0,25": 7,
1115
- "-4,0,-24": 7,
1116
- "-4,0,-23": 7,
1117
- "-4,0,-22": 7,
1118
- "-4,0,-21": 7,
1119
- "-4,0,-20": 7,
1120
- "-4,0,-19": 7,
1121
- "-4,0,-18": 7,
1122
- "-4,0,-17": 7,
1123
- "-4,0,-16": 7,
1124
- "-4,0,-15": 7,
1125
- "-4,0,-14": 7,
1126
- "-4,0,-13": 7,
1127
- "-4,0,-12": 7,
1128
- "-4,0,-11": 7,
1129
- "-4,0,-10": 7,
1130
- "-4,0,-9": 7,
1131
- "-4,0,-8": 7,
1132
- "-4,0,-7": 7,
1133
- "-4,0,-6": 7,
1134
- "-4,0,-5": 7,
1135
- "-4,0,-4": 7,
1136
- "-4,0,-3": 7,
1137
- "-4,0,-2": 7,
1138
- "-4,0,-1": 7,
1139
- "-4,0,0": 7,
1140
- "-4,0,1": 7,
1141
- "-4,0,2": 7,
1142
- "-4,0,3": 7,
1143
- "-4,0,4": 7,
1144
- "-4,0,5": 7,
1145
- "-4,0,6": 7,
1146
- "-4,0,7": 7,
1147
- "-4,0,8": 7,
1148
- "-4,0,9": 7,
1149
- "-4,0,10": 7,
1150
- "-4,0,11": 7,
1151
- "-4,0,12": 7,
1152
- "-4,0,13": 7,
1153
- "-4,0,14": 7,
1154
- "-4,0,15": 7,
1155
- "-4,0,16": 7,
1156
- "-4,0,17": 7,
1157
- "-4,0,18": 7,
1158
- "-4,0,19": 7,
1159
- "-4,0,20": 7,
1160
- "-4,0,21": 7,
1161
- "-4,0,22": 7,
1162
- "-4,0,23": 7,
1163
- "-4,0,24": 7,
1164
- "-4,0,25": 7,
1165
- "-3,0,-24": 7,
1166
- "-3,0,-23": 7,
1167
- "-3,0,-22": 7,
1168
- "-3,0,-21": 7,
1169
- "-3,0,-20": 7,
1170
- "-3,0,-19": 7,
1171
- "-3,0,-18": 7,
1172
- "-3,0,-17": 7,
1173
- "-3,0,-16": 7,
1174
- "-3,0,-15": 7,
1175
- "-3,0,-14": 7,
1176
- "-3,0,-13": 7,
1177
- "-3,0,-12": 7,
1178
- "-3,0,-11": 7,
1179
- "-3,0,-10": 7,
1180
- "-3,0,-9": 7,
1181
- "-3,0,-8": 7,
1182
- "-3,0,-7": 7,
1183
- "-3,0,-6": 7,
1184
- "-3,0,-5": 7,
1185
- "-3,0,-4": 7,
1186
- "-3,0,-3": 7,
1187
- "-3,0,-2": 7,
1188
- "-3,0,-1": 7,
1189
- "-3,0,0": 7,
1190
- "-3,0,1": 7,
1191
- "-3,0,2": 7,
1192
- "-3,0,3": 7,
1193
- "-3,0,4": 7,
1194
- "-3,0,5": 7,
1195
- "-3,0,6": 7,
1196
- "-3,0,7": 7,
1197
- "-3,0,8": 7,
1198
- "-3,0,9": 7,
1199
- "-3,0,10": 7,
1200
- "-3,0,11": 7,
1201
- "-3,0,12": 7,
1202
- "-3,0,13": 7,
1203
- "-3,0,14": 7,
1204
- "-3,0,15": 7,
1205
- "-3,0,16": 7,
1206
- "-3,0,17": 7,
1207
- "-3,0,18": 7,
1208
- "-3,0,19": 7,
1209
- "-3,0,20": 7,
1210
- "-3,0,21": 7,
1211
- "-3,0,22": 7,
1212
- "-3,0,23": 7,
1213
- "-3,0,24": 7,
1214
- "-3,0,25": 7,
1215
- "-2,0,-24": 7,
1216
- "-2,0,-23": 7,
1217
- "-2,0,-22": 7,
1218
- "-2,0,-21": 7,
1219
- "-2,0,-20": 7,
1220
- "-2,0,-19": 7,
1221
- "-2,0,-18": 7,
1222
- "-2,0,-17": 7,
1223
- "-2,0,-16": 7,
1224
- "-2,0,-15": 7,
1225
- "-2,0,-14": 7,
1226
- "-2,0,-13": 7,
1227
- "-2,0,-12": 7,
1228
- "-2,0,-11": 7,
1229
- "-2,0,-10": 7,
1230
- "-2,0,-9": 7,
1231
- "-2,0,-8": 7,
1232
- "-2,0,-7": 7,
1233
- "-2,0,-6": 7,
1234
- "-2,0,-5": 7,
1235
- "-2,0,-4": 7,
1236
- "-2,0,-3": 7,
1237
- "-2,0,-2": 7,
1238
- "-2,0,-1": 7,
1239
- "-2,0,0": 7,
1240
- "-2,0,1": 7,
1241
- "-2,0,2": 7,
1242
- "-2,0,3": 7,
1243
- "-2,0,4": 7,
1244
- "-2,0,5": 7,
1245
- "-2,0,6": 7,
1246
- "-2,0,7": 7,
1247
- "-2,0,8": 7,
1248
- "-2,0,9": 7,
1249
- "-2,0,10": 7,
1250
- "-2,0,11": 7,
1251
- "-2,0,12": 7,
1252
- "-2,0,13": 7,
1253
- "-2,0,14": 7,
1254
- "-2,0,15": 7,
1255
- "-2,0,16": 7,
1256
- "-2,0,17": 7,
1257
- "-2,0,18": 7,
1258
- "-2,0,19": 7,
1259
- "-2,0,20": 7,
1260
- "-2,0,21": 7,
1261
- "-2,0,22": 7,
1262
- "-2,0,23": 7,
1263
- "-2,0,24": 7,
1264
- "-2,0,25": 7,
1265
- "-1,0,-24": 7,
1266
- "-1,0,-23": 7,
1267
- "-1,0,-22": 7,
1268
- "-1,0,-21": 7,
1269
- "-1,0,-20": 7,
1270
- "-1,0,-19": 7,
1271
- "-1,0,-18": 7,
1272
- "-1,0,-17": 7,
1273
- "-1,0,-16": 7,
1274
- "-1,0,-15": 7,
1275
- "-1,0,-14": 7,
1276
- "-1,0,-13": 7,
1277
- "-1,0,-12": 7,
1278
- "-1,0,-11": 7,
1279
- "-1,0,-10": 7,
1280
- "-1,0,-9": 7,
1281
- "-1,0,-8": 7,
1282
- "-1,0,-7": 7,
1283
- "-1,0,-6": 7,
1284
- "-1,0,-5": 7,
1285
- "-1,0,-4": 7,
1286
- "-1,0,-3": 7,
1287
- "-1,0,-2": 7,
1288
- "-1,0,-1": 7,
1289
- "-1,0,0": 7,
1290
- "-1,0,1": 7,
1291
- "-1,0,2": 7,
1292
- "-1,0,3": 7,
1293
- "-1,0,4": 7,
1294
- "-1,0,5": 7,
1295
- "-1,0,6": 7,
1296
- "-1,0,7": 7,
1297
- "-1,0,8": 7,
1298
- "-1,0,9": 7,
1299
- "-1,0,10": 7,
1300
- "-1,0,11": 7,
1301
- "-1,0,12": 7,
1302
- "-1,0,13": 7,
1303
- "-1,0,14": 7,
1304
- "-1,0,15": 7,
1305
- "-1,0,16": 7,
1306
- "-1,0,17": 7,
1307
- "-1,0,18": 7,
1308
- "-1,0,19": 7,
1309
- "-1,0,20": 7,
1310
- "-1,0,21": 7,
1311
- "-1,0,22": 7,
1312
- "-1,0,23": 7,
1313
- "-1,0,24": 7,
1314
- "-1,0,25": 7,
1315
- "0,0,-24": 7,
1316
- "0,0,-23": 7,
1317
- "0,0,-22": 7,
1318
- "0,0,-21": 7,
1319
- "0,0,-20": 7,
1320
- "0,0,-19": 7,
1321
- "0,0,-18": 7,
1322
- "0,0,-17": 7,
1323
- "0,0,-16": 7,
1324
- "0,0,-15": 7,
1325
- "0,0,-14": 7,
1326
- "0,0,-13": 7,
1327
- "0,0,-12": 7,
1328
- "0,0,-11": 7,
1329
- "0,0,-10": 7,
1330
- "0,0,-9": 7,
1331
- "0,0,-8": 7,
1332
- "0,0,-7": 7,
1333
- "0,0,-6": 7,
1334
- "0,0,-5": 7,
1335
- "0,0,-4": 7,
1336
- "0,0,-3": 7,
1337
- "0,0,-2": 7,
1338
- "0,0,-1": 7,
1339
- "0,0,0": 7,
1340
- "0,0,1": 7,
1341
- "0,0,2": 7,
1342
- "0,0,3": 7,
1343
- "0,0,4": 7,
1344
- "0,0,5": 7,
1345
- "0,0,6": 7,
1346
- "0,0,7": 7,
1347
- "0,0,8": 7,
1348
- "0,0,9": 7,
1349
- "0,0,10": 7,
1350
- "0,0,11": 7,
1351
- "0,0,12": 7,
1352
- "0,0,13": 7,
1353
- "0,0,14": 7,
1354
- "0,0,15": 7,
1355
- "0,0,16": 7,
1356
- "0,0,17": 7,
1357
- "0,0,18": 7,
1358
- "0,0,19": 7,
1359
- "0,0,20": 7,
1360
- "0,0,21": 7,
1361
- "0,0,22": 7,
1362
- "0,0,23": 7,
1363
- "0,0,24": 7,
1364
- "0,0,25": 7,
1365
- "1,0,-24": 7,
1366
- "1,0,-23": 7,
1367
- "1,0,-22": 7,
1368
- "1,0,-21": 7,
1369
- "1,0,-20": 7,
1370
- "1,0,-19": 7,
1371
- "1,0,-18": 7,
1372
- "1,0,-17": 7,
1373
- "1,0,-16": 7,
1374
- "1,0,-15": 7,
1375
- "1,0,-14": 7,
1376
- "1,0,-13": 7,
1377
- "1,0,-12": 7,
1378
- "1,0,-11": 7,
1379
- "1,0,-10": 7,
1380
- "1,0,-9": 7,
1381
- "1,0,-8": 7,
1382
- "1,0,-7": 7,
1383
- "1,0,-6": 7,
1384
- "1,0,-5": 7,
1385
- "1,0,-4": 7,
1386
- "1,0,-3": 7,
1387
- "1,0,-2": 7,
1388
- "1,0,-1": 7,
1389
- "1,0,0": 7,
1390
- "1,0,1": 7,
1391
- "1,0,2": 7,
1392
- "1,0,3": 7,
1393
- "1,0,4": 7,
1394
- "1,0,5": 7,
1395
- "1,0,6": 7,
1396
- "1,0,7": 7,
1397
- "1,0,8": 7,
1398
- "1,0,9": 7,
1399
- "1,0,10": 7,
1400
- "1,0,11": 7,
1401
- "1,0,12": 7,
1402
- "1,0,13": 7,
1403
- "1,0,14": 7,
1404
- "1,0,15": 7,
1405
- "1,0,16": 7,
1406
- "1,0,17": 7,
1407
- "1,0,18": 7,
1408
- "1,0,19": 7,
1409
- "1,0,20": 7,
1410
- "1,0,21": 7,
1411
- "1,0,22": 7,
1412
- "1,0,23": 7,
1413
- "1,0,24": 7,
1414
- "1,0,25": 7,
1415
- "2,0,-24": 7,
1416
- "2,0,-23": 7,
1417
- "2,0,-22": 7,
1418
- "2,0,-21": 7,
1419
- "2,0,-20": 7,
1420
- "2,0,-19": 7,
1421
- "2,0,-18": 7,
1422
- "2,0,-17": 7,
1423
- "2,0,-16": 7,
1424
- "2,0,-15": 7,
1425
- "2,0,-14": 7,
1426
- "2,0,-13": 7,
1427
- "2,0,-12": 7,
1428
- "2,0,-11": 7,
1429
- "2,0,-10": 7,
1430
- "2,0,-9": 7,
1431
- "2,0,-8": 7,
1432
- "2,0,-7": 7,
1433
- "2,0,-6": 7,
1434
- "2,0,-5": 7,
1435
- "2,0,-4": 7,
1436
- "2,0,-3": 7,
1437
- "2,0,-2": 7,
1438
- "2,0,-1": 7,
1439
- "2,0,0": 7,
1440
- "2,0,1": 7,
1441
- "2,0,2": 7,
1442
- "2,0,3": 7,
1443
- "2,0,4": 7,
1444
- "2,0,5": 7,
1445
- "2,0,6": 7,
1446
- "2,0,7": 7,
1447
- "2,0,8": 7,
1448
- "2,0,9": 7,
1449
- "2,0,10": 7,
1450
- "2,0,11": 7,
1451
- "2,0,12": 7,
1452
- "2,0,13": 7,
1453
- "2,0,14": 7,
1454
- "2,0,15": 7,
1455
- "2,0,16": 7,
1456
- "2,0,17": 7,
1457
- "2,0,18": 7,
1458
- "2,0,19": 7,
1459
- "2,0,20": 7,
1460
- "2,0,21": 7,
1461
- "2,0,22": 7,
1462
- "2,0,23": 7,
1463
- "2,0,24": 7,
1464
- "2,0,25": 7,
1465
- "3,0,-24": 7,
1466
- "3,0,-23": 7,
1467
- "3,0,-22": 7,
1468
- "3,0,-21": 7,
1469
- "3,0,-20": 7,
1470
- "3,0,-19": 7,
1471
- "3,0,-18": 7,
1472
- "3,0,-17": 7,
1473
- "3,0,-16": 7,
1474
- "3,0,-15": 7,
1475
- "3,0,-14": 7,
1476
- "3,0,-13": 7,
1477
- "3,0,-12": 7,
1478
- "3,0,-11": 7,
1479
- "3,0,-10": 7,
1480
- "3,0,-9": 7,
1481
- "3,0,-8": 7,
1482
- "3,0,-7": 7,
1483
- "3,0,-6": 7,
1484
- "3,0,-5": 7,
1485
- "3,0,-4": 7,
1486
- "3,0,-3": 7,
1487
- "3,0,-2": 7,
1488
- "3,0,-1": 7,
1489
- "3,0,0": 7,
1490
- "3,0,1": 7,
1491
- "3,0,2": 7,
1492
- "3,0,3": 7,
1493
- "3,0,4": 7,
1494
- "3,0,5": 7,
1495
- "3,0,6": 7,
1496
- "3,0,7": 7,
1497
- "3,0,8": 7,
1498
- "3,0,9": 7,
1499
- "3,0,10": 7,
1500
- "3,0,11": 7,
1501
- "3,0,12": 7,
1502
- "3,0,13": 7,
1503
- "3,0,14": 7,
1504
- "3,0,15": 7,
1505
- "3,0,16": 7,
1506
- "3,0,17": 7,
1507
- "3,0,18": 7,
1508
- "3,0,19": 7,
1509
- "3,0,20": 7,
1510
- "3,0,21": 7,
1511
- "3,0,22": 7,
1512
- "3,0,23": 7,
1513
- "3,0,24": 7,
1514
- "3,0,25": 7,
1515
- "4,0,-24": 7,
1516
- "4,0,-23": 7,
1517
- "4,0,-22": 7,
1518
- "4,0,-21": 7,
1519
- "4,0,-20": 7,
1520
- "4,0,-19": 7,
1521
- "4,0,-18": 7,
1522
- "4,0,-17": 7,
1523
- "4,0,-16": 7,
1524
- "4,0,-15": 7,
1525
- "4,0,-14": 7,
1526
- "4,0,-13": 7,
1527
- "4,0,-12": 7,
1528
- "4,0,-11": 7,
1529
- "4,0,-10": 7,
1530
- "4,0,-9": 7,
1531
- "4,0,-8": 7,
1532
- "4,0,-7": 7,
1533
- "4,0,-6": 7,
1534
- "4,0,-5": 7,
1535
- "4,0,-4": 7,
1536
- "4,0,-3": 7,
1537
- "4,0,-2": 7,
1538
- "4,0,-1": 7,
1539
- "4,0,0": 7,
1540
- "4,0,1": 7,
1541
- "4,0,2": 7,
1542
- "4,0,3": 7,
1543
- "4,0,4": 7,
1544
- "4,0,5": 7,
1545
- "4,0,6": 7,
1546
- "4,0,7": 7,
1547
- "4,0,8": 7,
1548
- "4,0,9": 7,
1549
- "4,0,10": 7,
1550
- "4,0,11": 7,
1551
- "4,0,12": 7,
1552
- "4,0,13": 7,
1553
- "4,0,14": 7,
1554
- "4,0,15": 7,
1555
- "4,0,16": 7,
1556
- "4,0,17": 7,
1557
- "4,0,18": 7,
1558
- "4,0,19": 7,
1559
- "4,0,20": 7,
1560
- "4,0,21": 7,
1561
- "4,0,22": 7,
1562
- "4,0,23": 7,
1563
- "4,0,24": 7,
1564
- "4,0,25": 7,
1565
- "5,0,-24": 7,
1566
- "5,0,-23": 7,
1567
- "5,0,-22": 7,
1568
- "5,0,-21": 7,
1569
- "5,0,-20": 7,
1570
- "5,0,-19": 7,
1571
- "5,0,-18": 7,
1572
- "5,0,-17": 7,
1573
- "5,0,-16": 7,
1574
- "5,0,-15": 7,
1575
- "5,0,-14": 7,
1576
- "5,0,-13": 7,
1577
- "5,0,-12": 7,
1578
- "5,0,-11": 7,
1579
- "5,0,-10": 7,
1580
- "5,0,-9": 7,
1581
- "5,0,-8": 7,
1582
- "5,0,-7": 7,
1583
- "5,0,-6": 7,
1584
- "5,0,-5": 7,
1585
- "5,0,-4": 7,
1586
- "5,0,-3": 7,
1587
- "5,0,-2": 7,
1588
- "5,0,-1": 7,
1589
- "5,0,0": 7,
1590
- "5,0,1": 7,
1591
- "5,0,2": 7,
1592
- "5,0,3": 7,
1593
- "5,0,4": 7,
1594
- "5,0,5": 7,
1595
- "5,0,6": 7,
1596
- "5,0,7": 7,
1597
- "5,0,8": 7,
1598
- "5,0,9": 7,
1599
- "5,0,10": 7,
1600
- "5,0,11": 7,
1601
- "5,0,12": 7,
1602
- "5,0,13": 7,
1603
- "5,0,14": 7,
1604
- "5,0,15": 7,
1605
- "5,0,16": 7,
1606
- "5,0,17": 7,
1607
- "5,0,18": 7,
1608
- "5,0,19": 7,
1609
- "5,0,20": 7,
1610
- "5,0,21": 7,
1611
- "5,0,22": 7,
1612
- "5,0,23": 7,
1613
- "5,0,24": 7,
1614
- "5,0,25": 7,
1615
- "6,0,-24": 7,
1616
- "6,0,-23": 7,
1617
- "6,0,-22": 7,
1618
- "6,0,-21": 7,
1619
- "6,0,-20": 7,
1620
- "6,0,-19": 7,
1621
- "6,0,-18": 7,
1622
- "6,0,-17": 7,
1623
- "6,0,-16": 7,
1624
- "6,0,-15": 7,
1625
- "6,0,-14": 7,
1626
- "6,0,-13": 7,
1627
- "6,0,-12": 7,
1628
- "6,0,-11": 7,
1629
- "6,0,-10": 7,
1630
- "6,0,-9": 7,
1631
- "6,0,-8": 7,
1632
- "6,0,-7": 7,
1633
- "6,0,-6": 7,
1634
- "6,0,-5": 7,
1635
- "6,0,-4": 7,
1636
- "6,0,-3": 7,
1637
- "6,0,-2": 7,
1638
- "6,0,-1": 7,
1639
- "6,0,0": 7,
1640
- "6,0,1": 7,
1641
- "6,0,2": 7,
1642
- "6,0,3": 7,
1643
- "6,0,4": 7,
1644
- "6,0,5": 7,
1645
- "6,0,6": 7,
1646
- "6,0,7": 7,
1647
- "6,0,8": 7,
1648
- "6,0,9": 7,
1649
- "6,0,10": 7,
1650
- "6,0,11": 7,
1651
- "6,0,12": 7,
1652
- "6,0,13": 7,
1653
- "6,0,14": 7,
1654
- "6,0,15": 7,
1655
- "6,0,16": 7,
1656
- "6,0,17": 7,
1657
- "6,0,18": 7,
1658
- "6,0,19": 7,
1659
- "6,0,20": 7,
1660
- "6,0,21": 7,
1661
- "6,0,22": 7,
1662
- "6,0,23": 7,
1663
- "6,0,24": 7,
1664
- "6,0,25": 7,
1665
- "7,0,-24": 7,
1666
- "7,0,-23": 7,
1667
- "7,0,-22": 7,
1668
- "7,0,-21": 7,
1669
- "7,0,-20": 7,
1670
- "7,0,-19": 7,
1671
- "7,0,-18": 7,
1672
- "7,0,-17": 7,
1673
- "7,0,-16": 7,
1674
- "7,0,-15": 7,
1675
- "7,0,-14": 7,
1676
- "7,0,-13": 7,
1677
- "7,0,-12": 7,
1678
- "7,0,-11": 7,
1679
- "7,0,-10": 7,
1680
- "7,0,-9": 7,
1681
- "7,0,-8": 7,
1682
- "7,0,-7": 7,
1683
- "7,0,-6": 7,
1684
- "7,0,-5": 7,
1685
- "7,0,-4": 7,
1686
- "7,0,-3": 7,
1687
- "7,0,-2": 7,
1688
- "7,0,-1": 7,
1689
- "7,0,0": 7,
1690
- "7,0,1": 7,
1691
- "7,0,2": 7,
1692
- "7,0,3": 7,
1693
- "7,0,4": 7,
1694
- "7,0,5": 7,
1695
- "7,0,6": 7,
1696
- "7,0,7": 7,
1697
- "7,0,8": 7,
1698
- "7,0,9": 7,
1699
- "7,0,10": 7,
1700
- "7,0,11": 7,
1701
- "7,0,12": 7,
1702
- "7,0,13": 7,
1703
- "7,0,14": 7,
1704
- "7,0,15": 7,
1705
- "7,0,16": 7,
1706
- "7,0,17": 7,
1707
- "7,0,18": 7,
1708
- "7,0,19": 7,
1709
- "7,0,20": 7,
1710
- "7,0,21": 7,
1711
- "7,0,22": 7,
1712
- "7,0,23": 7,
1713
- "7,0,24": 7,
1714
- "7,0,25": 7,
1715
- "8,0,-24": 7,
1716
- "8,0,-23": 7,
1717
- "8,0,-22": 7,
1718
- "8,0,-21": 7,
1719
- "8,0,-20": 7,
1720
- "8,0,-19": 7,
1721
- "8,0,-18": 7,
1722
- "8,0,-17": 7,
1723
- "8,0,-16": 7,
1724
- "8,0,-15": 7,
1725
- "8,0,-14": 7,
1726
- "8,0,-13": 7,
1727
- "8,0,-12": 7,
1728
- "8,0,-11": 7,
1729
- "8,0,-10": 7,
1730
- "8,0,-9": 7,
1731
- "8,0,-8": 7,
1732
- "8,0,-7": 7,
1733
- "8,0,-6": 7,
1734
- "8,0,-5": 7,
1735
- "8,0,-4": 7,
1736
- "8,0,-3": 7,
1737
- "8,0,-2": 7,
1738
- "8,0,-1": 7,
1739
- "8,0,0": 7,
1740
- "8,0,1": 7,
1741
- "8,0,2": 7,
1742
- "8,0,3": 7,
1743
- "8,0,4": 7,
1744
- "8,0,5": 7,
1745
- "8,0,6": 7,
1746
- "8,0,7": 7,
1747
- "8,0,8": 7,
1748
- "8,0,9": 7,
1749
- "8,0,10": 7,
1750
- "8,0,11": 7,
1751
- "8,0,12": 7,
1752
- "8,0,13": 7,
1753
- "8,0,14": 7,
1754
- "8,0,15": 7,
1755
- "8,0,16": 7,
1756
- "8,0,17": 7,
1757
- "8,0,18": 7,
1758
- "8,0,19": 7,
1759
- "8,0,20": 7,
1760
- "8,0,21": 7,
1761
- "8,0,22": 7,
1762
- "8,0,23": 7,
1763
- "8,0,24": 7,
1764
- "8,0,25": 7,
1765
- "9,0,-24": 7,
1766
- "9,0,-23": 7,
1767
- "9,0,-22": 7,
1768
- "9,0,-21": 7,
1769
- "9,0,-20": 7,
1770
- "9,0,-19": 7,
1771
- "9,0,-18": 7,
1772
- "9,0,-17": 7,
1773
- "9,0,-16": 7,
1774
- "9,0,-15": 7,
1775
- "9,0,-14": 7,
1776
- "9,0,-13": 7,
1777
- "9,0,-12": 7,
1778
- "9,0,-11": 7,
1779
- "9,0,-10": 7,
1780
- "9,0,-9": 7,
1781
- "9,0,-8": 7,
1782
- "9,0,-7": 7,
1783
- "9,0,-6": 7,
1784
- "9,0,-5": 7,
1785
- "9,0,-4": 7,
1786
- "9,0,-3": 7,
1787
- "9,0,-2": 7,
1788
- "9,0,-1": 7,
1789
- "9,0,0": 7,
1790
- "9,0,1": 7,
1791
- "9,0,2": 7,
1792
- "9,0,3": 7,
1793
- "9,0,4": 7,
1794
- "9,0,5": 7,
1795
- "9,0,6": 7,
1796
- "9,0,7": 7,
1797
- "9,0,8": 7,
1798
- "9,0,9": 7,
1799
- "9,0,10": 7,
1800
- "9,0,11": 7,
1801
- "9,0,12": 7,
1802
- "9,0,13": 7,
1803
- "9,0,14": 7,
1804
- "9,0,15": 7,
1805
- "9,0,16": 7,
1806
- "9,0,17": 7,
1807
- "9,0,18": 7,
1808
- "9,0,19": 7,
1809
- "9,0,20": 7,
1810
- "9,0,21": 7,
1811
- "9,0,22": 7,
1812
- "9,0,23": 7,
1813
- "9,0,24": 7,
1814
- "9,0,25": 7,
1815
- "10,0,-24": 7,
1816
- "10,0,-23": 7,
1817
- "10,0,-22": 7,
1818
- "10,0,-21": 7,
1819
- "10,0,-20": 7,
1820
- "10,0,-19": 7,
1821
- "10,0,-18": 7,
1822
- "10,0,-17": 7,
1823
- "10,0,-16": 7,
1824
- "10,0,-15": 7,
1825
- "10,0,-14": 7,
1826
- "10,0,-13": 7,
1827
- "10,0,-12": 7,
1828
- "10,0,-11": 7,
1829
- "10,0,-10": 7,
1830
- "10,0,-9": 7,
1831
- "10,0,-8": 7,
1832
- "10,0,-7": 7,
1833
- "10,0,-6": 7,
1834
- "10,0,-5": 7,
1835
- "10,0,-4": 7,
1836
- "10,0,-3": 7,
1837
- "10,0,-2": 7,
1838
- "10,0,-1": 7,
1839
- "10,0,0": 7,
1840
- "10,0,1": 7,
1841
- "10,0,2": 7,
1842
- "10,0,3": 7,
1843
- "10,0,4": 7,
1844
- "10,0,5": 7,
1845
- "10,0,6": 7,
1846
- "10,0,7": 7,
1847
- "10,0,8": 7,
1848
- "10,0,9": 7,
1849
- "10,0,10": 7,
1850
- "10,0,11": 7,
1851
- "10,0,12": 7,
1852
- "10,0,13": 7,
1853
- "10,0,14": 7,
1854
- "10,0,15": 7,
1855
- "10,0,16": 7,
1856
- "10,0,17": 7,
1857
- "10,0,18": 7,
1858
- "10,0,19": 7,
1859
- "10,0,20": 7,
1860
- "10,0,21": 7,
1861
- "10,0,22": 7,
1862
- "10,0,23": 7,
1863
- "10,0,24": 7,
1864
- "10,0,25": 7,
1865
- "11,0,-24": 7,
1866
- "11,0,-23": 7,
1867
- "11,0,-22": 7,
1868
- "11,0,-21": 7,
1869
- "11,0,-20": 7,
1870
- "11,0,-19": 7,
1871
- "11,0,-18": 7,
1872
- "11,0,-17": 7,
1873
- "11,0,-16": 7,
1874
- "11,0,-15": 7,
1875
- "11,0,-14": 7,
1876
- "11,0,-13": 7,
1877
- "11,0,-12": 7,
1878
- "11,0,-11": 7,
1879
- "11,0,-10": 7,
1880
- "11,0,-9": 7,
1881
- "11,0,-8": 7,
1882
- "11,0,-7": 7,
1883
- "11,0,-6": 7,
1884
- "11,0,-5": 7,
1885
- "11,0,-4": 7,
1886
- "11,0,-3": 7,
1887
- "11,0,-2": 7,
1888
- "11,0,-1": 7,
1889
- "11,0,0": 7,
1890
- "11,0,1": 7,
1891
- "11,0,2": 7,
1892
- "11,0,3": 7,
1893
- "11,0,4": 7,
1894
- "11,0,5": 7,
1895
- "11,0,6": 7,
1896
- "11,0,7": 7,
1897
- "11,0,8": 7,
1898
- "11,0,9": 7,
1899
- "11,0,10": 7,
1900
- "11,0,11": 7,
1901
- "11,0,12": 7,
1902
- "11,0,13": 7,
1903
- "11,0,14": 7,
1904
- "11,0,15": 7,
1905
- "11,0,16": 7,
1906
- "11,0,17": 7,
1907
- "11,0,18": 7,
1908
- "11,0,19": 7,
1909
- "11,0,20": 7,
1910
- "11,0,21": 7,
1911
- "11,0,22": 7,
1912
- "11,0,23": 7,
1913
- "11,0,24": 7,
1914
- "11,0,25": 7,
1915
- "12,0,-24": 7,
1916
- "12,0,-23": 7,
1917
- "12,0,-22": 7,
1918
- "12,0,-21": 7,
1919
- "12,0,-20": 7,
1920
- "12,0,-19": 7,
1921
- "12,0,-18": 7,
1922
- "12,0,-17": 7,
1923
- "12,0,-16": 7,
1924
- "12,0,-15": 7,
1925
- "12,0,-14": 7,
1926
- "12,0,-13": 7,
1927
- "12,0,-12": 7,
1928
- "12,0,-11": 7,
1929
- "12,0,-10": 7,
1930
- "12,0,-9": 7,
1931
- "12,0,-8": 7,
1932
- "12,0,-7": 7,
1933
- "12,0,-6": 7,
1934
- "12,0,-5": 7,
1935
- "12,0,-4": 7,
1936
- "12,0,-3": 7,
1937
- "12,0,-2": 7,
1938
- "12,0,-1": 7,
1939
- "12,0,0": 7,
1940
- "12,0,1": 7,
1941
- "12,0,2": 7,
1942
- "12,0,3": 7,
1943
- "12,0,4": 7,
1944
- "12,0,5": 7,
1945
- "12,0,6": 7,
1946
- "12,0,7": 7,
1947
- "12,0,8": 7,
1948
- "12,0,9": 7,
1949
- "12,0,10": 7,
1950
- "12,0,11": 7,
1951
- "12,0,12": 7,
1952
- "12,0,13": 7,
1953
- "12,0,14": 7,
1954
- "12,0,15": 7,
1955
- "12,0,16": 7,
1956
- "12,0,17": 7,
1957
- "12,0,18": 7,
1958
- "12,0,19": 7,
1959
- "12,0,20": 7,
1960
- "12,0,21": 7,
1961
- "12,0,22": 7,
1962
- "12,0,23": 7,
1963
- "12,0,24": 7,
1964
- "12,0,25": 7,
1965
- "13,0,-24": 7,
1966
- "13,0,-23": 7,
1967
- "13,0,-22": 7,
1968
- "13,0,-21": 7,
1969
- "13,0,-20": 7,
1970
- "13,0,-19": 7,
1971
- "13,0,-18": 7,
1972
- "13,0,-17": 7,
1973
- "13,0,-16": 7,
1974
- "13,0,-15": 7,
1975
- "13,0,-14": 7,
1976
- "13,0,-13": 7,
1977
- "13,0,-12": 7,
1978
- "13,0,-11": 7,
1979
- "13,0,-10": 7,
1980
- "13,0,-9": 7,
1981
- "13,0,-8": 7,
1982
- "13,0,-7": 7,
1983
- "13,0,-6": 7,
1984
- "13,0,-5": 7,
1985
- "13,0,-4": 7,
1986
- "13,0,-3": 7,
1987
- "13,0,-2": 7,
1988
- "13,0,-1": 7,
1989
- "13,0,0": 7,
1990
- "13,0,1": 7,
1991
- "13,0,2": 7,
1992
- "13,0,3": 7,
1993
- "13,0,4": 7,
1994
- "13,0,5": 7,
1995
- "13,0,6": 7,
1996
- "13,0,7": 7,
1997
- "13,0,8": 7,
1998
- "13,0,9": 7,
1999
- "13,0,10": 7,
2000
- "13,0,11": 7,
2001
- "13,0,12": 7,
2002
- "13,0,13": 7,
2003
- "13,0,14": 7,
2004
- "13,0,15": 7,
2005
- "13,0,16": 7,
2006
- "13,0,17": 7,
2007
- "13,0,18": 7,
2008
- "13,0,19": 7,
2009
- "13,0,20": 7,
2010
- "13,0,21": 7,
2011
- "13,0,22": 7,
2012
- "13,0,23": 7,
2013
- "13,0,24": 7,
2014
- "13,0,25": 7,
2015
- "14,0,-24": 7,
2016
- "14,0,-23": 7,
2017
- "14,0,-22": 7,
2018
- "14,0,-21": 7,
2019
- "14,0,-20": 7,
2020
- "14,0,-19": 7,
2021
- "14,0,-18": 7,
2022
- "14,0,-17": 7,
2023
- "14,0,-16": 7,
2024
- "14,0,-15": 7,
2025
- "14,0,-14": 7,
2026
- "14,0,-13": 7,
2027
- "14,0,-12": 7,
2028
- "14,0,-11": 7,
2029
- "14,0,-10": 7,
2030
- "14,0,-9": 7,
2031
- "14,0,-8": 7,
2032
- "14,0,-7": 7,
2033
- "14,0,-6": 7,
2034
- "14,0,-5": 7,
2035
- "14,0,-4": 7,
2036
- "14,0,-3": 7,
2037
- "14,0,-2": 7,
2038
- "14,0,-1": 7,
2039
- "14,0,0": 7,
2040
- "14,0,1": 7,
2041
- "14,0,2": 7,
2042
- "14,0,3": 7,
2043
- "14,0,4": 7,
2044
- "14,0,5": 7,
2045
- "14,0,6": 7,
2046
- "14,0,7": 7,
2047
- "14,0,8": 7,
2048
- "14,0,9": 7,
2049
- "14,0,10": 7,
2050
- "14,0,11": 7,
2051
- "14,0,12": 7,
2052
- "14,0,13": 7,
2053
- "14,0,14": 7,
2054
- "14,0,15": 7,
2055
- "14,0,16": 7,
2056
- "14,0,17": 7,
2057
- "14,0,18": 7,
2058
- "14,0,19": 7,
2059
- "14,0,20": 7,
2060
- "14,0,21": 7,
2061
- "14,0,22": 7,
2062
- "14,0,23": 7,
2063
- "14,0,24": 7,
2064
- "14,0,25": 7,
2065
- "15,0,-24": 7,
2066
- "15,0,-23": 7,
2067
- "15,0,-22": 7,
2068
- "15,0,-21": 7,
2069
- "15,0,-20": 7,
2070
- "15,0,-19": 7,
2071
- "15,0,-18": 7,
2072
- "15,0,-17": 7,
2073
- "15,0,-16": 7,
2074
- "15,0,-15": 7,
2075
- "15,0,-14": 7,
2076
- "15,0,-13": 7,
2077
- "15,0,-12": 7,
2078
- "15,0,-11": 7,
2079
- "15,0,-10": 7,
2080
- "15,0,-9": 7,
2081
- "15,0,-8": 7,
2082
- "15,0,-7": 7,
2083
- "15,0,-6": 7,
2084
- "15,0,-5": 7,
2085
- "15,0,-4": 7,
2086
- "15,0,-3": 7,
2087
- "15,0,-2": 7,
2088
- "15,0,-1": 7,
2089
- "15,0,0": 7,
2090
- "15,0,1": 7,
2091
- "15,0,2": 7,
2092
- "15,0,3": 7,
2093
- "15,0,4": 7,
2094
- "15,0,5": 7,
2095
- "15,0,6": 7,
2096
- "15,0,7": 7,
2097
- "15,0,8": 7,
2098
- "15,0,9": 7,
2099
- "15,0,10": 7,
2100
- "15,0,11": 7,
2101
- "15,0,12": 7,
2102
- "15,0,13": 7,
2103
- "15,0,14": 7,
2104
- "15,0,15": 7,
2105
- "15,0,16": 7,
2106
- "15,0,17": 7,
2107
- "15,0,18": 7,
2108
- "15,0,19": 7,
2109
- "15,0,20": 7,
2110
- "15,0,21": 7,
2111
- "15,0,22": 7,
2112
- "15,0,23": 7,
2113
- "15,0,24": 7,
2114
- "15,0,25": 7,
2115
- "16,0,-24": 7,
2116
- "16,0,-23": 7,
2117
- "16,0,-22": 7,
2118
- "16,0,-21": 7,
2119
- "16,0,-20": 7,
2120
- "16,0,-19": 7,
2121
- "16,0,-18": 7,
2122
- "16,0,-17": 7,
2123
- "16,0,-16": 7,
2124
- "16,0,-15": 7,
2125
- "16,0,-14": 7,
2126
- "16,0,-13": 7,
2127
- "16,0,-12": 7,
2128
- "16,0,-11": 7,
2129
- "16,0,-10": 7,
2130
- "16,0,-9": 7,
2131
- "16,0,-8": 7,
2132
- "16,0,-7": 7,
2133
- "16,0,-6": 7,
2134
- "16,0,-5": 7,
2135
- "16,0,-4": 7,
2136
- "16,0,-3": 7,
2137
- "16,0,-2": 7,
2138
- "16,0,-1": 7,
2139
- "16,0,0": 7,
2140
- "16,0,1": 7,
2141
- "16,0,2": 7,
2142
- "16,0,3": 7,
2143
- "16,0,4": 7,
2144
- "16,0,5": 7,
2145
- "16,0,6": 7,
2146
- "16,0,7": 7,
2147
- "16,0,8": 7,
2148
- "16,0,9": 7,
2149
- "16,0,10": 7,
2150
- "16,0,11": 7,
2151
- "16,0,12": 7,
2152
- "16,0,13": 7,
2153
- "16,0,14": 7,
2154
- "16,0,15": 7,
2155
- "16,0,16": 7,
2156
- "16,0,17": 7,
2157
- "16,0,18": 7,
2158
- "16,0,19": 7,
2159
- "16,0,20": 7,
2160
- "16,0,21": 7,
2161
- "16,0,22": 7,
2162
- "16,0,23": 7,
2163
- "16,0,24": 7,
2164
- "16,0,25": 7,
2165
- "17,0,-24": 7,
2166
- "17,0,-23": 7,
2167
- "17,0,-22": 7,
2168
- "17,0,-21": 7,
2169
- "17,0,-20": 7,
2170
- "17,0,-19": 7,
2171
- "17,0,-18": 7,
2172
- "17,0,-17": 7,
2173
- "17,0,-16": 7,
2174
- "17,0,-15": 7,
2175
- "17,0,-14": 7,
2176
- "17,0,-13": 7,
2177
- "17,0,-12": 7,
2178
- "17,0,-11": 7,
2179
- "17,0,-10": 7,
2180
- "17,0,-9": 7,
2181
- "17,0,-8": 7,
2182
- "17,0,-7": 7,
2183
- "17,0,-6": 7,
2184
- "17,0,-5": 7,
2185
- "17,0,-4": 7,
2186
- "17,0,-3": 7,
2187
- "17,0,-2": 7,
2188
- "17,0,-1": 7,
2189
- "17,0,0": 7,
2190
- "17,0,1": 7,
2191
- "17,0,2": 7,
2192
- "17,0,3": 7,
2193
- "17,0,4": 7,
2194
- "17,0,5": 7,
2195
- "17,0,6": 7,
2196
- "17,0,7": 7,
2197
- "17,0,8": 7,
2198
- "17,0,9": 7,
2199
- "17,0,10": 7,
2200
- "17,0,11": 7,
2201
- "17,0,12": 7,
2202
- "17,0,13": 7,
2203
- "17,0,14": 7,
2204
- "17,0,15": 7,
2205
- "17,0,16": 7,
2206
- "17,0,17": 7,
2207
- "17,0,18": 7,
2208
- "17,0,19": 7,
2209
- "17,0,20": 7,
2210
- "17,0,21": 7,
2211
- "17,0,22": 7,
2212
- "17,0,23": 7,
2213
- "17,0,24": 7,
2214
- "17,0,25": 7,
2215
- "18,0,-24": 7,
2216
- "18,0,-23": 7,
2217
- "18,0,-22": 7,
2218
- "18,0,-21": 7,
2219
- "18,0,-20": 7,
2220
- "18,0,-19": 7,
2221
- "18,0,-18": 7,
2222
- "18,0,-17": 7,
2223
- "18,0,-16": 7,
2224
- "18,0,-15": 7,
2225
- "18,0,-14": 7,
2226
- "18,0,-13": 7,
2227
- "18,0,-12": 7,
2228
- "18,0,-11": 7,
2229
- "18,0,-10": 7,
2230
- "18,0,-9": 7,
2231
- "18,0,-8": 7,
2232
- "18,0,-7": 7,
2233
- "18,0,-6": 7,
2234
- "18,0,-5": 7,
2235
- "18,0,-4": 7,
2236
- "18,0,-3": 7,
2237
- "18,0,-2": 7,
2238
- "18,0,-1": 7,
2239
- "18,0,0": 7,
2240
- "18,0,1": 7,
2241
- "18,0,2": 7,
2242
- "18,0,3": 7,
2243
- "18,0,4": 7,
2244
- "18,0,5": 7,
2245
- "18,0,6": 7,
2246
- "18,0,7": 7,
2247
- "18,0,8": 7,
2248
- "18,0,9": 7,
2249
- "18,0,10": 7,
2250
- "18,0,11": 7,
2251
- "18,0,12": 7,
2252
- "18,0,13": 7,
2253
- "18,0,14": 7,
2254
- "18,0,15": 7,
2255
- "18,0,16": 7,
2256
- "18,0,17": 7,
2257
- "18,0,18": 7,
2258
- "18,0,19": 7,
2259
- "18,0,20": 7,
2260
- "18,0,21": 7,
2261
- "18,0,22": 7,
2262
- "18,0,23": 7,
2263
- "18,0,24": 7,
2264
- "18,0,25": 7,
2265
- "19,0,-24": 7,
2266
- "19,0,-23": 7,
2267
- "19,0,-22": 7,
2268
- "19,0,-21": 7,
2269
- "19,0,-20": 7,
2270
- "19,0,-19": 7,
2271
- "19,0,-18": 7,
2272
- "19,0,-17": 7,
2273
- "19,0,-16": 7,
2274
- "19,0,-15": 7,
2275
- "19,0,-14": 7,
2276
- "19,0,-13": 7,
2277
- "19,0,-12": 7,
2278
- "19,0,-11": 7,
2279
- "19,0,-10": 7,
2280
- "19,0,-9": 7,
2281
- "19,0,-8": 7,
2282
- "19,0,-7": 7,
2283
- "19,0,-6": 7,
2284
- "19,0,-5": 7,
2285
- "19,0,-4": 7,
2286
- "19,0,-3": 7,
2287
- "19,0,-2": 7,
2288
- "19,0,-1": 7,
2289
- "19,0,0": 7,
2290
- "19,0,1": 7,
2291
- "19,0,2": 7,
2292
- "19,0,3": 7,
2293
- "19,0,4": 7,
2294
- "19,0,5": 7,
2295
- "19,0,6": 7,
2296
- "19,0,7": 7,
2297
- "19,0,8": 7,
2298
- "19,0,9": 7,
2299
- "19,0,10": 7,
2300
- "19,0,11": 7,
2301
- "19,0,12": 7,
2302
- "19,0,13": 7,
2303
- "19,0,14": 7,
2304
- "19,0,15": 7,
2305
- "19,0,16": 7,
2306
- "19,0,17": 7,
2307
- "19,0,18": 7,
2308
- "19,0,19": 7,
2309
- "19,0,20": 7,
2310
- "19,0,21": 7,
2311
- "19,0,22": 7,
2312
- "19,0,23": 7,
2313
- "19,0,24": 7,
2314
- "19,0,25": 7,
2315
- "20,0,-24": 7,
2316
- "20,0,-23": 7,
2317
- "20,0,-22": 7,
2318
- "20,0,-21": 7,
2319
- "20,0,-20": 7,
2320
- "20,0,-19": 7,
2321
- "20,0,-18": 7,
2322
- "20,0,-17": 7,
2323
- "20,0,-16": 7,
2324
- "20,0,-15": 7,
2325
- "20,0,-14": 7,
2326
- "20,0,-13": 7,
2327
- "20,0,-12": 7,
2328
- "20,0,-11": 7,
2329
- "20,0,-10": 7,
2330
- "20,0,-9": 7,
2331
- "20,0,-8": 7,
2332
- "20,0,-7": 7,
2333
- "20,0,-6": 7,
2334
- "20,0,-5": 7,
2335
- "20,0,-4": 7,
2336
- "20,0,-3": 7,
2337
- "20,0,-2": 7,
2338
- "20,0,-1": 7,
2339
- "20,0,0": 7,
2340
- "20,0,1": 7,
2341
- "20,0,2": 7,
2342
- "20,0,3": 7,
2343
- "20,0,4": 7,
2344
- "20,0,5": 7,
2345
- "20,0,6": 7,
2346
- "20,0,7": 7,
2347
- "20,0,8": 7,
2348
- "20,0,9": 7,
2349
- "20,0,10": 7,
2350
- "20,0,11": 7,
2351
- "20,0,12": 7,
2352
- "20,0,13": 7,
2353
- "20,0,14": 7,
2354
- "20,0,15": 7,
2355
- "20,0,16": 7,
2356
- "20,0,17": 7,
2357
- "20,0,18": 7,
2358
- "20,0,19": 7,
2359
- "20,0,20": 7,
2360
- "20,0,21": 7,
2361
- "20,0,22": 7,
2362
- "20,0,23": 7,
2363
- "20,0,24": 7,
2364
- "20,0,25": 7,
2365
- "21,0,-24": 7,
2366
- "21,0,-23": 7,
2367
- "21,0,-22": 7,
2368
- "21,0,-21": 7,
2369
- "21,0,-20": 7,
2370
- "21,0,-19": 7,
2371
- "21,0,-18": 7,
2372
- "21,0,-17": 7,
2373
- "21,0,-16": 7,
2374
- "21,0,-15": 7,
2375
- "21,0,-14": 7,
2376
- "21,0,-13": 7,
2377
- "21,0,-12": 7,
2378
- "21,0,-11": 7,
2379
- "21,0,-10": 7,
2380
- "21,0,-9": 7,
2381
- "21,0,-8": 7,
2382
- "21,0,-7": 7,
2383
- "21,0,-6": 7,
2384
- "21,0,-5": 7,
2385
- "21,0,-4": 7,
2386
- "21,0,-3": 7,
2387
- "21,0,-2": 7,
2388
- "21,0,-1": 7,
2389
- "21,0,0": 7,
2390
- "21,0,1": 7,
2391
- "21,0,2": 7,
2392
- "21,0,3": 7,
2393
- "21,0,4": 7,
2394
- "21,0,5": 7,
2395
- "21,0,6": 7,
2396
- "21,0,7": 7,
2397
- "21,0,8": 7,
2398
- "21,0,9": 7,
2399
- "21,0,10": 7,
2400
- "21,0,11": 7,
2401
- "21,0,12": 7,
2402
- "21,0,13": 7,
2403
- "21,0,14": 7,
2404
- "21,0,15": 7,
2405
- "21,0,16": 7,
2406
- "21,0,17": 7,
2407
- "21,0,18": 7,
2408
- "21,0,19": 7,
2409
- "21,0,20": 7,
2410
- "21,0,21": 7,
2411
- "21,0,22": 7,
2412
- "21,0,23": 7,
2413
- "21,0,24": 7,
2414
- "21,0,25": 7,
2415
- "22,0,-24": 7,
2416
- "22,0,-23": 7,
2417
- "22,0,-22": 7,
2418
- "22,0,-21": 7,
2419
- "22,0,-20": 7,
2420
- "22,0,-19": 7,
2421
- "22,0,-18": 7,
2422
- "22,0,-17": 7,
2423
- "22,0,-16": 7,
2424
- "22,0,-15": 7,
2425
- "22,0,-14": 7,
2426
- "22,0,-13": 7,
2427
- "22,0,-12": 7,
2428
- "22,0,-11": 7,
2429
- "22,0,-10": 7,
2430
- "22,0,-9": 7,
2431
- "22,0,-8": 7,
2432
- "22,0,-7": 7,
2433
- "22,0,-6": 7,
2434
- "22,0,-5": 7,
2435
- "22,0,-4": 7,
2436
- "22,0,-3": 7,
2437
- "22,0,-2": 7,
2438
- "22,0,-1": 7,
2439
- "22,0,0": 7,
2440
- "22,0,1": 7,
2441
- "22,0,2": 7,
2442
- "22,0,3": 7,
2443
- "22,0,4": 7,
2444
- "22,0,5": 7,
2445
- "22,0,6": 7,
2446
- "22,0,7": 7,
2447
- "22,0,8": 7,
2448
- "22,0,9": 7,
2449
- "22,0,10": 7,
2450
- "22,0,11": 7,
2451
- "22,0,12": 7,
2452
- "22,0,13": 7,
2453
- "22,0,14": 7,
2454
- "22,0,15": 7,
2455
- "22,0,16": 7,
2456
- "22,0,17": 7,
2457
- "22,0,18": 7,
2458
- "22,0,19": 7,
2459
- "22,0,20": 7,
2460
- "22,0,21": 7,
2461
- "22,0,22": 7,
2462
- "22,0,23": 7,
2463
- "22,0,24": 7,
2464
- "22,0,25": 7,
2465
- "23,0,-24": 7,
2466
- "23,0,-23": 7,
2467
- "23,0,-22": 7,
2468
- "23,0,-21": 7,
2469
- "23,0,-20": 7,
2470
- "23,0,-19": 7,
2471
- "23,0,-18": 7,
2472
- "23,0,-17": 7,
2473
- "23,0,-16": 7,
2474
- "23,0,-15": 7,
2475
- "23,0,-14": 7,
2476
- "23,0,-13": 7,
2477
- "23,0,-12": 7,
2478
- "23,0,-11": 7,
2479
- "23,0,-10": 7,
2480
- "23,0,-9": 7,
2481
- "23,0,-8": 7,
2482
- "23,0,-7": 7,
2483
- "23,0,-6": 7,
2484
- "23,0,-5": 7,
2485
- "23,0,-4": 7,
2486
- "23,0,-3": 7,
2487
- "23,0,-2": 7,
2488
- "23,0,-1": 7,
2489
- "23,0,0": 7,
2490
- "23,0,1": 7,
2491
- "23,0,2": 7,
2492
- "23,0,3": 7,
2493
- "23,0,4": 7,
2494
- "23,0,5": 7,
2495
- "23,0,6": 7,
2496
- "23,0,7": 7,
2497
- "23,0,8": 7,
2498
- "23,0,9": 7,
2499
- "23,0,10": 7,
2500
- "23,0,11": 7,
2501
- "23,0,12": 7,
2502
- "23,0,13": 7,
2503
- "23,0,14": 7,
2504
- "23,0,15": 7,
2505
- "23,0,16": 7,
2506
- "23,0,17": 7,
2507
- "23,0,18": 7,
2508
- "23,0,19": 7,
2509
- "23,0,20": 7,
2510
- "23,0,21": 7,
2511
- "23,0,22": 7,
2512
- "23,0,23": 7,
2513
- "23,0,24": 7,
2514
- "23,0,25": 7,
2515
- "24,0,-24": 7,
2516
- "24,0,-23": 7,
2517
- "24,0,-22": 7,
2518
- "24,0,-21": 7,
2519
- "24,0,-20": 7,
2520
- "24,0,-19": 7,
2521
- "24,0,-18": 7,
2522
- "24,0,-17": 7,
2523
- "24,0,-16": 7,
2524
- "24,0,-15": 7,
2525
- "24,0,-14": 7,
2526
- "24,0,-13": 7,
2527
- "24,0,-12": 7,
2528
- "24,0,-11": 7,
2529
- "24,0,-10": 7,
2530
- "24,0,-9": 7,
2531
- "24,0,-8": 7,
2532
- "24,0,-7": 7,
2533
- "24,0,-6": 7,
2534
- "24,0,-5": 7,
2535
- "24,0,-4": 7,
2536
- "24,0,-3": 7,
2537
- "24,0,-2": 7,
2538
- "24,0,-1": 7,
2539
- "24,0,0": 7,
2540
- "24,0,1": 7,
2541
- "24,0,2": 7,
2542
- "24,0,3": 7,
2543
- "24,0,4": 7,
2544
- "24,0,5": 7,
2545
- "24,0,6": 7,
2546
- "24,0,7": 7,
2547
- "24,0,8": 7,
2548
- "24,0,9": 7,
2549
- "24,0,10": 7,
2550
- "24,0,11": 7,
2551
- "24,0,12": 7,
2552
- "24,0,13": 7,
2553
- "24,0,14": 7,
2554
- "24,0,15": 7,
2555
- "24,0,16": 7,
2556
- "24,0,17": 7,
2557
- "24,0,18": 7,
2558
- "24,0,19": 7,
2559
- "24,0,20": 7,
2560
- "24,0,21": 7,
2561
- "24,0,22": 7,
2562
- "24,0,23": 7,
2563
- "24,0,24": 7,
2564
- "24,0,25": 7,
2565
- "25,0,-24": 7,
2566
- "25,0,-23": 7,
2567
- "25,0,-22": 7,
2568
- "25,0,-21": 7,
2569
- "25,0,-20": 7,
2570
- "25,0,-19": 7,
2571
- "25,0,-18": 7,
2572
- "25,0,-17": 7,
2573
- "25,0,-16": 7,
2574
- "25,0,-15": 7,
2575
- "25,0,-14": 7,
2576
- "25,0,-13": 7,
2577
- "25,0,-12": 7,
2578
- "25,0,-11": 7,
2579
- "25,0,-10": 7,
2580
- "25,0,-9": 7,
2581
- "25,0,-8": 7,
2582
- "25,0,-7": 7,
2583
- "25,0,-6": 7,
2584
- "25,0,-5": 7,
2585
- "25,0,-4": 7,
2586
- "25,0,-3": 7,
2587
- "25,0,-2": 7,
2588
- "25,0,-1": 7,
2589
- "25,0,0": 7,
2590
- "25,0,1": 7,
2591
- "25,0,2": 7,
2592
- "25,0,3": 7,
2593
- "25,0,4": 7,
2594
- "25,0,5": 7,
2595
- "25,0,6": 7,
2596
- "25,0,7": 7,
2597
- "25,0,8": 7,
2598
- "25,0,9": 7,
2599
- "25,0,10": 7,
2600
- "25,0,11": 7,
2601
- "25,0,12": 7,
2602
- "25,0,13": 7,
2603
- "25,0,14": 7,
2604
- "25,0,15": 7,
2605
- "25,0,16": 7,
2606
- "25,0,17": 7,
2607
- "25,0,18": 7,
2608
- "25,0,19": 7,
2609
- "25,0,20": 7,
2610
- "25,0,21": 7,
2611
- "25,0,22": 7,
2612
- "25,0,23": 7,
2613
- "25,0,24": 7,
2614
- "25,0,25": 7,
2615
- "1,1,-11": 19,
2616
- "2,1,-11": 19,
2617
- "2,2,-11": 19,
2618
- "3,1,-11": 19,
2619
- "3,2,-11": 19,
2620
- "3,3,-11": 19,
2621
- "-1,1,12": 11
2622
- }
2623
- }