Formula

CommonFun.calcBuff_4831

function CommonFun.calcBuff_4831(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Int = srcUser:GetProperty("Int")
  local A = 0
  if 180 <= Int then
    A = 0.1
  end
  return A
end