Formula

CommonFun.calcBuff_5511

function CommonFun.calcBuff_5511(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:HasBuffID(164532_NIGHTMARE_AREA_NULLIFIES_FRENZY_:MAX_STACK_0) or targetUser:HasBuffID(164533_NIGHTMARE_AREA_NULLIFIES_FRENZY_:MAX_STACK_0) then
    A = 100
  end
  return A
end