Formula
CommonFun.calcBuff_7600
function CommonFun.calcBuff_7600(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 100
if targetUser:HasBuffID(158602_FIRE_CHAIN_MARK_:MAX_STACK_0) or targetUser:HasBuffID(158604_8125_:MAX_STACK_0) then
A = 0
end
return A
end