It would be nice to have a feature to automatically dust all cards that are not golden and redundant. So if you have 2-goldens or better of a card, you can dust all craft able non-golden versions. It would also be nice when you open packs if you have 2 goldens of a card already, it doesn’t say “NEW” on non-golden you get from those packs. I spend an un-godly amount of time going through every card dusting any redundant cards. It is also annoying getting “New” notifications tags on cards when I already own two of them. So I have to go through every page to clear them. Even haveing a clear notifications button would be nice. From a programming standpoint, this should be pretty easy with simple nested “IF” statements. Add a check box next to the Mass-disenchant button that will toggle this feature.
If “Remove Redundant” box is checked
check if cards have 2 golden or better
if yes, mark for disenchant
press mass-disenchant button to dust.
Simple. I mean the code for disenchanting redundant cards is already there, the problem is that it looks at golden and non golden as two separate stacks. So it will only mark for disenchant if you have 3 or more of a stack. Just a minor adjustment.