Skip to content

DIM

These are some queries that I personally use to cleanup my vault.

is:dupe

Matches any equipment that you have more than one of.

deepsight:harmonizable

Matches any weapon you can use a Deepsight Harmonizer on.

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.

((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.

(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.