ClubShopConfig.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. local root = {
  2. {
  3. id = 2001,
  4. refreshType = 2,
  5. buyNumLimit = 1,
  6. goodName = '算命符',
  7. consume = 410,
  8. item = {type=1,id=811,count=5}
  9. },
  10. {
  11. id = 2002,
  12. refreshType = 2,
  13. buyNumLimit = 1,
  14. goodName = '玉叶',
  15. consume = 239,
  16. item = {type=1,id=101,count=2000}
  17. },
  18. {
  19. id = 2003,
  20. refreshType = 2,
  21. buyNumLimit = 1,
  22. goodName = '宝箱',
  23. consume = 157,
  24. item = {type=1,id=31100,count=1}
  25. },
  26. {
  27. id = 1001,
  28. refreshType = 1,
  29. buyNumLimit = 1,
  30. goodName = '天卡',
  31. consume = 1075,
  32. item = {type=1,id=60003,count=1}
  33. },
  34. {
  35. id = 1002,
  36. refreshType = 1,
  37. buyNumLimit = 1,
  38. goodName = '地卡',
  39. consume = 645,
  40. item = {type=1,id=60002,count=3}
  41. },
  42. {
  43. id = 1003,
  44. refreshType = 1,
  45. buyNumLimit = 1,
  46. goodName = '人卡',
  47. consume = 290,
  48. item = {type=1,id=60001,count=10}
  49. }
  50. }
  51. return root