被动188 改为血量百分比排序

wangzhenxing 2020-10-19 21:07:53 +09:00
parent 27d9738696
commit f7865231ef
1 changed files with 2 additions and 0 deletions

View File

@ -3604,6 +3604,8 @@ local passivityList = {
local list = RoleManager.Query(function(v)
return v.camp == role.camp and v.position ~= role.position
end)
--根据血量百分比排序
BattleUtil.SortByHpFactor(list,0)
local ff = 1 -- 分摊比
-- 检测被动对分摊比的影响
local cl = {}