Formula

CommonFun.calcBuff_8640

function CommonFun.calcBuff_8640(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Int = srcUser:GetProperty("Int")
  local A = math.floor(Int) + 20
  if A <= 0 then
    A = 0
  end
  return A
end