S13 Foundation Filter

By Lord_Polo

Class: All | Game: Diablo 4

Built a Season 13 loot filter template around Diablo 4's current system limitations. The UI has some rough architectural problems, so instead of fighting it endlessly, I created a structured baseline people can customize and expand.

The idea:

  • global rules first
  • specific gear targeting later
  • avoid constant scroll/reorder hell
  • let users enable/disable sections instead of rebuilding everything manually

Global section:

  • Recolor + Show Charms permanently since salvaging them matters
  • Recolor + Show Codex Upgrade / Transmute in a different color (pink) - (Originally tested with Transmute as well, but behavior appeared inconsistent during testing and could not be reliably verified yet)
  • Hide All Weapon Types using reversed logic: instead of selecting "show daggers", hide every weapon except daggers and hide rarities you do not want
  • Item Power filter: only adjust the max property (example: set 299 max to only show 300+)
  • Hide All Item Rarity Matching: hide unwanted rarities globally

These global rules are intentionally:

  • enabled by default
  • empty in some properties
  • already sorted in proper priority order

This creates a reusable foundation/template people can adapt quickly without rebuilding rule hierarchy every season.

Gear section:

  • disabled by default
  • separated into Recolor + Show pairs
  • both rules use the same affix logic structure
  • focused on targeted item hunting

Recommendation:

Honestly, just use "Has Required Affixes" and ignore "Optional Affixes" for now. The system lacks clear explanation/documentation and behaves inconsistently.

Suggested setup:

  • add 4 desired affixes
  • set threshold to 1 initially
  • this creates a broad discovery filter
  • then increase threshold later for stricter filtering

This section is mostly meant as:

  • inspiration
  • experimentation
  • a foundation for future loot filter programmers trying to work around the current UI limitations

The system has flaws, but there's enough here to build something functional if you approach it like a logic engine instead of a casual settings menu.

After spending hours reverse engineering the behavior and testing edge cases, my conclusion is that the current loot filter works more like a hidden rule engine than a traditional filter UI. There is real potential here for future iterations, but right now players are basically discovering the evaluation logic experimentally because the system lacks proper semantic explanations and scalable workflow tools. Still, for a Season 13 first iteration, this gives people a solid footing to build from instead of starting from zero every time.

Edit 1 - 2026-05-08 UTC 18h08: 

If people want to share ideas, improvements, discoveries or questions about the filter logic, feel free to contact me on Battle.net:

SaltyTears#11452

Just a heads up: my time is limited and this was built during free time / experimentation while reverse engineering the current system behavior. Hopefully the foundation / framework helps inspire cleaner and more advanced versions moving forward.

Edit 2 - 2026-05-08 UTC 18h15

Originally tested with Transmute as well, but behavior appeared inconsistent during testing and could not be reliably verified yet