线上 : 战力计算 注释 VIP属性加成

dev_chengFeng
zhangqiang 2020-09-25 14:49:58 +08:00 committed by JieLing
parent 673070438b
commit 46a9536c19
1 changed files with 3 additions and 3 deletions

View File

@ -1678,8 +1678,8 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
-- end -- end
-- end -- end
--end --end
-- Vip加成 -- Vip加成 暂时注释
local vipAddPro = VipManager.GetAddPro() -- local vipAddPro = VipManager.GetAddPro()
--if vipAddPro and LengthOfTable(vipAddPro) > 0 then --if vipAddPro and LengthOfTable(vipAddPro) > 0 then
-- for i, v in pairs(vipAddPro) do -- for i, v in pairs(vipAddPro) do
-- if v > 0 then -- if v > 0 then
@ -1696,7 +1696,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
this.DoubleTableCompound(allAddProVal, playerDcorateAdd) this.DoubleTableCompound(allAddProVal, playerDcorateAdd)
this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal) this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal)
this.DoubleTableCompound(allAddProVal, equipTreasureAddPro) this.DoubleTableCompound(allAddProVal, equipTreasureAddPro)
this.DoubleTableCompound(allAddProVal, vipAddPro) -- this.DoubleTableCompound(allAddProVal, vipAddPro)
--100等级所有属性合并 --100等级所有属性合并
this.DoubleTableCompound(lvProVal, falismanLvProVal) this.DoubleTableCompound(lvProVal, falismanLvProVal)
this.DoubleTableCompound(lvProVal,lvSoulPrintProVal) this.DoubleTableCompound(lvProVal,lvSoulPrintProVal)