Formula

CommonFun.calcBuff_3741

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