【表删除】AdventureConfig
parent
472829239e
commit
28ca69e078
|
@ -1,7 +1,7 @@
|
||||||
ConfigName = {
|
ConfigName = {
|
||||||
-- AccomplishmentConfig = "AccomplishmentConfig",
|
-- AccomplishmentConfig = "AccomplishmentConfig",
|
||||||
ActivityRewardConfig = "ActivityRewardConfig",
|
ActivityRewardConfig = "ActivityRewardConfig",
|
||||||
AdventureConfig = "AdventureConfig",
|
-- AdventureConfig = "AdventureConfig",
|
||||||
AreaConfig = "AreaConfig",
|
AreaConfig = "AreaConfig",
|
||||||
ArtResourcesConfig = "ArtResourcesConfig",
|
ArtResourcesConfig = "ArtResourcesConfig",
|
||||||
AudioConfig = "AudioConfig",
|
AudioConfig = "AudioConfig",
|
||||||
|
|
|
@ -11,7 +11,7 @@ local _TabData = {
|
||||||
[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = "奖 励" },
|
[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 monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
|
||||||
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
|
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
|
||||||
local heroConfig = ConfigManager.GetConfig(ConfigName.HeroConfig)
|
local heroConfig = ConfigManager.GetConfig(ConfigName.HeroConfig)
|
||||||
|
|
|
@ -8,7 +8,7 @@ local itemConfig = ConfigManager.GetConfig(ConfigName.ItemConfig)
|
||||||
local RewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
|
local RewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
|
||||||
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
|
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
|
||||||
local cost = 0
|
local cost = 0
|
||||||
local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
-- local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
||||||
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
|
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
|
||||||
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
|
local monsterConfig = ConfigManager.GetConfig(ConfigName.MonsterConfig)
|
||||||
local orginLayer = 0
|
local orginLayer = 0
|
||||||
|
@ -626,7 +626,7 @@ function this.ChatNodeAdapter(node, data)
|
||||||
local content = Util.GetGameObject(node, "content")
|
local content = Util.GetGameObject(node, "content")
|
||||||
name:GetComponent("Text").text = data.findUserName
|
name:GetComponent("Text").text = data.findUserName
|
||||||
--TODO:这里会区分聊天消息的类型做不同的显示,目前只有boss
|
--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 monsterId = monsterGroup[data.bossGroupId].Contents[1][1]
|
||||||
local monsterInfo = monsterConfig[monsterId]
|
local monsterInfo = monsterConfig[monsterId]
|
||||||
local bossName = GetLanguageStrById(monsterInfo.ReadingName)
|
local bossName = GetLanguageStrById(monsterInfo.ReadingName)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
local this = AdventureManager
|
local this = AdventureManager
|
||||||
local GameSetting = ConfigManager.GetConfig(ConfigName.GameSetting)
|
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 AdventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
||||||
local VipLevelConfig = ConfigManager.GetConfig(ConfigName.VipLevelConfig)
|
local VipLevelConfig = ConfigManager.GetConfig(ConfigName.VipLevelConfig)
|
||||||
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
|
local StoreConfig = ConfigManager.GetConfig(ConfigName.StoreConfig)
|
||||||
local privilegeTypeConfig=ConfigManager.GetConfig(ConfigName.PrivilegeTypeConfig)
|
local privilegeTypeConfig=ConfigManager.GetConfig(ConfigName.PrivilegeTypeConfig)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
local AdventureRewardDetailPopup = Inherit(BasePanel)
|
local AdventureRewardDetailPopup = Inherit(BasePanel)
|
||||||
local this = AdventureRewardDetailPopup
|
local this = AdventureRewardDetailPopup
|
||||||
|
|
||||||
local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
-- local adventureConfig = ConfigManager.GetConfig(ConfigName.AdventureConfig)
|
||||||
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
|
local monsterGroup = ConfigManager.GetConfig(ConfigName.MonsterGroup)
|
||||||
local rewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
|
local rewardGroup = ConfigManager.GetConfig(ConfigName.RewardGroup)
|
||||||
local mainLevelConfig = ConfigManager.GetConfig(ConfigName.MainLevelConfig)
|
local mainLevelConfig = ConfigManager.GetConfig(ConfigName.MainLevelConfig)
|
||||||
|
|
Loading…
Reference in New Issue