Fish_JuKunFuHuaJiFenCFG.lua 663 B

123456789101112131415161718
  1. Fish_JuKunFuHuaJiFenCFG = {}
  2. function Fish_JuKunFuHuaJiFenCFG:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function Fish_JuKunFuHuaJiFenCFG:init()
  9. self.datas = {}
  10. self.datas[1] = {ID = 1, IntegralLower = 600, IntegralUpper = 999, Weight = 15, BonusPoints = {94,1}}
  11. self.datas[2] = {ID = 2, IntegralLower = 400, IntegralUpper = 980, Weight = 20, BonusPoints = {46,25}}
  12. self.datas[3] = {ID = 3, IntegralLower = 300, IntegralUpper = 940, Weight = 25, BonusPoints = {1151,1}}
  13. self.datas[4] = {ID = 4, IntegralLower = 200, IntegralUpper = 920, Weight = 40, BonusPoints = {1,2000000}}
  14. end
  15. Fish_JuKunFuHuaJiFenCFG:init()