【表删除】AdventureConfig

dev_chengFeng
gaoxin 2021-04-02 14:48:12 +08:00
parent 472829239e
commit 28ca69e078
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
ConfigName = {
-- AccomplishmentConfig = "AccomplishmentConfig",
ActivityRewardConfig = "ActivityRewardConfig",
AdventureConfig = "AdventureConfig",
-- AdventureConfig = "AdventureConfig",
AreaConfig = "AreaConfig",
ArtResourcesConfig = "ArtResourcesConfig",
AudioConfig = "AudioConfig",

View File

@ -11,7 +11,7 @@ local _TabData = {
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "奖 励" },
}
-- 物品数据
local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
-- local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
local heroConfig = ConfigManager.GetConfig(ConfigName.HeroConfig)

View File

@ -8,7 +8,7 @@ local itemConfig = ConfigManager.GetConfig(ConfigName.ItemConfig)
local RewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
local cost = 0
local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
-- local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
local orginLayer = 0
@ -626,7 +626,7 @@ function this.ChatNodeAdapter(node, data)
local content = Util.GetGameObject(node, "content")
name:GetComponent("Text").text = data.findUserName
--TODO:这里会区分聊天消息的类型做不同的显示目前只有boss
local areaName = GetLanguageStrById(adventureConfig[data.arenaId].AreaName)
local areaName = ""--GetLanguageStrById(adventureConfig[data.arenaId].AreaName)
local monsterId = monsterGroup[data.bossGroupId].Contents[1][1]
local monsterInfo = monsterConfig[monsterId]
local bossName = GetLanguageStrById(monsterInfo.ReadingName)

View File

@ -2,7 +2,7 @@
local this = AdventureManager
local GameSetting = ConfigManager.GetConfig(ConfigName.GameSetting)
local AdventureReward = ConfigManager.GetConfig(ConfigName.AdventureReward)
local AdventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
-- local AdventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
local VipLevelConfig = ConfigManager.GetConfig(ConfigName.VipLevelConfig)
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
local privilegeTypeConfig=ConfigManager.GetConfig(ConfigName.PrivilegeTypeConfig)

View File

@ -2,7 +2,7 @@
local AdventureRewardDetailPopup = Inherit(BasePanel)
local this = AdventureRewardDetailPopup
local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
-- local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
local rewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
local mainLevelConfig = ConfigManager.GetConfig(ConfigName.MainLevelConfig)