LotteryTypeConfig.lua 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. local root = {
  2. {
  3. id = 1,
  4. name = '普通抽奖',
  5. lotteryType = 1,
  6. class = 99,
  7. firstGet = {1},
  8. lotteryPrice = {id=811,count=1},
  9. tenthPrice = {id=811,count=10},
  10. firstDraw = {1},
  11. lFloorsTimes = 10,
  12. lFloorsDraw = {11},
  13. pointGet = {id=105,count=1},
  14. bFloorsTimes = 200,
  15. bFloorsDraw = {21},
  16. bigPic = 'lottery_new_huodongtu1',
  17. smallPic = 'lottery_new_huodongtu11'
  18. },
  19. {
  20. id = 2,
  21. name = '结缘抽奖',
  22. lotteryType = 2,
  23. class = 1,
  24. lotteryPrice = {id=812,count=1},
  25. tenthPrice = {id=812,count=10},
  26. firstDraw = {5},
  27. lFloorsTimes = 10,
  28. lFloorsDraw = {15},
  29. pointGet = {id=105,count=1},
  30. bFloorsTimes = 200,
  31. bFloorsDraw = {25},
  32. limitTimes = 1000,
  33. bigPic = 'lottery_new_huodongtu2',
  34. smallPic = 'lottery_new_huodongtu22'
  35. },
  36. {
  37. id = 3,
  38. name = '赐福抽奖',
  39. lotteryType = 2,
  40. class = 2,
  41. lotteryPrice = {id=812,count=1},
  42. tenthPrice = {id=812,count=10},
  43. firstDraw = {2},
  44. lFloorsTimes = 10,
  45. lFloorsDraw = {12},
  46. pointGet = {id=105,count=1},
  47. bFloorsTimes = 200,
  48. bFloorsDraw = {22},
  49. limitTimes = 1000,
  50. bigPic = 'lottery_new_huodongtu2',
  51. smallPic = 'lottery_new_huodongtu22'
  52. },
  53. {
  54. id = 4,
  55. name = '除厄抽奖',
  56. lotteryType = 2,
  57. class = 3,
  58. lotteryPrice = {id=812,count=1},
  59. tenthPrice = {id=812,count=10},
  60. firstDraw = {3},
  61. lFloorsTimes = 10,
  62. lFloorsDraw = {13},
  63. pointGet = {id=105,count=1},
  64. bFloorsTimes = 200,
  65. bFloorsDraw = {23},
  66. limitTimes = 1000,
  67. bigPic = 'lottery_new_huodongtu2',
  68. smallPic = 'lottery_new_huodongtu22'
  69. },
  70. {
  71. id = 5,
  72. name = '金运抽奖',
  73. lotteryType = 2,
  74. class = 4,
  75. lotteryPrice = {id=812,count=1},
  76. tenthPrice = {id=812,count=10},
  77. firstDraw = {4},
  78. lFloorsTimes = 10,
  79. lFloorsDraw = {14},
  80. pointGet = {id=105,count=1},
  81. bFloorsTimes = 200,
  82. bFloorsDraw = {24},
  83. limitTimes = 1000,
  84. bigPic = 'lottery_new_huodongtu2',
  85. smallPic = 'lottery_new_huodongtu22'
  86. }
  87. }
  88. return root