线上 : 战力计算 注释 VIP属性加成
parent
673070438b
commit
46a9536c19
|
@ -1678,8 +1678,8 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
|
|||
-- end
|
||||
-- end
|
||||
--end
|
||||
-- Vip加成
|
||||
local vipAddPro = VipManager.GetAddPro()
|
||||
-- Vip加成 暂时注释
|
||||
-- local vipAddPro = VipManager.GetAddPro()
|
||||
--if vipAddPro and LengthOfTable(vipAddPro) > 0 then
|
||||
-- for i, v in pairs(vipAddPro) do
|
||||
-- if v > 0 then
|
||||
|
@ -1696,7 +1696,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
|
|||
this.DoubleTableCompound(allAddProVal, playerDcorateAdd)
|
||||
this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal)
|
||||
this.DoubleTableCompound(allAddProVal, equipTreasureAddPro)
|
||||
this.DoubleTableCompound(allAddProVal, vipAddPro)
|
||||
-- this.DoubleTableCompound(allAddProVal, vipAddPro)
|
||||
--100等级所有属性合并
|
||||
this.DoubleTableCompound(lvProVal, falismanLvProVal)
|
||||
this.DoubleTableCompound(lvProVal,lvSoulPrintProVal)
|
||||
|
|
Loading…
Reference in New Issue