TBBattleRobotControlConfig.lua 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. local root = {
  2. {
  3. minTotalLevel = 4,
  4. maxTotalLevel = 8,
  5. win = {-9999,9999},
  6. exSkillPercList = {0},
  7. attackListWeight = {{{1,1,1,1},70},{{1,2,2,1},30}},
  8. baseLevel = 1,
  9. robotLinkType = {{"L",100}},
  10. robotSupplyWeight1 = {{"L27", 100}},
  11. robotSupplyWeight2 = {{"L27", 100}},
  12. robotRound = 10,
  13. playerSupplyWeight1 = {{"L49", 100}},
  14. playerSupplyWeight2 = {{"L49", 100}},
  15. playerRound = 10,
  16. yellowWeight = {{4011,100}},
  17. blueWeight = {{3011,100}},
  18. greenWeight = {{1011,100}},
  19. redWeight = {{2011,100}},
  20. cardsWeight = {{{4011,3011,1011,2011}, 100}}
  21. },
  22. {
  23. minTotalLevel = 8,
  24. maxTotalLevel = 12,
  25. win = {2,9999},
  26. exSkillPercList = {0},
  27. attackListWeight = {{{2,2,2,3},100}},
  28. baseLevel = 2,
  29. robotLinkType = {{"R",100}},
  30. robotSupplyWeight1 = {{"B57", 100}},
  31. robotSupplyWeight2 = {{"A57", 100}},
  32. robotRound = 11,
  33. playerSupplyWeight1 = {{"B57", 100}},
  34. playerSupplyWeight2 = {{"A57", 100}},
  35. playerRound = 10,
  36. yellowWeight = {{4011,100}},
  37. blueWeight = {{3011,100}},
  38. greenWeight = {{1011,100}},
  39. redWeight = {{2011,100}},
  40. cardsWeight = {{{4011,3011,1011,2011}, 100}}
  41. },
  42. {
  43. minTotalLevel = 8,
  44. maxTotalLevel = 12,
  45. win = {0,1},
  46. exSkillPercList = {0},
  47. attackListWeight = {{{2,2,2,3},100}},
  48. baseLevel = 2,
  49. robotLinkType = {{"R",100}},
  50. robotSupplyWeight1 = {{"A57", 100}},
  51. robotSupplyWeight2 = {{"L27", 100}},
  52. robotRound = 11,
  53. playerSupplyWeight1 = {{"A57", 100}},
  54. playerSupplyWeight2 = {{"L27", 100}},
  55. playerRound = 10,
  56. yellowWeight = {{4011,100}},
  57. blueWeight = {{3011,100}},
  58. greenWeight = {{1011,100}},
  59. redWeight = {{2011,100}},
  60. cardsWeight = {{{4011,3011,1011,2011}, 100}}
  61. },
  62. {
  63. minTotalLevel = 8,
  64. maxTotalLevel = 12,
  65. win = {-9999,-1},
  66. exSkillPercList = {0},
  67. attackListWeight = {{{1,2,3,3},100}},
  68. baseLevel = 2,
  69. robotLinkType = {{"R",100}},
  70. robotSupplyWeight1 = {{"L27", 100}},
  71. robotSupplyWeight2 = {{"L27", 100}},
  72. robotRound = 10,
  73. playerSupplyWeight1 = {{"R", 100}},
  74. playerSupplyWeight2 = {{"R", 100}},
  75. playerRound = 10,
  76. yellowWeight = {{4011,100}},
  77. blueWeight = {{3011,100}},
  78. greenWeight = {{1011,100}},
  79. redWeight = {{2011,100}},
  80. cardsWeight = {{{4011,3011,1011,2011}, 100}}
  81. },
  82. {
  83. minTotalLevel = 12,
  84. maxTotalLevel = 16,
  85. win = {2,9999},
  86. exSkillPercList = {100},
  87. attackListWeight = {{{3,4,4,4},60},{{3,3,4,5},30},{{2,4,4,5},10}},
  88. baseLevel = 3,
  89. robotLinkType = {{"W",100}},
  90. robotSupplyWeight1 = {{"B57", 100}},
  91. robotSupplyWeight2 = {{"A57", 100}},
  92. robotRound = 11,
  93. playerSupplyWeight1 = {{"B57", 100}},
  94. playerSupplyWeight2 = {{"A57", 100}},
  95. playerRound = 10,
  96. yellowWeight = {{4011,100}},
  97. blueWeight = {{3011,20},{3031,60},{3051,20}},
  98. greenWeight = {{1011,100}},
  99. redWeight = {{2011,100}},
  100. cardsWeight = {{{4111,3011,1011,2011}, 70},{{4011,3011,1011,2011}, 30}}
  101. },
  102. {
  103. minTotalLevel = 12,
  104. maxTotalLevel = 16,
  105. win = {-1,1},
  106. exSkillPercList = {100},
  107. attackListWeight = {{{3,4,4,4},60},{{3,3,4,5},30},{{2,4,4,5},10}},
  108. baseLevel = 3,
  109. robotLinkType = {{"R",100}},
  110. robotSupplyWeight1 = {{"A57", 100}},
  111. robotSupplyWeight2 = {{"L27", 100}},
  112. robotRound = 11,
  113. playerSupplyWeight1 = {{"A57", 100}},
  114. playerSupplyWeight2 = {{"L27", 100}},
  115. playerRound = 10,
  116. yellowWeight = {{4011,100}},
  117. blueWeight = {{3011,20},{3031,60},{3051,20}},
  118. greenWeight = {{1011,100}},
  119. redWeight = {{2011,100}},
  120. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  121. },
  122. {
  123. minTotalLevel = 12,
  124. maxTotalLevel = 16,
  125. win = {-9999,-2},
  126. exSkillPercList = {100},
  127. attackListWeight = {{{3,4,4,4},60},{{3,3,4,5},30},{{2,4,4,5},10}},
  128. baseLevel = 3,
  129. robotLinkType = {{"R",100}},
  130. robotSupplyWeight1 = {{"L27", 100}},
  131. robotSupplyWeight2 = {{"L27", 100}},
  132. robotRound = 10,
  133. playerSupplyWeight1 = {{"R", 100}},
  134. playerSupplyWeight2 = {{"R", 100}},
  135. playerRound = 10,
  136. yellowWeight = {{4011,100}},
  137. blueWeight = {{3011,20},{3031,60},{3051,20}},
  138. greenWeight = {{1011,100}},
  139. redWeight = {{2011,100}},
  140. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  141. },
  142. {
  143. minTotalLevel = 16,
  144. maxTotalLevel = 20,
  145. win = {2,9999},
  146. exSkillPercList = {50,60,70},
  147. attackListWeight = {{{5,5,5,5},60},{{4,5,5,6},30},{{4,4,6,6},10}},
  148. baseLevel = 4,
  149. robotLinkType = {{"W",100}},
  150. robotSupplyWeight1 = {{"B57", 100}},
  151. robotSupplyWeight2 = {{"A57", 100}},
  152. robotRound = 11,
  153. playerSupplyWeight1 = {{"B57", 100}},
  154. playerSupplyWeight2 = {{"A57", 100}},
  155. playerRound = 10,
  156. yellowWeight = {{4011,100}},
  157. blueWeight = {{3011,20},{3031,60},{3051,20}},
  158. greenWeight = {{1011,100}},
  159. redWeight = {{2011,100}},
  160. cardsWeight = {{{4111,3011,1011,2011}, 70},{{4011,3011,1011,2011}, 30}}
  161. },
  162. {
  163. minTotalLevel = 16,
  164. maxTotalLevel = 20,
  165. win = {-1,1},
  166. exSkillPercList = {30,40,50},
  167. attackListWeight = {{{5,5,5,5},60},{{4,5,5,6},30},{{4,4,6,6},10}},
  168. baseLevel = 4,
  169. robotLinkType = {{"R",100}},
  170. robotSupplyWeight1 = {{"A57", 100}},
  171. robotSupplyWeight2 = {{"L27", 100}},
  172. robotRound = 11,
  173. playerSupplyWeight1 = {{"A57", 100}},
  174. playerSupplyWeight2 = {{"L27", 100}},
  175. playerRound = 10,
  176. yellowWeight = {{4011,100}},
  177. blueWeight = {{3011,20},{3031,60},{3051,20}},
  178. greenWeight = {{1011,100}},
  179. redWeight = {{2011,100}},
  180. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  181. },
  182. {
  183. minTotalLevel = 16,
  184. maxTotalLevel = 20,
  185. win = {-9999,-2},
  186. exSkillPercList = {30,40,50},
  187. attackListWeight = {{{5,5,5,5},60},{{4,5,5,6},30},{{4,4,6,6},10}},
  188. baseLevel = 4,
  189. robotLinkType = {{"R",100}},
  190. robotSupplyWeight1 = {{"L27", 100}},
  191. robotSupplyWeight2 = {{"L27", 100}},
  192. robotRound = 10,
  193. playerSupplyWeight1 = {{"R", 100}},
  194. playerSupplyWeight2 = {{"R", 100}},
  195. playerRound = 10,
  196. yellowWeight = {{4011,100}},
  197. blueWeight = {{3011,20},{3031,60},{3051,20}},
  198. greenWeight = {{1011,100}},
  199. redWeight = {{2011,100}},
  200. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  201. },
  202. {
  203. minTotalLevel = 20,
  204. maxTotalLevel = 24,
  205. win = {2,9999},
  206. exSkillPercList = {50,60,70},
  207. attackListWeight = {{{5,5,6,6},70},{{4,6,6,6},30}},
  208. baseLevel = 5,
  209. robotLinkType = {{"W",100}},
  210. robotSupplyWeight1 = {{"B57", 100}},
  211. robotSupplyWeight2 = {{"A57", 100}},
  212. robotRound = 11,
  213. playerSupplyWeight1 = {{"B57", 100}},
  214. playerSupplyWeight2 = {{"A57", 100}},
  215. playerRound = 10,
  216. yellowWeight = {{4011,100}},
  217. blueWeight = {{3011,20},{3031,60},{3051,20}},
  218. greenWeight = {{1011,100}},
  219. redWeight = {{2011,100}},
  220. cardsWeight = {{{4111,3011,1011,2011}, 70},{{4011,3011,1011,2011}, 30}}
  221. },
  222. {
  223. minTotalLevel = 20,
  224. maxTotalLevel = 24,
  225. win = {-1,1},
  226. exSkillPercList = {50,60,70},
  227. attackListWeight = {{{5,5,6,6},70},{{4,6,6,6},30}},
  228. baseLevel = 5,
  229. robotLinkType = {{"R",100}},
  230. robotSupplyWeight1 = {{"A57", 100}},
  231. robotSupplyWeight2 = {{"L27", 100}},
  232. robotRound = 11,
  233. playerSupplyWeight1 = {{"A57", 100}},
  234. playerSupplyWeight2 = {{"L27", 100}},
  235. playerRound = 10,
  236. yellowWeight = {{4011,100}},
  237. blueWeight = {{3011,20},{3031,60},{3051,20}},
  238. greenWeight = {{1011,100}},
  239. redWeight = {{2011,100}},
  240. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  241. },
  242. {
  243. minTotalLevel = 20,
  244. maxTotalLevel = 24,
  245. win = {-9999,-2},
  246. exSkillPercList = {30,40,50},
  247. attackListWeight = {{{5,5,6,6},70},{{4,6,6,6},30}},
  248. baseLevel = 5,
  249. robotLinkType = {{"R",100}},
  250. robotSupplyWeight1 = {{"L27", 100}},
  251. robotSupplyWeight2 = {{"L27", 100}},
  252. robotRound = 10,
  253. playerSupplyWeight1 = {{"R", 100}},
  254. playerSupplyWeight2 = {{"R", 100}},
  255. playerRound = 10,
  256. yellowWeight = {{4011,100}},
  257. blueWeight = {{3011,20},{3031,60},{3051,20}},
  258. greenWeight = {{1011,100}},
  259. redWeight = {{2011,100}},
  260. cardsWeight = {{{4111,3011,1011,2011}, 50},{{4011,3011,1011,2011}, 50}}
  261. }
  262. }
  263. return root