Fish_FishChuBaoCFG.lua 2.1 KB

1234567891011121314151617181920212223242526
  1. Fish_FishChuBaoCFG = {}
  2. function Fish_FishChuBaoCFG:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function Fish_FishChuBaoCFG:init()
  9. self.datas = {}
  10. self.datas[1] = {ID = 1, FishId = 311, TurretMin = 1, TurretMax = 150000, Score = 300, Weight = 20, Gold = 0, GivenReward = {25,24,23}, GearName = "鱼雷礼包"}
  11. self.datas[2] = {ID = 2, FishId = 311, TurretMin = 1, TurretMax = 150000, Score = 200, Weight = 25, Gold = 100, GivenReward = {}, GearName = "200"}
  12. self.datas[3] = {ID = 3, FishId = 311, TurretMin = 10000, TurretMax = 150000, Score = 500, Weight = 3, Gold = 0, GivenReward = {1,1,16,5,17,2,94,1,5,17}, GearName = "神秘大奖"}
  13. self.datas[4] = {ID = 4, FishId = 311, TurretMin = 1, TurretMax = 150000, Score = 800, Weight = 4, Gold = 100, GivenReward = {}, GearName = "800"}
  14. self.datas[5] = {ID = 5, FishId = 311, TurretMin = 1, TurretMax = 150000, Score = 500, Weight = 10, Gold = 80, GivenReward = {45,44,43}, GearName = "400"}
  15. self.datas[6] = {ID = 6, FishId = 311, TurretMin = 1, TurretMax = 150000, Score = 500, Weight = 5, Gold = 100, GivenReward = {}, GearName = "500"}
  16. self.datas[7] = {ID = 7, FishId = 312, TurretMin = 1, TurretMax = 150000, Score = 500, Weight = 15, Gold = 0, GivenReward = {27,26,25,24}, GearName = "鱼雷礼包"}
  17. self.datas[8] = {ID = 8, FishId = 312, TurretMin = 1, TurretMax = 150000, Score = 600, Weight = 30, Gold = 100, GivenReward = {}, GearName = "600"}
  18. self.datas[9] = {ID = 9, FishId = 312, TurretMin = 10000, TurretMax = 150000, Score = 1000, Weight = 2, Gold = 0, GivenReward = {1,1,16,5,17,2,94,1,5,17}, GearName = "神秘大奖"}
  19. self.datas[10] = {ID = 10, FishId = 312, TurretMin = 1, TurretMax = 150000, Score = 1500, Weight = 2, Gold = 100, GivenReward = {}, GearName = "1500"}
  20. self.datas[11] = {ID = 11, FishId = 312, TurretMin = 1, TurretMax = 150000, Score = 1300, Weight = 5, Gold = 80, GivenReward = {27,26,25}, GearName = "1200"}
  21. self.datas[12] = {ID = 12, FishId = 312, TurretMin = 1, TurretMax = 150000, Score = 1000, Weight = 10, Gold = 100, GivenReward = {}, GearName = "1000"}
  22. end
  23. Fish_FishChuBaoCFG:init()