DIM
Useful Queries
Section titled “Useful Queries”These are some queries that I personally use to cleanup my vault.
Duplicates
Section titled “Duplicates”is:dupe
Matches any equipment that you have more than one of.
Deepsight Harmonizable
Section titled “Deepsight Harmonizable”deepsight:harmonizable
Matches any weapon you can use a Deepsight Harmonizer on.
Old Weapons
Section titled “Old Weapons”is:weapon -is:origintrait -is:wishlist -is:exotic
Matches any weapon without an origin trait that is not exotic and not a wishlist item. This can be useful for finding old, pre-origin trait weapons.
Stale Crafted/Exotic Weapons
Section titled “Stale Crafted/Exotic Weapons”((is:exotic kills:<600 -is:crafted) or (is:crafted kills:<600 weaponlevel:<11)) power:powerfloor -is:randomroll
Matches non-random, exotic weapons with low kill counts that are not crafted, or crafted non-exotic weapons with low kill count and level. This is useful since exotic and crafted weapons can easily be reacquired, so you really only need to keep ones you use.
Adjust numbers as preferred. 600 kills was chosen for exotics since they generally require about 500 just to unlock catalysts.
Simple armor cleanup
Section titled “Simple armor cleanup”(basestat:total:<66 or basestat:highest:<18 or is:statlower) (((is:exotic or source:raid or modslot:nightmare or modslot:artifice or is:armorintrinsic) is:dupe) or (-is:exotic -source:raid -modslot:nightmare -modslot:artifice -is:armorintrinsic))
Matches any armor with a stat total less than 66 or armor that has lower than 18 highest stat, ignoring exotic, raid, artifice, seasonal, and nightmare armor that you only have one of.
(basestat:total:<66 or basestat:highest:<18 or is:statlower) (((is:exotic or source:raid or modslot:nightmare or modslot:artifice) is:dupe) or (-is:exotic -source:raid -modslot:nightmare -modslot:artifice))
Matches the same as above, but without saving at least one piece of seasonal armor or iron lord armor.
Adjust numbers as preferred.