Formula

CommonFun.calcBuff_7650

function CommonFun.calcBuff_7650(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if srcUser:HasBuffID(55760_8726_:MAX_STACK_0) or srcUser:HasBuffID(57830) then
    A = 100
  end
  return A
end