【表删除】AdventureConfig
parent
472829239e
commit
28ca69e078
|
@ -1,7 +1,7 @@
|
|||
ConfigName = {
|
||||
-- AccomplishmentConfig = "AccomplishmentConfig",
|
||||
ActivityRewardConfig = "ActivityRewardConfig",
|
||||
AdventureConfig = "AdventureConfig",
|
||||
-- AdventureConfig = "AdventureConfig",
|
||||
AreaConfig = "AreaConfig",
|
||||
ArtResourcesConfig = "ArtResourcesConfig",
|
||||
AudioConfig = "AudioConfig",
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue