M_NoviceRebateCFG.lua 2.5 KB

123456789101112131415161718192021222324
  1. M_NoviceRebateCFG = {}
  2. function M_NoviceRebateCFG:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function M_NoviceRebateCFG:init()
  9. self.datas = {}
  10. 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}
  11. 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}
  12. 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}
  13. 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}
  14. 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}
  15. 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}
  16. 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}
  17. 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}
  18. 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}
  19. 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}
  20. end
  21. M_NoviceRebateCFG:init()