Formula

CommonFun.calcBuff_5330

function CommonFun.calcBuff_5330(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser:HasBuffID(163750_GLIMMER_SHIELD_:MAX_STACK_0) then
    return 0
  end
  return A
end