123456789101112131415161718192021222324 |
- M_NoviceRebateCFG = {}
- function M_NoviceRebateCFG:getData(key)
- if self.datas == nil then
- return nil
- end
- return self.datas[key]
- end
- function M_NoviceRebateCFG:init()
- self.datas = {}
- self.datas[1] = {Id = 1, ParticipationTime = 2, Desc = "购买8元巨鳄礼包", CompleteType = 63, CompleteParam = {33}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {120000}, Rebate = 200, GoType = 21, Index = nil}
- self.datas[2] = {Id = 2, ParticipationTime = 2, Desc = "购买68元龙宫礼包", CompleteType = 63, CompleteParam = {37}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {1000000}, Rebate = 200, GoType = 26, Index = nil}
- self.datas[3] = {Id = 3, ParticipationTime = 2, Desc = "购买25元青铜鱼雷礼包", CompleteType = 63, CompleteParam = {69}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {400000}, Rebate = 200, GoType = 22, Index = 0}
- self.datas[4] = {Id = 4, ParticipationTime = 2, Desc = "购买30元朱雀礼包", CompleteType = 63, CompleteParam = {119}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {450000}, Rebate = 200, GoType = 23, Index = nil}
- self.datas[5] = {Id = 5, ParticipationTime = 2, Desc = "购买68元巨鲨礼包", CompleteType = 63, CompleteParam = {98}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {1000000}, Rebate = 300, GoType = 24, Index = nil}
- self.datas[6] = {Id = 6, ParticipationTime = 2, Desc = "购买198元龙宫礼包", CompleteType = 63, CompleteParam = {293}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {3000000}, Rebate = 300, GoType = 26, Index = nil}
- self.datas[7] = {Id = 7, ParticipationTime = 2, Desc = "购买98元白银鱼雷礼包", CompleteType = 63, CompleteParam = {70}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {1500000}, Rebate = 300, GoType = 22, Index = 1}
- self.datas[8] = {Id = 8, ParticipationTime = 2, Desc = "购买98元魔鲲礼包", CompleteType = 63, CompleteParam = {39}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {1500000}, Rebate = 300, GoType = 25, Index = nil}
- self.datas[9] = {Id = 9, ParticipationTime = 2, Desc = "购买198元黄金鱼雷礼包", CompleteType = 63, CompleteParam = {71}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {3000000}, Rebate = 500, GoType = 22, Index = 2}
- self.datas[10] = {Id = 10, ParticipationTime = 2, Desc = "购买648元钻石鱼雷礼包", CompleteType = 63, CompleteParam = {72}, CompleteCount = 2, AwardItemIDs = {1}, AwardItemCounts = {10000000}, Rebate = 1000, GoType = 22, Index = 3}
- end
- M_NoviceRebateCFG:init()
|