Formula

CommonFun.calcBuff_8110

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