IntegralshopConfig_proto.lua 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. --[[
  2. IntegralshopConfig_proto.lua
  3. exported by excel2lua.py
  4. from file:积分商店.xlsx
  5. --]]
  6. return {
  7. [30000] = {
  8. ID = 30000,
  9. item = {110009,10},
  10. price = {110006,10},
  11. discount = 1,
  12. limit = 2,
  13. num = 1,
  14. sort = 100,
  15. need = 20,
  16. module = 120,
  17. },
  18. [30001] = {
  19. ID = 30001,
  20. item = {110009,10},
  21. price = {110006,500},
  22. discount = 5,
  23. limit = 1,
  24. num = 1,
  25. sort = 110,
  26. need = 20,
  27. module = 120,
  28. },
  29. [30002] = {
  30. ID = 30002,
  31. item = {110009,10},
  32. price = {110006,1000},
  33. discount = 0,
  34. limit = 0,
  35. num = 0,
  36. sort = 120,
  37. need = 20,
  38. module = 120,
  39. },
  40. [30003] = {
  41. ID = 30003,
  42. item = {140052,10},
  43. price = {110006,20},
  44. discount = 0,
  45. limit = 0,
  46. num = 0,
  47. sort = 130,
  48. need = 20,
  49. module = 120,
  50. },
  51. [30005] = {
  52. ID = 30005,
  53. item = {140053,1},
  54. price = {110006,2000},
  55. discount = 0,
  56. limit = 0,
  57. num = 1,
  58. sort = 150,
  59. need = 20,
  60. module = 120,
  61. },
  62. [30008] = {
  63. ID = 30008,
  64. item = {140054,1},
  65. price = {110006,4000},
  66. discount = 0,
  67. limit = 0,
  68. num = 1,
  69. sort = 180,
  70. need = 20,
  71. module = 120,
  72. },
  73. [30009] = {
  74. ID = 30009,
  75. item = {140055,1},
  76. price = {110006,8000},
  77. discount = 0,
  78. limit = 0,
  79. num = 1,
  80. sort = 190,
  81. need = 20,
  82. module = 120,
  83. },
  84. [30010] = {
  85. ID = 30010,
  86. item = {140056,1},
  87. price = {110006,16000},
  88. discount = 0,
  89. limit = 0,
  90. num = 1,
  91. sort = 200,
  92. need = 20,
  93. module = 120,
  94. },
  95. [30011] = {
  96. ID = 30011,
  97. item = {140057,1},
  98. price = {110006,128000},
  99. discount = 0,
  100. limit = 0,
  101. num = 1,
  102. sort = 210,
  103. need = 20,
  104. module = 120,
  105. },
  106. [30012] = {
  107. ID = 30012,
  108. item = {110006,500},
  109. price = {130001,1200},
  110. discount = 7,
  111. limit = 2,
  112. num = 1,
  113. sort = 121,
  114. need = 20,
  115. module = 120,
  116. },
  117. [30013] = {
  118. ID = 30013,
  119. item = {110006,1000},
  120. price = {130001,3000},
  121. discount = 0,
  122. limit = 2,
  123. num = 1,
  124. sort = 122,
  125. need = 20,
  126. module = 120,
  127. },
  128. [30014] = {
  129. ID = 30014,
  130. item = {110006,2000},
  131. price = {130001,6000},
  132. discount = 0,
  133. limit = 2,
  134. num = 1,
  135. sort = 123,
  136. need = 20,
  137. module = 120,
  138. },
  139. }