Formula

CommonFun.calcBuff_6270

function CommonFun.calcBuff_6270(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv = srcUser:GetLernedSkillLevel(3902_DIVINE_AVENGER:SOUL_PROTECTION)
  local Atk = srcUser:GetProperty("Atk")
  local AtkPer = srcUser:GetProperty("AtkPer")
  local A = Atk * (1 + AtkPer) * skilllv * 0.6
  return A
end