【表删除】AdventureReward
parent
28ca69e078
commit
1de64d1492
|
@ -63,7 +63,7 @@ ConfigName = {
|
|||
ArenaReward = "ArenaReward",
|
||||
ArenaSetting = "ArenaSetting",
|
||||
DifferDemonsBoxSetting = "DifferDemonsBoxSetting",
|
||||
AdventureReward = "AdventureReward",
|
||||
-- AdventureReward = "AdventureReward",
|
||||
DialogueViewConfig = "DialogueViewConfig",
|
||||
JumpConfig = "JumpConfig",
|
||||
RechargeCommodityConfig = "RechargeCommodityConfig",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
AdventureManager = {}
|
||||
local this = AdventureManager
|
||||
local GameSetting = ConfigManager.GetConfig(ConfigName.GameSetting)
|
||||
local AdventureReward = ConfigManager.GetConfig(ConfigName.AdventureReward)
|
||||
-- local AdventureReward = ConfigManager.GetConfig(ConfigName.AdventureReward)
|
||||
-- local AdventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
||||
local VipLevelConfig = ConfigManager.GetConfig(ConfigName.VipLevelConfig)
|
||||
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
|
||||
|
@ -142,11 +142,11 @@ function this.GetTableStaticData()
|
|||
--冒险宝箱显示的三种状态(达到多少时间显示什么宝箱)
|
||||
--每日奖励
|
||||
this.adventureBoxShow = GameSetting[1].AdventureBoxShow
|
||||
for k, v in ConfigPairs(AdventureReward) do
|
||||
this.minRank[k] = v.MinRank
|
||||
this.maxRank[k] = v.MaxRank
|
||||
table.insert(this.dailyReward, v.DailyReward)
|
||||
end
|
||||
-- for k, v in ConfigPairs(AdventureReward) do
|
||||
-- this.minRank[k] = v.MinRank
|
||||
-- this.maxRank[k] = v.MaxRank
|
||||
-- table.insert(this.dailyReward, v.DailyReward)
|
||||
-- end
|
||||
end
|
||||
|
||||
function this.TimeCountDown()
|
||||
|
|
Loading…
Reference in New Issue