CupSeasonAwardConfig.lua 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. local root = {
  2. {
  3. cupGroupId = 101,
  4. sceneLv = 1,
  5. items = {{type=1,id=101,count=200}}
  6. },
  7. {
  8. cupGroupId = 101,
  9. sceneLv = 2,
  10. items = {{type=1,id=102,count=50}}
  11. },
  12. {
  13. cupGroupId = 101,
  14. sceneLv = 3,
  15. items = {{type=1,id=811,count=5}}
  16. },
  17. {
  18. cupGroupId = 101,
  19. sceneLv = 4,
  20. items = {{type=2,id=10000,qa=2,count=1}}
  21. },
  22. {
  23. cupGroupId = 101,
  24. sceneLv = 5,
  25. items = {{type=2,id=10000,qa=3,count=1}}
  26. },
  27. {
  28. cupGroupId = 101,
  29. sceneLv = 6,
  30. items = {{type=1,id=811,count=5}},
  31. isReset = true
  32. },
  33. {
  34. cupGroupId = 101,
  35. sceneLv = 7,
  36. items = {{type=2,id=10000,qa=2,count=1}},
  37. isReset = true
  38. },
  39. {
  40. cupGroupId = 101,
  41. sceneLv = 8,
  42. items = {{type=1,id=101,count=1000}},
  43. isReset = true
  44. },
  45. {
  46. cupGroupId = 101,
  47. sceneLv = 9,
  48. items = {{type=1,id=102,count=50}},
  49. isReset = true
  50. },
  51. {
  52. cupGroupId = 101,
  53. sceneLv = 10,
  54. items = {{type=1,id=301,count=5}},
  55. isReset = true
  56. },
  57. {
  58. cupGroupId = 101,
  59. sceneLv = 11,
  60. items = {{type=1,id=501,count=1}},
  61. isReset = true
  62. },
  63. {
  64. cupGroupId = 101,
  65. sceneLv = 12,
  66. items = {{type=2,id=10000,qa=2,count=1}},
  67. isReset = true
  68. },
  69. {
  70. cupGroupId = 101,
  71. sceneLv = 13,
  72. items = {{type=2,id=10000,qa=3,count=1}},
  73. isReset = true
  74. },
  75. {
  76. cupGroupId = 101,
  77. sceneLv = 14,
  78. items = {{type=1,id=811,count=5}},
  79. isReset = true
  80. },
  81. {
  82. cupGroupId = 101,
  83. sceneLv = 15,
  84. items = {{type=1,id=101,count=2000}},
  85. isReset = true
  86. },
  87. {
  88. cupGroupId = 101,
  89. sceneLv = 16,
  90. items = {{type=1,id=102,count=100}},
  91. isReset = true
  92. },
  93. {
  94. cupGroupId = 101,
  95. sceneLv = 17,
  96. items = {{type=1,id=301,count=5}},
  97. isReset = true
  98. },
  99. {
  100. cupGroupId = 101,
  101. sceneLv = 18,
  102. items = {{type=1,id=501,count=1}},
  103. isReset = true
  104. },
  105. {
  106. cupGroupId = 101,
  107. sceneLv = 19,
  108. items = {{type=2,id=10000,qa=2,count=1}},
  109. isReset = true
  110. },
  111. {
  112. cupGroupId = 101,
  113. sceneLv = 20,
  114. items = {{type=1,id=811,count=5}},
  115. isReset = true
  116. },
  117. {
  118. cupGroupId = 101,
  119. sceneLv = 21,
  120. items = {{type=2,id=10000,qa=3,count=1}},
  121. isReset = true
  122. },
  123. {
  124. cupGroupId = 101,
  125. sceneLv = 22,
  126. items = {{type=1,id=101,count=3000}},
  127. isReset = true
  128. },
  129. {
  130. cupGroupId = 101,
  131. sceneLv = 23,
  132. items = {{type=2,id=10000,qa=3,count=1}},
  133. isReset = true
  134. }
  135. }
  136. return root