12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- local root = {
- {
- id = 1,
- name = '普通抽奖',
- lotteryType = 1,
- class = 99,
- firstGet = {1},
- lotteryPrice = {id=811,count=1},
- tenthPrice = {id=811,count=10},
- firstDraw = {1},
- lFloorsTimes = 10,
- lFloorsDraw = {11},
- pointGet = {id=105,count=1},
- bFloorsTimes = 200,
- bFloorsDraw = {21},
- bigPic = 'lottery_new_huodongtu1',
- smallPic = 'lottery_new_huodongtu11'
- },
- {
- id = 2,
- name = '结缘抽奖',
- lotteryType = 2,
- class = 1,
- lotteryPrice = {id=812,count=1},
- tenthPrice = {id=812,count=10},
- firstDraw = {5},
- lFloorsTimes = 10,
- lFloorsDraw = {15},
- pointGet = {id=105,count=1},
- bFloorsTimes = 200,
- bFloorsDraw = {25},
- limitTimes = 1000,
- bigPic = 'lottery_new_huodongtu2',
- smallPic = 'lottery_new_huodongtu22'
- },
- {
- id = 3,
- name = '赐福抽奖',
- lotteryType = 2,
- class = 2,
- lotteryPrice = {id=812,count=1},
- tenthPrice = {id=812,count=10},
- firstDraw = {2},
- lFloorsTimes = 10,
- lFloorsDraw = {12},
- pointGet = {id=105,count=1},
- bFloorsTimes = 200,
- bFloorsDraw = {22},
- limitTimes = 1000,
- bigPic = 'lottery_new_huodongtu2',
- smallPic = 'lottery_new_huodongtu22'
- },
- {
- id = 4,
- name = '除厄抽奖',
- lotteryType = 2,
- class = 3,
- lotteryPrice = {id=812,count=1},
- tenthPrice = {id=812,count=10},
- firstDraw = {3},
- lFloorsTimes = 10,
- lFloorsDraw = {13},
- pointGet = {id=105,count=1},
- bFloorsTimes = 200,
- bFloorsDraw = {23},
- limitTimes = 1000,
- bigPic = 'lottery_new_huodongtu2',
- smallPic = 'lottery_new_huodongtu22'
- },
- {
- id = 5,
- name = '金运抽奖',
- lotteryType = 2,
- class = 4,
- lotteryPrice = {id=812,count=1},
- tenthPrice = {id=812,count=10},
- firstDraw = {4},
- lFloorsTimes = 10,
- lFloorsDraw = {14},
- pointGet = {id=105,count=1},
- bFloorsTimes = 200,
- bFloorsDraw = {24},
- limitTimes = 1000,
- bigPic = 'lottery_new_huodongtu2',
- smallPic = 'lottery_new_huodongtu22'
- }
- }
- return root
|