Formula

CommonFun.calcBuff_4420

function CommonFun.calcBuff_4420(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Master = srcUser:GetMasterUser()
  local A = 0
  if Master ~= nil then
    local Num1 = Master:GetRunePoint(133040_AESIR_ELEANOR_HAS_A_10_CHANCE_OF_DESTROYING_THE_ENEMY_S_ARMOR_WHEN_USING_SONIC_CLAW)
    A = 10 * Num1
  end
  return A
end