Formula

CommonFun.calcBuff_4081

function CommonFun.calcBuff_4081(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local RefineLv = srcUser:GetEquipedRefineLv(7_WEAPON)
  local A = 5
  if 10 <= RefineLv and srcUser:HasBuffID(41870_ASSASSIN_S_JUR_:MAX_STACK_0) then
    A = 8
  end
  return A
end