【鸿蒙阵】共鸣是breakId 计算修改
parent
814fb29c45
commit
8f97c36580
|
|
@ -3560,10 +3560,10 @@ function this.SetAllStarBreakIdData()
|
||||||
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroRankupConfig)) do
|
for key, configInfo in ConfigPairs(ConfigManager.GetConfig(ConfigName.HeroRankupConfig)) do
|
||||||
if configInfo.Type == 1 then
|
if configInfo.Type == 1 then
|
||||||
if curAllStarBreakIdData[configInfo.Star] then
|
if curAllStarBreakIdData[configInfo.Star] then
|
||||||
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
|
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
|
||||||
else
|
else
|
||||||
curAllStarBreakIdData[configInfo.Star] = {}
|
curAllStarBreakIdData[configInfo.Star] = {}
|
||||||
curAllStarBreakIdData[configInfo.Star][configInfo.LimitLevel] = key
|
curAllStarBreakIdData[configInfo.Star][configInfo.OpenLevel] = key
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue