[宝物]=======================注释神应属性

TCX_dev_realOne_master hotfix/you_gu/cdn_realOne_ios/1.1.19
wangzhenxing 2023-12-28 10:37:14 +08:00
parent 324a1c2682
commit 81ad6a12a9
1 changed files with 14 additions and 13 deletions

View File

@ -646,20 +646,21 @@ function this.CalculateWarForceBase(sId, lv, rlv, tlv,curTreasure)
end
end
end
--注释神应属性 功能已屏蔽
--神应属性
if
configInfo.PoolID == curEuipTreaSureConfig.GodHoodPool and configInfo.Type == 3 and
configInfo.Level == tlv
then
for j = 1, SacredTreeManager.CulAttri(curTreasure) do
if addAllProVal[configInfo.Property[j][1]] then
addAllProVal[configInfo.Property[j][1]] =
addAllProVal[configInfo.Property[j][1]] + configInfo.Property[j][2]
else
addAllProVal[configInfo.Property[j][1]] = configInfo.Property[j][2]
end
end
end
-- if
-- configInfo.PoolID == curEuipTreaSureConfig.GodHoodPool and configInfo.Type == 3 and
-- configInfo.Level == tlv
-- then
-- for j = 1, SacredTreeManager.CulAttri(curTreasure) do
-- if addAllProVal[configInfo.Property[j][1]] then
-- addAllProVal[configInfo.Property[j][1]] =
-- addAllProVal[configInfo.Property[j][1]] + configInfo.Property[j][2]
-- else
-- addAllProVal[configInfo.Property[j][1]] = configInfo.Property[j][2]
-- end
-- end
-- end
end
local powerEndVal = HeroPowerManager.CalPower(addAllProVal)
return powerEndVal