Formula

CommonFun.calcBuff_4380

function CommonFun.calcBuff_4380(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local pos = 2
  return pos
end