Formula

CommonFun.calcBuff_3560

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