M_ActivityMonsterTaskCFG.lua 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. M_ActivityMonsterTaskCFG = {}
  2. function M_ActivityMonsterTaskCFG:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function M_ActivityMonsterTaskCFG:init()
  9. self.datas = {}
  10. self.datas[1] = {Id = 1, Type = 1, Desc = "累计登陆1/5天", CompleteType = 70, CompleteParam = {0}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {20,10000,20}, GoType = 0, FindRand = {0}}
  11. self.datas[2] = {Id = 2, Type = 1, Desc = "累计登陆2/5天", CompleteType = 70, CompleteParam = {0}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {25,20000,20}, GoType = 0, FindRand = {0}}
  12. self.datas[3] = {Id = 3, Type = 1, Desc = "累计登陆3/5天", CompleteType = 70, CompleteParam = {0}, CompleteCount = 3, AwardItemID = {256,1,274}, AwardItemCounts = {25,30000,20}, GoType = 0, FindRand = {0}}
  13. self.datas[4] = {Id = 4, Type = 1, Desc = "累计登陆4/5天", CompleteType = 70, CompleteParam = {0}, CompleteCount = 4, AwardItemID = {256,1,274}, AwardItemCounts = {30,40000,20}, GoType = 0, FindRand = {0}}
  14. self.datas[5] = {Id = 5, Type = 1, Desc = "累计登陆5/5天", CompleteType = 70, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {50,50000,20}, GoType = 0, FindRand = {0}}
  15. self.datas[6] = {Id = 6, Type = 2, Desc = "累计在线10分钟", CompleteType = 71, CompleteParam = {0}, CompleteCount = 10, AwardItemID = {256,1,274}, AwardItemCounts = {5,1000,5}, GoType = 1, FindRand = {0}}
  16. self.datas[7] = {Id = 7, Type = 2, Desc = "捕获任意鱼20次", CompleteType = 4, CompleteParam = {0}, CompleteCount = 20, AwardItemID = {256,1,274}, AwardItemCounts = {5,2000,5}, GoType = 1, FindRand = {0}}
  17. self.datas[8] = {Id = 8, Type = 2, Desc = "捕获任意鱼50次", CompleteType = 4, CompleteParam = {0}, CompleteCount = 50, AwardItemID = {256,1,274}, AwardItemCounts = {10,3000,10}, GoType = 1, FindRand = {0}}
  18. self.datas[9] = {Id = 9, Type = 2, Desc = "捕获任意100次", CompleteType = 4, CompleteParam = {0}, CompleteCount = 100, AwardItemID = {256,1,274}, AwardItemCounts = {20,5000,15}, GoType = 1, FindRand = {0}}
  19. self.datas[10] = {Id = 10, Type = 2, Desc = "进行1次黄金鱼抽奖", CompleteType = 51, CompleteParam = {0}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {5,1000,3}, GoType = 1, FindRand = {0}}
  20. self.datas[11] = {Id = 11, Type = 2, Desc = "进行3次黄金鱼抽奖", CompleteType = 51, CompleteParam = {0}, CompleteCount = 3, AwardItemID = {256,1,274}, AwardItemCounts = {10,3000,5}, GoType = 1, FindRand = {0}}
  21. self.datas[12] = {Id = 12, Type = 2, Desc = "进行5次黄金鱼抽奖", CompleteType = 51, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {20,5000,7}, GoType = 1, FindRand = {0}}
  22. self.datas[13] = {Id = 13, Type = 2, Desc = "捕获黄金鱼5条", CompleteType = 22, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {5,2000,3}, GoType = 1, FindRand = {0}}
  23. self.datas[14] = {Id = 14, Type = 2, Desc = "捕获黄金鱼10条", CompleteType = 22, CompleteParam = {0}, CompleteCount = 10, AwardItemID = {256,1,274}, AwardItemCounts = {10,5000,5}, GoType = 1, FindRand = {0}}
  24. self.datas[15] = {Id = 15, Type = 2, Desc = "捕获5条花色鱼", CompleteType = 15, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {5,2000,2}, GoType = 6, FindRand = {0}}
  25. self.datas[16] = {Id = 16, Type = 2, Desc = "捕获10条花色鱼", CompleteType = 15, CompleteParam = {0}, CompleteCount = 10, AwardItemID = {256,1,274}, AwardItemCounts = {10,5000,5}, GoType = 6, FindRand = {0}}
  26. self.datas[17] = {Id = 17, Type = 2, Desc = "使用2个鱼雷", CompleteType = 25, CompleteParam = {0}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {5,5000,4}, GoType = 1, FindRand = {0}}
  27. self.datas[18] = {Id = 18, Type = 2, Desc = "使用5个鱼雷", CompleteType = 25, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {10,10000,6}, GoType = 1, FindRand = {0}}
  28. self.datas[19] = {Id = 19, Type = 2, Desc = "巨鳄场捕获2条深海巨鳄", CompleteType = 3, CompleteParam = {702}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {5,5000,5}, GoType = 6, FindRand = {0}}
  29. self.datas[20] = {Id = 20, Type = 2, Desc = "巨鳄场捕获5条深海巨鳄", CompleteType = 3, CompleteParam = {702}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {10,10000,10}, GoType = 6, FindRand = {0}}
  30. self.datas[21] = {Id = 21, Type = 2, Desc = "使用2个狂暴", CompleteType = 1, CompleteParam = {17}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {5,3000,3}, GoType = 1, FindRand = {0}}
  31. self.datas[22] = {Id = 22, Type = 2, Desc = "使用5个狂暴", CompleteType = 1, CompleteParam = {17}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {10,5000,5}, GoType = 1, FindRand = {0}}
  32. self.datas[23] = {Id = 23, Type = 2, Desc = "使用10个狂暴", CompleteType = 1, CompleteParam = {17}, CompleteCount = 10, AwardItemID = {256,1,274}, AwardItemCounts = {20,10000,7}, GoType = 1, FindRand = {0}}
  33. self.datas[24] = {Id = 24, Type = 2, Desc = "使用1次兑换石", CompleteType = 1, CompleteParam = {41}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {5,3000,5}, GoType = 8, FindRand = {0}}
  34. self.datas[25] = {Id = 25, Type = 2, Desc = "使用3次兑换石", CompleteType = 1, CompleteParam = {41}, CompleteCount = 3, AwardItemID = {256,1,274}, AwardItemCounts = {25,5000,10}, GoType = 8, FindRand = {0}}
  35. self.datas[26] = {Id = 26, Type = 3, Desc = "渔场在线20分钟", CompleteType = 13, CompleteParam = {1}, CompleteCount = 20, AwardItemID = {256,1,274}, AwardItemCounts = {10,10000,10}, GoType = 1, FindRand = {0}}
  36. self.datas[27] = {Id = 27, Type = 3, Desc = "渔场在线40分钟", CompleteType = 13, CompleteParam = {1}, CompleteCount = 40, AwardItemID = {256,1,274}, AwardItemCounts = {15,30000,20}, GoType = 1, FindRand = {0}}
  37. self.datas[28] = {Id = 28, Type = 3, Desc = "渔场在线60分钟", CompleteType = 13, CompleteParam = {1}, CompleteCount = 60, AwardItemID = {256,1,274}, AwardItemCounts = {25,50000,30}, GoType = 1, FindRand = {0}}
  38. self.datas[29] = {Id = 29, Type = 3, Desc = "圣兽场捕获1条朱雀", CompleteType = 3, CompleteParam = {708}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {5,10000,5}, GoType = 12, FindRand = {0}}
  39. self.datas[30] = {Id = 30, Type = 3, Desc = "圣兽场捕获2条朱雀", CompleteType = 3, CompleteParam = {708}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {10,30000,10}, GoType = 12, FindRand = {0}}
  40. self.datas[31] = {Id = 31, Type = 3, Desc = "魔鲲场获得5000鲲币", CompleteType = 53, CompleteParam = {93}, CompleteCount = 5000, AwardItemID = {256,1,274}, AwardItemCounts = {20,30000,10}, GoType = 11, FindRand = {0}}
  41. self.datas[32] = {Id = 32, Type = 3, Desc = "魔鲲场获得10000鲲币", CompleteType = 53, CompleteParam = {93}, CompleteCount = 10000, AwardItemID = {256,1,274}, AwardItemCounts = {30,100000,15}, GoType = 11, FindRand = {0}}
  42. self.datas[33] = {Id = 33, Type = 3, Desc = "武装场捕获1条武装巨鲨", CompleteType = 3, CompleteParam = {706}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {10,20000,10}, GoType = 9, FindRand = {0}}
  43. self.datas[34] = {Id = 34, Type = 3, Desc = "武装场捕获2条武装巨鲨", CompleteType = 3, CompleteParam = {706}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {20,50000,15}, GoType = 9, FindRand = {0}}
  44. self.datas[35] = {Id = 35, Type = 3, Desc = "武装场巨鲨抽奖1次", CompleteType = 72, CompleteParam = {0}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {10,30000,15}, GoType = 9, FindRand = {0}}
  45. self.datas[36] = {Id = 36, Type = 3, Desc = "武装场巨鲨抽奖2次", CompleteType = 72, CompleteParam = {0}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {20,80000,20}, GoType = 9, FindRand = {0}}
  46. self.datas[37] = {Id = 37, Type = 3, Desc = "魔鲲场捕获1条魔鲲", CompleteType = 3, CompleteParam = {707}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {20,50000,15}, GoType = 11, FindRand = {0}}
  47. self.datas[38] = {Id = 38, Type = 3, Desc = "魔鲲场捕获2条魔鲲", CompleteType = 3, CompleteParam = {707}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {50,100000,30}, GoType = 11, FindRand = {0}}
  48. self.datas[39] = {Id = 39, Type = 3, Desc = "龙王场兑换2次", CompleteType = 50, CompleteParam = {0}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {5,10000,10}, GoType = 15, FindRand = {5,7}}
  49. self.datas[40] = {Id = 40, Type = 3, Desc = "龙王场兑换5次", CompleteType = 50, CompleteParam = {0}, CompleteCount = 5, AwardItemID = {256,1,274}, AwardItemCounts = {20,50000,20}, GoType = 15, FindRand = {5,7}}
  50. self.datas[41] = {Id = 41, Type = 3, Desc = "当日消耗满50钻石", CompleteType = 73, CompleteParam = {0}, CompleteCount = 50, AwardItemID = {256,1,274}, AwardItemCounts = {5,10000,10}, GoType = 11, FindRand = {0}}
  51. self.datas[42] = {Id = 42, Type = 3, Desc = "当日消耗满200钻石", CompleteType = 73, CompleteParam = {0}, CompleteCount = 200, AwardItemID = {256,1,274}, AwardItemCounts = {20,50000,20}, GoType = 11, FindRand = {0}}
  52. self.datas[43] = {Id = 43, Type = 3, Desc = "龙王场捕获1次龙王", CompleteType = 3, CompleteParam = {705}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {10,10000,10}, GoType = 15, FindRand = {5,7}}
  53. self.datas[44] = {Id = 44, Type = 3, Desc = "龙王场捕获2次龙王", CompleteType = 3, CompleteParam = {705}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {20,30000,20}, GoType = 15, FindRand = {5,7}}
  54. self.datas[45] = {Id = 45, Type = 3, Desc = "高级龙王场捕获1次龙王", CompleteType = 59, CompleteParam = {7,705}, CompleteCount = 1, AwardItemID = {256,1,274}, AwardItemCounts = {15,30000,10}, GoType = 10, FindRand = {0}}
  55. self.datas[46] = {Id = 46, Type = 3, Desc = "高级龙王场捕获2次龙王", CompleteType = 59, CompleteParam = {7,705}, CompleteCount = 2, AwardItemID = {256,1,274}, AwardItemCounts = {30,50000,20}, GoType = 10, FindRand = {0}}
  56. self.datas[47] = {Id = 47, Type = 3, Desc = "累计获得10000魔石", CompleteType = 53, CompleteParam = {28}, CompleteCount = 10000, AwardItemID = {256,1,274}, AwardItemCounts = {10,20000,15}, GoType = 15, FindRand = {5,7}}
  57. self.datas[48] = {Id = 48, Type = 3, Desc = "累计获得30000魔石", CompleteType = 53, CompleteParam = {28}, CompleteCount = 30000, AwardItemID = {256,1,274}, AwardItemCounts = {20,50000,20}, GoType = 15, FindRand = {5,7}}
  58. self.datas[49] = {Id = 49, Type = 3, Desc = "累计充值6元", CompleteType = 56, CompleteParam = {0}, CompleteCount = 6, AwardItemID = {256,1,274}, AwardItemCounts = {50,100000,20}, GoType = 4, FindRand = {0}}
  59. end
  60. M_ActivityMonsterTaskCFG:init()