mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 06:08:00 +00:00
Add mods showing to rare base items when low mod count
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user