M_ActivityHappySummerBlindBoxCFG.lua 1.9 KB

123456789101112131415161718192021222324
  1. M_ActivityHappySummerBlindBoxCFG = {}
  2. function M_ActivityHappySummerBlindBoxCFG:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function M_ActivityHappySummerBlindBoxCFG:init()
  9. self.datas = {}
  10. self.datas[1] = {ID = 1, ItemID = 335, Count = 5, Remainder = 2, BIgPrice = 1, Weight1 = 50, Weight2 = 20, Weight3 = 20, Weight4 = 0, Weight5 = 0, Weight6 = 0}
  11. self.datas[2] = {ID = 2, ItemID = 335, Count = 1, Remainder = 10, BIgPrice = 2, Weight1 = 50, Weight2 = 20, Weight3 = 20, Weight4 = 10, Weight5 = 10, Weight6 = 0}
  12. self.datas[3] = {ID = 3, ItemID = 25, Count = 1, Remainder = 3, BIgPrice = 3, Weight1 = 60, Weight2 = 50, Weight3 = 50, Weight4 = 30, Weight5 = 30, Weight6 = 20}
  13. self.datas[4] = {ID = 4, ItemID = 1, Count = 300000, Remainder = 6, BIgPrice = 4, Weight1 = 80, Weight2 = 80, Weight3 = 70, Weight4 = 50, Weight5 = 50, Weight6 = 30}
  14. self.datas[5] = {ID = 5, ItemID = 24, Count = 2, Remainder = 5, BIgPrice = 5, Weight1 = 100, Weight2 = 100, Weight3 = 80, Weight4 = 70, Weight5 = 60, Weight6 = 40}
  15. self.datas[6] = {ID = 6, ItemID = 2, Count = 100, Remainder = 5, BIgPrice = 6, Weight1 = 110, Weight2 = 110, Weight3 = 100, Weight4 = 120, Weight5 = 80, Weight6 = 60}
  16. self.datas[7] = {ID = 7, ItemID = 1, Count = 60000, Remainder = 9, BIgPrice = 0, Weight1 = 150, Weight2 = 160, Weight3 = 170, Weight4 = 180, Weight5 = 200, Weight6 = 250}
  17. self.datas[8] = {ID = 8, ItemID = 2, Count = 40, Remainder = 6, BIgPrice = 0, Weight1 = 150, Weight2 = 160, Weight3 = 170, Weight4 = 180, Weight5 = 190, Weight6 = 200}
  18. self.datas[9] = {ID = 9, ItemID = 17, Count = 15, Remainder = 6, BIgPrice = 0, Weight1 = 150, Weight2 = 160, Weight3 = 170, Weight4 = 180, Weight5 = 190, Weight6 = 200}
  19. self.datas[10] = {ID = 10, ItemID = 8, Count = 20, Remainder = 8, BIgPrice = 0, Weight1 = 150, Weight2 = 160, Weight3 = 170, Weight4 = 180, Weight5 = 190, Weight6 = 200}
  20. end
  21. M_ActivityHappySummerBlindBoxCFG:init()