Activity8LvConfig.lua 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. local root = {
  2. {
  3. lConfigId = 1,
  4. level = 1,
  5. goldDeposit = 50,
  6. itemCost = {{id=101,count=75},{id=401,count=25},{id=402,count=25},{id=403,count=25},{id=404,count=25}}
  7. },
  8. {
  9. lConfigId = 1,
  10. level = 2,
  11. goldDeposit = 75,
  12. itemCost = {{id=101,count=100},{id=401,count=50},{id=402,count=50},{id=403,count=50},{id=404,count=50}}
  13. },
  14. {
  15. lConfigId = 1,
  16. level = 3,
  17. goldDeposit = 100,
  18. itemCost = {{id=101,count=125},{id=401,count=100},{id=402,count=100},{id=403,count=100},{id=404,count=100}}
  19. },
  20. {
  21. lConfigId = 1,
  22. level = 4,
  23. goldDeposit = 125,
  24. itemCost = {{id=101,count=225},{id=401,count=125},{id=402,count=125},{id=403,count=125},{id=404,count=125}}
  25. },
  26. {
  27. lConfigId = 1,
  28. level = 5,
  29. goldDeposit = 150,
  30. itemCost = {{id=101,count=260},{id=401,count=150},{id=402,count=150},{id=403,count=150},{id=404,count=150}}
  31. },
  32. {
  33. lConfigId = 1,
  34. level = 6,
  35. goldDeposit = 175,
  36. itemCost = {{id=101,count=300},{id=401,count=200},{id=402,count=200},{id=403,count=200},{id=404,count=200}}
  37. },
  38. {
  39. lConfigId = 1,
  40. level = 7,
  41. goldDeposit = 200,
  42. itemCost = {{id=101,count=350},{id=401,count=250},{id=402,count=250},{id=403,count=250},{id=404,count=250}}
  43. },
  44. {
  45. lConfigId = 1,
  46. level = 8,
  47. goldDeposit = 225,
  48. itemCost = {{id=101,count=500},{id=401,count=300},{id=402,count=300},{id=403,count=300},{id=404,count=300}}
  49. },
  50. {
  51. lConfigId = 1,
  52. level = 9,
  53. goldDeposit = 250,
  54. itemCost = {{id=101,count=600},{id=401,count=350},{id=402,count=350},{id=403,count=350},{id=404,count=350}}
  55. },
  56. {
  57. lConfigId = 1,
  58. level = 10,
  59. goldDeposit = 300,
  60. itemCost = {{id=101,count=1500},{id=401,count=550},{id=402,count=550},{id=403,count=550},{id=404,count=550}}
  61. },
  62. {
  63. lConfigId = 1,
  64. level = 11,
  65. goldDeposit = 500,
  66. itemCost = {{id=101,count=2800},{id=401,count=1000},{id=402,count=1000},{id=403,count=1000},{id=404,count=1000}}
  67. },
  68. {
  69. lConfigId = 1,
  70. level = 12,
  71. goldDeposit = 700,
  72. itemCost = {{id=101,count=4000},{id=401,count=1200},{id=402,count=1200},{id=403,count=1200},{id=404,count=1200}}
  73. },
  74. {
  75. lConfigId = 1,
  76. level = 13,
  77. goldDeposit = 1000,
  78. itemCost = {{id=101,count=9100},{id=401,count=1400},{id=402,count=1400},{id=403,count=1400},{id=404,count=1400}}
  79. },
  80. {
  81. lConfigId = 1,
  82. level = 14,
  83. goldDeposit = 1300,
  84. itemCost = {{id=101,count=11200},{id=401,count=1600},{id=402,count=1600},{id=403,count=1600},{id=404,count=1600}}
  85. },
  86. {
  87. lConfigId = 1,
  88. level = 15,
  89. goldDeposit = 1600,
  90. itemCost = {{id=101,count=14000},{id=401,count=1900},{id=402,count=1900},{id=403,count=1900},{id=404,count=1900}}
  91. },
  92. {
  93. lConfigId = 1,
  94. level = 16,
  95. goldDeposit = 2000,
  96. itemCost = {{id=101,count=17000},{id=401,count=2200},{id=402,count=2200},{id=403,count=2200},{id=404,count=2200}}
  97. },
  98. {
  99. lConfigId = 1,
  100. level = 17,
  101. goldDeposit = 2400,
  102. itemCost = {{id=101,count=20000},{id=401,count=2700},{id=402,count=2700},{id=403,count=2700},{id=404,count=2700}}
  103. },
  104. {
  105. lConfigId = 1,
  106. level = 18,
  107. goldDeposit = 3000,
  108. itemCost = {{id=101,count=24000},{id=401,count=3200},{id=402,count=3200},{id=403,count=3200},{id=404,count=3200}}
  109. },
  110. {
  111. lConfigId = 1,
  112. level = 19,
  113. goldDeposit = 3600,
  114. itemCost = {{id=101,count=30000},{id=401,count=4000},{id=402,count=4000},{id=403,count=4000},{id=404,count=4000}}
  115. },
  116. {
  117. lConfigId = 1,
  118. level = 20,
  119. goldDeposit = 4200,
  120. itemCost = {{id=101,count=36000},{id=401,count=4800},{id=402,count=4800},{id=403,count=4800},{id=404,count=4800}}
  121. },
  122. {
  123. lConfigId = 1,
  124. level = 21,
  125. goldDeposit = 5000,
  126. itemCost = {{id=101,count=47250},{id=401,count=5700},{id=402,count=5700},{id=403,count=5700},{id=404,count=5700}}
  127. },
  128. {
  129. lConfigId = 1,
  130. level = 22,
  131. goldDeposit = 5800,
  132. itemCost = {{id=101,count=58000},{id=401,count=6000},{id=402,count=6000},{id=403,count=6000},{id=404,count=6000}}
  133. },
  134. {
  135. lConfigId = 1,
  136. level = 23,
  137. goldDeposit = 7000,
  138. itemCost = {{id=101,count=100000},{id=401,count=6000},{id=402,count=6000},{id=403,count=6000},{id=404,count=6000}}
  139. }
  140. }
  141. return root