Formula

CommonFun.calcBuff_8160

function CommonFun.calcBuff_8160(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = b
  if srcUser:HasBuffID(a) then
    A = c
  end
  return A
end