Add mods showing to rare base items when low mod count

This commit is contained in:
kvan7
2025-09-23 21:08:17 -05:00
parent c937dcd523
commit 201dcd4bad

View File

@@ -64,7 +64,9 @@ export function createExactStatFilters(
}
if (
item.rarity === ItemRarity.Magic &&
(item.rarity === ItemRarity.Magic ||
(item.rarity === ItemRarity.Rare &&
explicitModifierCount(item).total < 5)) &&
item.category !== ItemCategory.ClusterJewel &&
item.category !== ItemCategory.Map &&
item.category !== ItemCategory.HeistContract &&