Fish_BaseInfo.lua 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. Fish_BaseInfo = {}
  2. function Fish_BaseInfo:getData(key)
  3. if self.datas == nil then
  4. return nil
  5. end
  6. return self.datas[key]
  7. end
  8. function Fish_BaseInfo:init()
  9. self.datas = {}
  10. self.datas["MinOutFish"] = {Key = "MinOutFish", Value = 30}
  11. self.datas["MaxOutFish"] = {Key = "MaxOutFish", Value = 40}
  12. self.datas["OutFishInterval"] = {Key = "OutFishInterval", Value = 300}
  13. self.datas["OutFishCount"] = {Key = "OutFishCount", Value = 3}
  14. self.datas["ChangeSceneTime"] = {Key = "ChangeSceneTime", Value = 5}
  15. self.datas["Fixedhits"] = {Key = "Fixedhits", Value = 0}
  16. self.datas["ChangeSceneWaitTime"] = {Key = "ChangeSceneWaitTime", Value = 5}
  17. self.datas["PearlPerHit"] = {Key = "PearlPerHit", Value = 5}
  18. self.datas["FirstTicket"] = {Key = "FirstTicket", Value = 0}
  19. self.datas["MinBroadcast"] = {Key = "MinBroadcast", Value = 1000000}
  20. self.datas["defaultlevel"] = {Key = "defaultlevel", Value = 1}
  21. self.datas["ProtectMultiple"] = {Key = "ProtectMultiple", Value = 300}
  22. self.datas["ProtectBullet"] = {Key = "ProtectBullet", Value = 20000}
  23. self.datas["ptotectMoney"] = {Key = "ptotectMoney", Value = 120000}
  24. self.datas["isopen"] = {Key = "isopen", Value = 1}
  25. self.datas["MissileHitCount"] = {Key = "MissileHitCount", Value = 200}
  26. self.datas["BuyItemPrice5"] = {Key = "BuyItemPrice5", Value = 2}
  27. self.datas["BuyItemPrice17"] = {Key = "BuyItemPrice17", Value = 20}
  28. self.datas["BuyItemPrice8"] = {Key = "BuyItemPrice8", Value = 2}
  29. self.datas["BuyItemUseCd5"] = {Key = "BuyItemUseCd5", Value = 0}
  30. self.datas["BuyItemUseCd6"] = {Key = "BuyItemUseCd6", Value = 0}
  31. self.datas["BuyItemUseCd17"] = {Key = "BuyItemUseCd17", Value = 0}
  32. self.datas["CheckTimeOut"] = {Key = "CheckTimeOut", Value = 320}
  33. self.datas["UpLevelFaill"] = {Key = "UpLevelFaill", Value = 10}
  34. self.datas["MissileVip"] = {Key = "MissileVip", Value = 2}
  35. self.datas["BuyItemPrice9"] = {Key = "BuyItemPrice9", Value = 2}
  36. self.datas["BuyItemPrice10"] = {Key = "BuyItemPrice10", Value = 50}
  37. self.datas["CastingRateDrop"] = {Key = "CastingRateDrop", Value = 1000}
  38. self.datas["frozenMin"] = {Key = "frozenMin", Value = 999}
  39. self.datas["frozenMax"] = {Key = "frozenMax", Value = 999}
  40. self.datas["fishMax"] = {Key = "fishMax", Value = 50}
  41. self.datas["fishMany"] = {Key = "fishMany", Value = 7}
  42. self.datas["FishArrayTime"] = {Key = "FishArrayTime", Value = 10}
  43. self.datas["BasicsJackpot"] = {Key = "BasicsJackpot", Value = 10000000}
  44. self.datas["SeniorPump"] = {Key = "SeniorPump", Value = 5}
  45. self.datas["SeniorLotterycount"] = {Key = "SeniorLotterycount", Value = 1}
  46. self.datas["RoomOnlineMin"] = {Key = "RoomOnlineMin", Value = 1000}
  47. self.datas["RoomOnlineMax"] = {Key = "RoomOnlineMax", Value = 2000}
  48. self.datas["RoomOnlineMultiple"] = {Key = "RoomOnlineMultiple", Value = 50}
  49. self.datas["MinTicketTime"] = {Key = "MinTicketTime", Value = 300}
  50. self.datas["MaxTicketTime"] = {Key = "MaxTicketTime", Value = 600}
  51. self.datas["PoolLine"] = {Key = "PoolLine", Value = 100000000}
  52. self.datas["InitialFunds"] = {Key = "InitialFunds", Value = 0}
  53. self.datas["ReleaseMaximumTime"] = {Key = "ReleaseMaximumTime", Value = 12}
  54. self.datas["OpenGold"] = {Key = "OpenGold", Value = 200}
  55. self.datas["OpenFrequency"] = {Key = "OpenFrequency", Value = 20}
  56. self.datas["AdvanceContribution"] = {Key = "AdvanceContribution", Value = 1000}
  57. self.datas["InitialContribution"] = {Key = "InitialContribution", Value = 2000}
  58. self.datas["LotteryDaily"] = {Key = "LotteryDaily", Value = 2400000}
  59. self.datas["EnterSouthTreasureHuntLevelLimit"] = {Key = "EnterSouthTreasureHuntLevelLimit", Value = 12}
  60. self.datas["ZDLYLevelLimit"] = {Key = "ZDLYLevelLimit", Value = 12}
  61. self.datas["Telephone"] = {Key = "Telephone", Value = 500000}
  62. self.datas["PointKillRate"] = {Key = "PointKillRate", Value = 5000}
  63. self.datas["SendPointRate"] = {Key = "SendPointRate", Value = 50000}
  64. self.datas["PoolNumberBullets"] = {Key = "PoolNumberBullets", Value = 500}
  65. self.datas["JuKunFuHua1"] = {Key = "JuKunFuHua1", Value = 93}
  66. self.datas["JuKunFuHua2"] = {Key = "JuKunFuHua2", Value = 20000}
  67. self.datas["JuKunFuHua3"] = {Key = "JuKunFuHua3", Value = 900}
  68. self.datas["JuKunFuHua4"] = {Key = "JuKunFuHua4", Value = 95}
  69. self.datas["JuKunFuHua5"] = {Key = "JuKunFuHua5", Value = 1}
  70. self.datas["WatchVideo1"] = {Key = "WatchVideo1", Value = 10000}
  71. self.datas["WatchVideo2"] = {Key = "WatchVideo2", Value = 10}
  72. self.datas["WatchVideo3"] = {Key = "WatchVideo3", Value = 60}
  73. self.datas["JuKunFuHua6"] = {Key = "JuKunFuHua6", Value = 50}
  74. self.datas["JuKunFuHua7"] = {Key = "JuKunFuHua7", Value = 500}
  75. self.datas["JuKunFuHua8"] = {Key = "JuKunFuHua8", Value = 500}
  76. self.datas["JuKunFuHua9"] = {Key = "JuKunFuHua9", Value = 51}
  77. self.datas["TherionIntegral"] = {Key = "TherionIntegral", Value = 1500}
  78. self.datas["TherionDoubleEvent"] = {Key = "TherionDoubleEvent", Value = 50}
  79. self.datas["NagaScore"] = {Key = "NagaScore", Value = 150}
  80. self.datas["Bft"] = {Key = "Bft", Value = 6}
  81. self.datas["SharkJackPotInitValue"] = {Key = "SharkJackPotInitValue", Value = 1000000}
  82. self.datas["CopperKeyDropValue"] = {Key = "CopperKeyDropValue", Value = 300000}
  83. self.datas["SilverKeyDropValue"] = {Key = "SilverKeyDropValue", Value = 1000000}
  84. self.datas["GoldKeyDropValue"] = {Key = "GoldKeyDropValue", Value = 5000000}
  85. self.datas["SharkJackPotPump"] = {Key = "SharkJackPotPump", Value = 100}
  86. self.datas["BCOutFishDelay"] = {Key = "BCOutFishDelay", Value = 4}
  87. self.datas["SharkJackLimit"] = {Key = "SharkJackLimit", Value = 5}
  88. self.datas["FreeAutomatic"] = {Key = "FreeAutomatic", Value = 300}
  89. self.datas["ReturnRate"] = {Key = "ReturnRate", Value = 3}
  90. self.datas["JuKunShop"] = {Key = "JuKunShop", Value = 7200}
  91. self.datas["GoldenTurtleFish"] = {Key = "GoldenTurtleFish", Value = 10000}
  92. self.datas["GoldenProbability"] = {Key = "GoldenProbability", Value = 200}
  93. self.datas["GoldenDropLimit"] = {Key = "GoldenDropLimit", Value = 10}
  94. self.datas["ArenaBullet"] = {Key = "ArenaBullet", Value = 2000}
  95. self.datas["FreeBullet"] = {Key = "FreeBullet", Value = 500}
  96. self.datas["ArenaDiamond"] = {Key = "ArenaDiamond", Value = 2}
  97. self.datas["ArenaIntegral"] = {Key = "ArenaIntegral", Value = 2}
  98. self.datas["ArenaIntegralUp"] = {Key = "ArenaIntegralUp", Value = 10}
  99. self.datas["ArenaFishUp"] = {Key = "ArenaFishUp", Value = 5}
  100. self.datas["ArenamoneyUp"] = {Key = "ArenamoneyUp", Value = 3}
  101. self.datas["ArenaListCondition"] = {Key = "ArenaListCondition", Value = 2500}
  102. self.datas["ArenaListReward1"] = {Key = "ArenaListReward1", Value = 2500}
  103. self.datas["ArenaListReward2"] = {Key = "ArenaListReward2", Value = 20}
  104. self.datas["ArenaListReward3"] = {Key = "ArenaListReward3", Value = 70}
  105. self.datas["ArenaListReward4"] = {Key = "ArenaListReward4", Value = 55}
  106. self.datas["ArenaListReward5"] = {Key = "ArenaListReward5", Value = 25}
  107. self.datas["FreeIntegral"] = {Key = "FreeIntegral", Value = 2}
  108. self.datas["FreeIntegralUp"] = {Key = "FreeIntegralUp", Value = 20}
  109. self.datas["FreeIncreasing"] = {Key = "FreeIncreasing", Value = 2}
  110. self.datas["FreeIncreasingUp"] = {Key = "FreeIncreasingUp", Value = 20}
  111. self.datas["FreeTurret"] = {Key = "FreeTurret", Value = 12}
  112. self.datas["PointKillRate1"] = {Key = "PointKillRate1", Value = 40}
  113. self.datas["SendPointRate1"] = {Key = "SendPointRate1", Value = 300}
  114. self.datas["PointKillRate2"] = {Key = "PointKillRate2", Value = 15}
  115. self.datas["SendPointRate2"] = {Key = "SendPointRate2", Value = 300}
  116. self.datas["FishPointRate"] = {Key = "FishPointRate", Value = 150}
  117. self.datas["IntermeNewWeight"] = {Key = "IntermeNewWeight", Value = 100}
  118. self.datas["TherionNewWeight"] = {Key = "TherionNewWeight", Value = 50}
  119. self.datas["GiantSharkNewWeight"] = {Key = "GiantSharkNewWeight", Value = 100}
  120. self.datas["IntermeNewGiftWeight"] = {Key = "IntermeNewGiftWeight", Value = 100}
  121. self.datas["TherionNewGiftWeight"] = {Key = "TherionNewGiftWeight", Value = 50}
  122. self.datas["GiantSharkNewGiftWeight"] = {Key = "GiantSharkNewGiftWeight", Value = 30}
  123. self.datas["IntermeCom"] = {Key = "IntermeCom", Value = 50000000}
  124. self.datas["TherionCom"] = {Key = "TherionCom", Value = 200000000}
  125. self.datas["GiantSharkCom"] = {Key = "GiantSharkCom", Value = 500000000}
  126. self.datas["FishRank"] = {Key = "FishRank", Value = 100000000}
  127. self.datas["Senior1"] = {Key = "Senior1", Value = 5}
  128. self.datas["Senior2"] = {Key = "Senior2", Value = 500000000}
  129. self.datas["Senior3"] = {Key = "Senior3", Value = 500000000}
  130. self.datas["Senior4"] = {Key = "Senior4", Value = 50}
  131. self.datas["Senior5"] = {Key = "Senior5", Value = 20}
  132. self.datas["Senior6"] = {Key = "Senior6", Value = 6000}
  133. self.datas["Senior7"] = {Key = "Senior7", Value = 35}
  134. self.datas["Senior8"] = {Key = "Senior8", Value = 100000000}
  135. self.datas["IntermeK"] = {Key = "IntermeK", Value = 70000}
  136. self.datas["Personalthreshold"] = {Key = "Personalthreshold", Value = 10000000}
  137. self.datas["EnterSouthTreasureHuntLevelLimitvip"] = {Key = "EnterSouthTreasureHuntLevelLimitvip", Value = 1}
  138. self.datas["ZDLYLevelLimitvip"] = {Key = "ZDLYLevelLimitvip", Value = 1}
  139. self.datas["BulletPowerLv1NeedVip"] = {Key = "BulletPowerLv1NeedVip", Value = 4}
  140. self.datas["BulletPowerLv2NeedVip"] = {Key = "BulletPowerLv2NeedVip", Value = 6}
  141. end
  142. Fish_BaseInfo:init()