123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- M_BaseInfoCFG = {}
- function M_BaseInfoCFG:getData(key)
- if self.datas == nil then
- return nil
- end
- return self.datas[key]
- end
- function M_BaseInfoCFG:init()
- self.datas = {}
- self.datas["LoginTokenLifeTime"] = {Key = "LoginTokenLifeTime", Value = 0, StringValue = ""}
- self.datas["base_gold"] = {Key = "base_gold", Value = 0, StringValue = ""}
- self.datas["base_ticket"] = {Key = "base_ticket", Value = 0, StringValue = ""}
- self.datas["base_chip"] = {Key = "base_chip", Value = 0, StringValue = ""}
- self.datas["signatureMaxLength"] = {Key = "signatureMaxLength", Value = 80, StringValue = ""}
- self.datas["giftDepreciation"] = {Key = "giftDepreciation", Value = 100, StringValue = ""}
- self.datas["friendLimit"] = {Key = "friendLimit", Value = 50, StringValue = ""}
- self.datas["onlineRewardTimeInterval"] = {Key = "onlineRewardTimeInterval", Value = 30, StringValue = ""}
- self.datas["onlineRewardGold"] = {Key = "onlineRewardGold", Value = 500, StringValue = ""}
- self.datas["noticeCdTime"] = {Key = "noticeCdTime", Value = 30, StringValue = ""}
- self.datas["all_notice_player"] = {Key = "all_notice_player", Value = 50, StringValue = ""}
- self.datas["worldChatInterval"] = {Key = "worldChatInterval", Value = 5, StringValue = ""}
- self.datas["almsGoldCount"] = {Key = "almsGoldCount", Value = 5000, StringValue = ""}
- self.datas["almsLimit"] = {Key = "almsLimit", Value = 0, StringValue = ""}
- self.datas["almsMaxCount"] = {Key = "almsMaxCount", Value = 3, StringValue = ""}
- self.datas["almsWaitTime"] = {Key = "almsWaitTime", Value = 30, StringValue = ""}
- self.datas["almsWaitAddTime"] = {Key = "almsWaitAddTime", Value = 30, StringValue = ""}
- self.datas["nickNameMaxLength"] = {Key = "nickNameMaxLength", Value = 8, StringValue = ""}
- self.datas["isOpenGuide"] = {Key = "isOpenGuide", Value = 0, StringValue = ""}
- self.datas["isAutoConnect"] = {Key = "isAutoConnect", Value = 0, StringValue = ""}
- self.datas["isInsertAnySdk"] = {Key = "isInsertAnySdk", Value = 0, StringValue = ""}
- self.datas["sendGiftLogMaxCount"] = {Key = "sendGiftLogMaxCount", Value = 50, StringValue = ""}
- self.datas["sendMailLogMaxCount"] = {Key = "sendMailLogMaxCount", Value = 50, StringValue = ""}
- self.datas["UpdateIcon"] = {Key = "UpdateIcon", Value = 100, StringValue = ""}
- self.datas["modifyNicknameCost"] = {Key = "modifyNicknameCost", Value = 100, StringValue = ""}
- self.datas["costType"] = {Key = "costType", Value = 2, StringValue = ""}
- self.datas["exchangeMaxCount"] = {Key = "exchangeMaxCount", Value = 50, StringValue = ""}
- self.datas["updateGameList"] = {Key = "updateGameList", Value = 300, StringValue = ""}
- self.datas["updateMailPoint"] = {Key = "updateMailPoint", Value = 30, StringValue = ""}
- self.datas["isOfflineVersion"] = {Key = "isOfflineVersion", Value = 0, StringValue = ""}
- self.datas["defaultvip"] = {Key = "defaultvip", Value = 0, StringValue = ""}
- self.datas["firstGameId"] = {Key = "firstGameId", Value = 1, StringValue = ""}
- self.datas["isApple"] = {Key = "isApple", Value = 0, StringValue = ""}
- self.datas["lotteryBigPrize"] = {Key = "lotteryBigPrize", Value = 200, StringValue = ""}
- self.datas["lotterySmallPrize"] = {Key = "lotterySmallPrize", Value = 1000, StringValue = ""}
- self.datas["ticketLotteryCost"] = {Key = "ticketLotteryCost", Value = 20, StringValue = ""}
- self.datas["lotteryBoxCount"] = {Key = "lotteryBoxCount", Value = 12, StringValue = ""}
- self.datas["lotteryBaseX"] = {Key = "lotteryBaseX", Value = 4, StringValue = ""}
- self.datas["lotteryAddy"] = {Key = "lotteryAddy", Value = 3, StringValue = ""}
- self.datas["thankYouJoinExchangeTicket"] = {Key = "thankYouJoinExchangeTicket", Value = 50, StringValue = ""}
- self.datas["thankYouExchangeLimit"] = {Key = "thankYouExchangeLimit", Value = 20, StringValue = ""}
- self.datas["maxCountLotteryByGem"] = {Key = "maxCountLotteryByGem", Value = 3, StringValue = ""}
- self.datas["DialLotteryNoMoneyRefVal"] = {Key = "DialLotteryNoMoneyRefVal", Value = 1000, StringValue = ""}
- self.datas["LotteryChipMinVal"] = {Key = "LotteryChipMinVal", Value = 300, StringValue = ""}
- self.datas["SLotteryHighChipEachDayJudgeLimitVipUp"] = {Key = "SLotteryHighChipEachDayJudgeLimitVipUp", Value = 2, StringValue = ""}
- self.datas["tankkYouCountLimit"] = {Key = "tankkYouCountLimit", Value = 999, StringValue = ""}
- self.datas["RoomSendVipCount"] = {Key = "RoomSendVipCount", Value = 2, StringValue = ""}
- self.datas["SendVipCount"] = {Key = "SendVipCount", Value = 2, StringValue = ""}
- self.datas["continuousVipCount"] = {Key = "continuousVipCount", Value = 2, StringValue = ""}
- self.datas["continuousSendSpeakerCost"] = {Key = "continuousSendSpeakerCost", Value = 50, StringValue = ""}
- self.datas["continuousSendSpeakerInterval"] = {Key = "continuousSendSpeakerInterval", Value = 120, StringValue = ""}
- self.datas["continuousSendTime1"] = {Key = "continuousSendTime1", Value = 10, StringValue = ""}
- self.datas["continuousSendTime2"] = {Key = "continuousSendTime2", Value = 100, StringValue = ""}
- self.datas["continuousSendTime3"] = {Key = "continuousSendTime3", Value = 1000, StringValue = ""}
- self.datas["continuousSpeakerMaxCount"] = {Key = "continuousSpeakerMaxCount", Value = 1000, StringValue = ""}
- self.datas["ptotectTime"] = {Key = "ptotectTime", Value = 604800, StringValue = ""}
- self.datas["rechargeNumSpeaker"] = {Key = "rechargeNumSpeaker", Value = 30, StringValue = ""}
- self.datas["silverMember"] = {Key = "silverMember", Value = 100, StringValue = ""}
- self.datas["goldMember"] = {Key = "goldMember", Value = 1000, StringValue = ""}
- self.datas["notifyEnterGameVipLevel"] = {Key = "notifyEnterGameVipLevel", Value = 4, StringValue = ""}
- self.datas["DiceCondition"] = {Key = "DiceCondition", Value = 3000, StringValue = ""}
- self.datas["MinLifeTime"] = {Key = "MinLifeTime", Value = 1800, StringValue = ""}
- self.datas["MaxLifeTime"] = {Key = "MaxLifeTime", Value = 7200, StringValue = ""}
- self.datas["MaxGold"] = {Key = "MaxGold", Value = 20000000, StringValue = ""}
- self.datas["DiscountVIP"] = {Key = "DiscountVIP", Value = 11, StringValue = ""}
- self.datas["DiscountValue"] = {Key = "DiscountValue", Value = 100, StringValue = ""}
- self.datas["StarMax"] = {Key = "StarMax", Value = 15, StringValue = ""}
- self.datas["StarBase"] = {Key = "StarBase", Value = 5, StringValue = ""}
- self.datas["StarRate"] = {Key = "StarRate", Value = 5, StringValue = ""}
- self.datas["RobotNoticeMinTime"] = {Key = "RobotNoticeMinTime", Value = 120, StringValue = ""}
- self.datas["RobotNoticeMaxTime"] = {Key = "RobotNoticeMaxTime", Value = 180, StringValue = ""}
- self.datas["LockBagRate2"] = {Key = "LockBagRate2", Value = 100, StringValue = ""}
- self.datas["LockBagRate3"] = {Key = "LockBagRate3", Value = 1000, StringValue = ""}
- self.datas["LockBagRate4"] = {Key = "LockBagRate4", Value = 1000, StringValue = ""}
- self.datas["GiveBeadRevised"] = {Key = "GiveBeadRevised", Value = 0, StringValue = ""}
- self.datas["IsShowStarLottery"] = {Key = "IsShowStarLottery", Value = 0, StringValue = ""}
- self.datas["ShowGamesDay"] = {Key = "ShowGamesDay", Value = 0, StringValue = ""}
- self.datas["ShowGamesLv"] = {Key = "ShowGamesLv", Value = 0, StringValue = ""}
- self.datas["DaliyQuestLevel"] = {Key = "DaliyQuestLevel", Value = 20, StringValue = ""}
- self.datas["CDKEYErrorCountLimit"] = {Key = "CDKEYErrorCountLimit", Value = 5, StringValue = ""}
- self.datas["WriteMailVipLimit"] = {Key = "WriteMailVipLimit", Value = 8, StringValue = ""}
- self.datas["ChangeHeadVipLimit"] = {Key = "ChangeHeadVipLimit", Value = 2, StringValue = ""}
- self.datas["EnterFriendRoomVipLimit"] = {Key = "EnterFriendRoomVipLimit", Value = 7, StringValue = ""}
- self.datas["RetChipDays"] = {Key = "RetChipDays", Value = 14, StringValue = ""}
- self.datas["RetChipPercent"] = {Key = "RetChipPercent", Value = 100, StringValue = ""}
- self.datas["BuyPuppetGemPrice"] = {Key = "BuyPuppetGemPrice", Value = 10, StringValue = ""}
- self.datas["LabaLotteryCostNum"] = {Key = "LabaLotteryCostNum", Value = 100, StringValue = ""}
- self.datas["LabaLotteryFishLevelLimit"] = {Key = "LabaLotteryFishLevelLimit", Value = 19, StringValue = ""}
- self.datas["ShopShowRecharge"] = {Key = "ShopShowRecharge", Value = 2000, StringValue = ""}
- self.datas["ShopShowNum"] = {Key = "ShopShowNum", Value = 3, StringValue = ""}
- self.datas["ShopShowBuyPrice"] = {Key = "ShopShowBuyPrice", Value = 30, StringValue = ""}
- self.datas["ShopShowMinPrice"] = {Key = "ShopShowMinPrice", Value = 1, StringValue = ""}
- self.datas["IsOpenJJC"] = {Key = "IsOpenJJC", Value = 1, StringValue = ""}
- self.datas["WpActRankRate"] = {Key = "WpActRankRate", Value = 10000, StringValue = ""}
- self.datas["FishChipLimit"] = {Key = "FishChipLimit", Value = 100, StringValue = ""}
- self.datas["BuyPumpkinPrice"] = {Key = "BuyPumpkinPrice", Value = 30, StringValue = ""}
- self.datas["BuyPumpkinMaxCountEachDay"] = {Key = "BuyPumpkinMaxCountEachDay", Value = 10, StringValue = ""}
- self.datas["ForceUpdateGameCfg"] = {Key = "ForceUpdateGameCfg", Value = 2, StringValue = "2017-11-28 04:00:00"}
- self.datas["WorldCupWaterCollection"] = {Key = "WorldCupWaterCollection", Value = 500, StringValue = ""}
- self.datas["WorldCupWaterLimit"] = {Key = "WorldCupWaterLimit", Value = 50000000, StringValue = ""}
- self.datas["DayRechargeLimit"] = {Key = "DayRechargeLimit", Value = 2000, StringValue = ""}
- self.datas["New7DayAccSignRewardStd"] = {Key = "New7DayAccSignRewardStd", Value = nil, StringValue = "2018-07-16 08:00:00"}
- self.datas["continuousSendDiscountVip"] = {Key = "continuousSendDiscountVip", Value = 10, StringValue = ""}
- self.datas["continuousSendDiscount"] = {Key = "continuousSendDiscount", Value = 10, StringValue = ""}
- self.datas["Bw.RoomDissolveClock"] = {Key = "Bw.RoomDissolveClock", Value = 600, StringValue = ""}
- self.datas["Bw.RoomKickClock"] = {Key = "Bw.RoomKickClock", Value = 180, StringValue = ""}
- self.datas["Bw.RoomAutoBalanceClock"] = {Key = "Bw.RoomAutoBalanceClock", Value = 180, StringValue = ""}
- self.datas["WJLW.GoldPoolBaseScore"] = {Key = "WJLW.GoldPoolBaseScore", Value = 50000, StringValue = ""}
- self.datas["WJLW.GoldPercent"] = {Key = "WJLW.GoldPercent", Value = 1000, StringValue = ""}
- self.datas["WJLW.GoldEquipTime"] = {Key = "WJLW.GoldEquipTime", Value = 120, StringValue = ""}
- self.datas["WJLW.GoldBalanceTime"] = {Key = "WJLW.GoldBalanceTime", Value = 10, StringValue = ""}
- self.datas["WJLW.GoldRp"] = {Key = "WJLW.GoldRp", Value = 4, StringValue = ""}
- self.datas["WJLW.GoldRm"] = {Key = "WJLW.GoldRm", Value = 1, StringValue = ""}
- self.datas["WJLW.GoldCheckRate"] = {Key = "WJLW.GoldCheckRate", Value = nil, StringValue = "5,9"}
- self.datas["WJLW.RechargePercent"] = {Key = "WJLW.RechargePercent", Value = 10000, StringValue = ""}
- self.datas["WJLW.RechargePoolBaseScore"] = {Key = "WJLW.RechargePoolBaseScore", Value = 10000000, StringValue = ""}
- self.datas["WJLW.PriRewardMaxCount"] = {Key = "WJLW.PriRewardMaxCount", Value = 30, StringValue = ""}
- self.datas["WJLW.GlobalRewardMaxCount"] = {Key = "WJLW.GlobalRewardMaxCount", Value = 5, StringValue = ""}
- self.datas["WJLW.GlobalEquipRecordMaxCount"] = {Key = "WJLW.GlobalEquipRecordMaxCount", Value = 30, StringValue = ""}
- self.datas["WJLW.IsOpen"] = {Key = "WJLW.IsOpen", Value = 1, StringValue = ""}
- self.datas["WJLW.RechargeRobotWinFirstPrize"] = {Key = "WJLW.RechargeRobotWinFirstPrize", Value = 25000, StringValue = ""}
- self.datas["WJLW.RechargeMajorRobotBet"] = {Key = "WJLW.RechargeMajorRobotBet", Value = nil, StringValue = "0,1"}
- self.datas["WJLW.RechargeOtherRobotBet"] = {Key = "WJLW.RechargeOtherRobotBet", Value = nil, StringValue = "0,3"}
- self.datas["WJLW.GoldMajorRobotBet"] = {Key = "WJLW.GoldMajorRobotBet", Value = nil, StringValue = "0,1"}
- self.datas["WJLW.GoldOtherRobotBet"] = {Key = "WJLW.GoldOtherRobotBet", Value = nil, StringValue = "0,5"}
- self.datas["SupplementSignInFrequency"] = {Key = "SupplementSignInFrequency", Value = 5, StringValue = ""}
- self.datas["SupplementSignInPrice"] = {Key = "SupplementSignInPrice", Value = 20, StringValue = ""}
- self.datas["SupplementSignInMarkup"] = {Key = "SupplementSignInMarkup", Value = 0, StringValue = ""}
- self.datas["Suqichujichoujiangbinjing"] = {Key = "Suqichujichoujiangbinjing", Value = 100000, StringValue = ""}
- self.datas["Suqigaojichoujiangchongzhi"] = {Key = "Suqigaojichoujiangchongzhi", Value = 2, StringValue = ""}
- self.datas["Suqichujichoujiangxiaohao"] = {Key = "Suqichujichoujiangxiaohao", Value = 1, StringValue = ""}
- self.datas["Suqigaojichoujiangxiaohao"] = {Key = "Suqigaojichoujiangxiaohao", Value = 10, StringValue = ""}
- self.datas["bindCount"] = {Key = "bindCount", Value = 10, StringValue = ""}
- self.datas["SendVerifyCodeInterval"] = {Key = "SendVerifyCodeInterval", Value = 60, StringValue = ""}
- self.datas["bindCodeExpiryDate"] = {Key = "bindCodeExpiryDate", Value = 60, StringValue = ""}
- self.datas["ChargingCharges"] = {Key = "ChargingCharges", Value = 10, StringValue = ""}
- self.datas["Guoqingchoujiangfuka"] = {Key = "Guoqingchoujiangfuka", Value = 100000, StringValue = ""}
- self.datas["Guoqingchujichoujiangxiaohao"] = {Key = "Guoqingchujichoujiangxiaohao", Value = 10, StringValue = ""}
- self.datas["Guoqinggaojichoujiangxiaohao"] = {Key = "Guoqinggaojichoujiangxiaohao", Value = 100, StringValue = ""}
- self.datas["CollectionExchange"] = {Key = "CollectionExchange", Value = 10, StringValue = ""}
- self.datas["TheNumberOfSharkLotteryOpenings"] = {Key = "TheNumberOfSharkLotteryOpenings", Value = 30, StringValue = ""}
- self.datas["Greatsharksaredeterminedtoconsumegoldcoins"] = {Key = "Greatsharksaredeterminedtoconsumegoldcoins", Value = 300000, StringValue = ""}
- self.datas["Agiantsharkisaleopard"] = {Key = "Agiantsharkisaleopard", Value = 7, StringValue = ""}
- self.datas["GiantsharkDrop"] = {Key = "GiantsharkDrop", Value = 100, StringValue = ""}
- self.datas["GrowthFund1"] = {Key = "GrowthFund1", Value = 20, StringValue = ""}
- self.datas["GrowthFund2"] = {Key = "GrowthFund2", Value = 7, StringValue = ""}
- self.datas["Xjhdsc100"] = {Key = "Xjhdsc100", Value = 24, StringValue = ""}
- self.datas["Xjhdsc1000"] = {Key = "Xjhdsc1000", Value = 25, StringValue = ""}
- self.datas["NewSpring1"] = {Key = "NewSpring1", Value = 24, StringValue = ""}
- self.datas["NewSpring2"] = {Key = "NewSpring2", Value = 25, StringValue = ""}
- self.datas["RosefinchTreasure"] = {Key = "RosefinchTreasure", Value = 250000, StringValue = ""}
- self.datas["TherionTiger"] = {Key = "TherionTiger", Value = 200, StringValue = ""}
- self.datas["FishGrow"] = {Key = "FishGrow", Value = 6, StringValue = ""}
- self.datas["Tfr"] = {Key = "Tfr", Value = 10, StringValue = ""}
- self.datas["LuckNumber"] = {Key = "LuckNumber", Value = 1, StringValue = ""}
- self.datas["IntegralRecharge"] = {Key = "IntegralRecharge", Value = 1, StringValue = ""}
- self.datas["IntegralSingle"] = {Key = "IntegralSingle", Value = 20, StringValue = ""}
- self.datas["IntegralOneSingle"] = {Key = "IntegralOneSingle", Value = 180, StringValue = ""}
- self.datas["TimeShopOne"] = {Key = "TimeShopOne", Value = 1, StringValue = ""}
- self.datas["TimeShopTen"] = {Key = "TimeShopTen", Value = 10, StringValue = ""}
- self.datas["IntegralReward1"] = {Key = "IntegralReward1", Value = 204, StringValue = ""}
- self.datas["IntegralReward2"] = {Key = "IntegralReward2", Value = 205, StringValue = ""}
- self.datas["CannonSingle1"] = {Key = "CannonSingle1", Value = 50, StringValue = ""}
- self.datas["CannonSingle2"] = {Key = "CannonSingle2", Value = 490, StringValue = ""}
- self.datas["CannonItemId"] = {Key = "CannonItemId", Value = 2, StringValue = ""}
- self.datas["CannonItemId2"] = {Key = "CannonItemId2", Value = 8000, StringValue = ""}
- self.datas["CannonItemId3"] = {Key = "CannonItemId3", Value = 1, StringValue = ""}
- self.datas["Arena"] = {Key = "Arena", Value = 531, StringValue = ""}
- self.datas["TurretLimit"] = {Key = "TurretLimit", Value = 10000, StringValue = ""}
- self.datas["TurretPermanent"] = {Key = "TurretPermanent", Value = 1000000, StringValue = ""}
- self.datas["HammerId"] = {Key = "HammerId", Value = 217, StringValue = ""}
- self.datas["Hammer"] = {Key = "Hammer", Value = 100000, StringValue = ""}
- self.datas["JackpotGold"] = {Key = "JackpotGold", Value = 10000000, StringValue = ""}
- self.datas["Recharge"] = {Key = "Recharge", Value = 20, StringValue = ""}
- self.datas["MonsterMeltingCount"] = {Key = "MonsterMeltingCount", Value = 80, StringValue = ""}
- self.datas["MonsterMeltingItem"] = {Key = "MonsterMeltingItem", Value = 255, StringValue = ""}
- self.datas["MonsterMelting1"] = {Key = "MonsterMelting1", Value = 20, StringValue = ""}
- self.datas["achievement1"] = {Key = "achievement1", Value = 100, StringValue = ""}
- self.datas["achievement2"] = {Key = "achievement2", Value = 480, StringValue = ""}
- self.datas["DoubleEleven1"] = {Key = "DoubleEleven1", Value = 289, StringValue = ""}
- self.datas["DoubleEleven2"] = {Key = "DoubleEleven2", Value = 1, StringValue = ""}
- self.datas["DoubleEleven3"] = {Key = "DoubleEleven3", Value = 5, StringValue = ""}
- self.datas["DoubleEleven4"] = {Key = "DoubleEleven4", Value = 200, StringValue = ""}
- self.datas["WingsAwakening"] = {Key = "WingsAwakening", Value = 704, StringValue = ""}
- self.datas["DragonBallLotteryPriceTimes"] = {Key = "DragonBallLotteryPriceTimes", Value = 200, StringValue = ""}
- self.datas["DragonBallLotteryCount"] = {Key = "DragonBallLotteryCount", Value = 10, StringValue = ""}
- self.datas["DragonBallLotteryItem"] = {Key = "DragonBallLotteryItem", Value = 337, StringValue = ""}
- end
- M_BaseInfoCFG:init()
|