Formula

CommonFun.calcBuff_7051

function CommonFun.calcBuff_7051(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:HasBuffID(174863_5282_:MAX_STACK_0) then
    A = 100
  end
  if targetUser:HasBuffID(174858_5280_:MAX_STACK_0) then
    A = 0
  end
  return A
end