Formula

CommonFun.calcBuff_3680

function CommonFun.calcBuff_3680(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Int = srcUser:GetProperty("Int")
  local skilllv_1 = srcUser:GetLernedSkillLevel(1250_ASSASSIN:NATURE_S_PROTECTION)
  local A = math.floor(Int / (10 * (11 - skilllv_1))) / 100
  if A <= 0 then
    return 0
  end
  return A
end