Formula

CommonFun.calcBuff_5401

function CommonFun.calcBuff_5401(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser:HasBuffID(164012_NULLIFIES_WORRY_AURA_:MAX_STACK_0) or targetUser:HasBuffID(164050_HOLDING_BALL_IMMUNITY_BUFF_:MAX_STACK_0) then
    A = 0
  end
  return A
end