Formula

CommonFun.calcBuff_3745

function CommonFun.calcBuff_3745(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Luk = srcUser:GetProperty("Luk")
  local A = -math.floor(Luk / 2)
  return A
end