【鸿蒙阵bug修改】

dev_chengFeng
guowei 2021-01-11 16:08:56 +08:00
parent e1886a2d9a
commit c910fd4372
3 changed files with 4 additions and 4 deletions

View File

@ -3457,10 +3457,10 @@ function this.SetAllStarBreakIdData()
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroRankupConfig)) do
if configInfo.Type == 1 then
if curAllStarBreakIdData[configInfo.Star] then
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
else
curAllStarBreakIdData[configInfo.Star] = {}
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
end
end
end

View File

@ -125,7 +125,7 @@ function this.SingleHeroDataShow(go,_heroData)
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#0f0>"..heroData.lv.."</color>"
GongMingMask:SetActive(true)
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) and HarmonyManager.hongmengAdditions[1] then
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) and HarmonyManager:HongMengTowerUpLimit() ~= 0 then
if HarmonyManager.hongmengAdditions[1].heroTid == 0 then
-- body
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#ffbe22>"..heroData.lv.."</color>"

View File

@ -155,7 +155,7 @@ function this.SingleHeroDataShow(go,_heroData)
if HarmonyManager.IsChangeColor(_heroData.dynamicId) then
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#0f0>"..heroData.lv.."</color>"
GongMingMask:SetActive(true)
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) and HarmonyManager.hongmengAdditions[1] then
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) and HarmonyManager:HongMengTowerUpLimit() ~= 0 then
if HarmonyManager.hongmengAdditions[1].heroTid == 0 then
-- body
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#ffbe22>"..heroData.lv.."</color>"