I love this! Thanks a great bunch!
Editing a bit, since I'm not as picky as you

It's a great baseline, I've been meaning to make something myself, but this just started me off!
Thanks again!
Edit:
1. How to make it pick up and salvage commons?
2. What about affixes for i.e. Cold Damage %? Level Req?
3. Can you make it keep specific items i.e Ascended Shield?
4. And should this work? Or did I fuck up? (Want to keep any glove with Vit OR mainstat & Crit OR AS OR CritDmg - I think, completely new to this, lol)
[QUALITY] == "Rare" && [TYPE] == "Gloves" # (([MAXSTAT] >= 450 || [VIT] >= 430) && ([CRIT%] >= 8 || [AS%] >= 5 && [CRITDMG%] >= 40))
[QUALITY] == "Rare" && [TYPE] == "Gloves" # (([MAXSTAT] >= 450 || [VIT] >= 430) && ([CRIT%] >= 8 && [AS%] >= 5 || [CRITDMG%] >= 40))
[QUALITY] == "Rare" && [TYPE] == "Gloves" # (([MAXSTAT] >= 450 || [VIT] >= 430) && ([CRIT%] >= 8 || [AS%] >= 5 || [CRITDMG%] >= 40))