AiWeightConfig.lua 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. local root = {
  2. {
  3. startCups = 0,
  4. endCups = 99,
  5. cardLvWeight = {0,0,100,0,0},
  6. typeWeightId = 101
  7. },
  8. {
  9. startCups = 100,
  10. endCups = 149,
  11. cardLvWeight = {0,100,100,0,0},
  12. typeWeightId = 101
  13. },
  14. {
  15. startCups = 150,
  16. endCups = 199,
  17. cardLvWeight = {0,100,100,0,0},
  18. typeWeightId = 101
  19. },
  20. {
  21. startCups = 200,
  22. endCups = 299,
  23. cardLvWeight = {0,100,100,0,0},
  24. typeWeightId = 102
  25. },
  26. {
  27. startCups = 300,
  28. endCups = 349,
  29. cardLvWeight = {100,100,200,0,0},
  30. typeWeightId = 104
  31. },
  32. {
  33. startCups = 350,
  34. endCups = 399,
  35. cardLvWeight = {100,100,200,0,0},
  36. typeWeightId = 104
  37. },
  38. {
  39. startCups = 400,
  40. endCups = 499,
  41. cardLvWeight = {100,100,200,0,0},
  42. typeWeightId = 107
  43. },
  44. {
  45. startCups = 500,
  46. endCups = 549,
  47. cardLvWeight = {100,100,200,100,0},
  48. typeWeightId = 105
  49. },
  50. {
  51. startCups = 550,
  52. endCups = 599,
  53. cardLvWeight = {100,100,200,100,0},
  54. typeWeightId = 104
  55. },
  56. {
  57. startCups = 600,
  58. endCups = 649,
  59. cardLvWeight = {0,100,200,100,0},
  60. typeWeightId = 105
  61. },
  62. {
  63. startCups = 650,
  64. endCups = 699,
  65. cardLvWeight = {0,100,200,100,0},
  66. typeWeightId = 104
  67. },
  68. {
  69. startCups = 700,
  70. endCups = 749,
  71. cardLvWeight = {0,100,200,100,0},
  72. typeWeightId = 106
  73. },
  74. {
  75. startCups = 750,
  76. endCups = 799,
  77. cardLvWeight = {0,100,200,100,0},
  78. typeWeightId = 103
  79. },
  80. {
  81. startCups = 800,
  82. endCups = 849,
  83. cardLvWeight = {0,100,200,100,0},
  84. typeWeightId = 104
  85. },
  86. {
  87. startCups = 850,
  88. endCups = 949,
  89. cardLvWeight = {0,100,200,100,0},
  90. typeWeightId = 106
  91. },
  92. {
  93. startCups = 950,
  94. endCups = 999,
  95. cardLvWeight = {0,100,200,100,0},
  96. typeWeightId = 103
  97. },
  98. {
  99. startCups = 1000,
  100. endCups = 1074,
  101. cardLvWeight = {0,100,200,100,0},
  102. typeWeightId = 104
  103. },
  104. {
  105. startCups = 1075,
  106. endCups = 1124,
  107. cardLvWeight = {0,100,200,100,0},
  108. typeWeightId = 106
  109. },
  110. {
  111. startCups = 1125,
  112. endCups = 1149,
  113. cardLvWeight = {0,100,200,100,0},
  114. typeWeightId = 103
  115. },
  116. {
  117. startCups = 1150,
  118. endCups = 1249,
  119. cardLvWeight = {0,100,200,100,0},
  120. typeWeightId = 104
  121. },
  122. {
  123. startCups = 1250,
  124. endCups = 1299,
  125. cardLvWeight = {0,100,200,100,0},
  126. typeWeightId = 106
  127. },
  128. {
  129. startCups = 1300,
  130. endCups = 1474,
  131. cardLvWeight = {0,100,200,100,0},
  132. typeWeightId = 103
  133. },
  134. {
  135. startCups = 1475,
  136. endCups = 1649,
  137. cardLvWeight = {0,100,200,100,0},
  138. typeWeightId = 104
  139. },
  140. {
  141. startCups = 1650,
  142. endCups = 1699,
  143. cardLvWeight = {0,100,200,100,0},
  144. typeWeightId = 106
  145. },
  146. {
  147. startCups = 1700,
  148. endCups = 1924,
  149. cardLvWeight = {0,100,200,100,0},
  150. typeWeightId = 103
  151. },
  152. {
  153. startCups = 1925,
  154. endCups = 2149,
  155. cardLvWeight = {0,100,200,100,0},
  156. typeWeightId = 104
  157. },
  158. {
  159. startCups = 2150,
  160. endCups = 2199,
  161. cardLvWeight = {0,100,200,100,0},
  162. typeWeightId = 106
  163. },
  164. {
  165. startCups = 2200,
  166. endCups = 9999,
  167. cardLvWeight = {0,100,200,0,0},
  168. typeWeightId = 103
  169. },
  170. {
  171. startCups = 10000,
  172. endCups = 99999,
  173. cardLvWeight = {0,100,200,0,0},
  174. typeWeightId = 104
  175. },
  176. {
  177. startCups = 100000,
  178. endCups = 999999,
  179. cardLvWeight = {0,100,200,0,0},
  180. typeWeightId = 106
  181. }
  182. }
  183. return root