Formula

CommonFun.calcBuff_3076

function CommonFun.calcBuff_3076(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser.boss == true or targetUser.mini == true then
    A = 100
  end
  if targetUser:HasBuffID(160000_BOSS_IMMUNE_EFFECT_:MAX_STACK_0) then
    A = 0
  end
  return A
end