Fish_LargeFishCFG6.lua 1.6 KB

1234567891011121314151617181920
  1. Fish_LargeFishCFG6 = {}
  2. function Fish_LargeFishCFG6:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function Fish_LargeFishCFG6:init()
  9. self.datas = {}
  10. self.datas[1] = {ID = 1, Name = "5号鱼阵", GeneratorID = 7500, FishID = -1, ImageInfo = "UI/Image/FishLargeInfo2.png", IsBoss = false, BackSound = "Sound/BG06.mp3", Duration = -1, WarnTime = 3, FlashTime = 3, DieTime = -1}
  11. self.datas[2] = {ID = 2, Name = "6号鱼阵", GeneratorID = 7600, FishID = -1, ImageInfo = "UI/Image/FishLargeInfo2.png", IsBoss = false, BackSound = "Sound/BG05.mp3", Duration = -1, WarnTime = 3, FlashTime = 3, DieTime = -1}
  12. self.datas[3] = {ID = 3, Name = "3号鱼阵", GeneratorID = 7300, FishID = -1, ImageInfo = "UI/Image/FishLargeInfo2.png", IsBoss = false, BackSound = "Sound/BG05.mp3", Duration = -1, WarnTime = 3, FlashTime = 3, DieTime = -1}
  13. self.datas[102] = {ID = 102, Name = "BOSS鱼阵1", GeneratorID = 2020, FishID = 100, ImageInfo = "UI/Image/FishLargeInfo3.png", IsBoss = true, BackSound = "Sound/boss.mp3", Duration = 240, WarnTime = 9, FlashTime = 0, DieTime = 5}
  14. self.datas[103] = {ID = 103, Name = "BOSS鱼阵2", GeneratorID = 2020, FishID = 100, ImageInfo = "UI/Image/FishLargeInfo3.png", IsBoss = true, BackSound = "Sound/boss.mp3", Duration = 240, WarnTime = 9, FlashTime = 0, DieTime = 5}
  15. self.datas[104] = {ID = 104, Name = "金龙神鱼阵", GeneratorID = 2030, FishID = 101, ImageInfo = "UI/Image/FishLargeInfo3.png", IsBoss = true, BackSound = "Sound/boss.mp3", Duration = 240, WarnTime = 9, FlashTime = 0, DieTime = 5}
  16. end
  17. Fish_LargeFishCFG6:init()