[
{
"Description": "Default pickup filter.",
"Type": 1,
"Filters": [
{
"Description": "Pickup all maps.",
"Enabled": true,
"Types": [
"/Maps/"
]
},
{
"Description": "Pickup all map fragments.",
"Enabled": true,
"Types": [
"/MapFragments/"
]
},
{
"Description": "Pickup all important items by rarity.",
"Enabled": true,
"Rarities": [
3,
2,
6
]
},
{
"Description": "Pickup all currency except...",
"Enabled": true,
"Names": [
"Name Goes Here"
],
"NameRegex": false,
"NameMatchAnyRatherThanAll": false,
"Rarities": [
5
]
},
{
"Description": "Pickup all quality skill gems.",
"Enabled": true,
"Rarities": [
4
],
"MinQuality": 1
},
{
"Description": "Pickup all Vaal skill gems. This is needed due to the next filter excluding the common ones.",
"Enabled": true,
"Names": [
"Vaal"
],
"Rarities": [
4
]
},
{
"Description": "Pickup all non-common, no-quality skill gems.",
"Enabled": true,
"Names": [
"Fireball",
"Spark",
"Sweep",
"Ground Slam",
"Cleave",
"Double Strike",
"Dual Strike",
"Burning Arrow",
"Heavy Strike",
"Glacial Hammer",
"Freezing Pulse",
"Split Arrow",
"Raise Zombie",
"Ice Nova",
"Leap Slam",
"Shield Charge",
"Whirling Blades",
"Cold Snap",
"Detonate Dead",
"Poison Arrow",
"Ice Shot",
"Flicker Strike",
"Ice Spear",
"Infernal Blow",
"Shock Nova",
"Viper Strike",
"Explosive Arrow",
"Rain of Arrows",
"Firestorm",
"Puncture",
"Lightning Arrow",
"Bear Trap",
"Fire Trap",
"Reave",
"Ethereal Knives",
"Decoy Totem"
],
"NameRegex": false,
"NameMatchAnyRatherThanAll": false,
"Rarities": [
4
],
"MaxQuality": 0
},
{
"Description": "Pickup all items that can vendor for a Chromatic Orb.",
"Enabled": true,
"SocketColors": [
"R-G-B"
]
},
{
"Description": "Pickup all 5/6-link items.",
"Enabled": true,
"MinLinks": 5
},
{
"Description": "Pickup all 6-socket items.",
"Enabled": true,
"MinSockets": 6
},
{
"Description": "Pickup all items that can vendor for an Armourer's Scrap, Blacksmith Whetstone, or Glassblower's Bauble.",
"Enabled": true,
"Rarities": [
0
],
"MinQuality": 20
},
{
"Description": "Pickup all quality flasks.",
"Enabled": true,
"Types": [
"/Flasks/"
],
"MinQuality": 1
},
{
"Description": "Pickup all utility flasks.",
"Enabled": true,
"Types": [
"FlaskUtility"
]
}
]
},
{
"Description": "Default stash filter.",
"Type": 3,
"Filters": [
{
"Description": "Stash all currency, uniques, and skill gems.",
"Enabled": true,
"Rarities": [
5,
3,
4,
2
]
},
{
"Description": "Stash all 6 socket items.",
"Enabled": true,
"MinSockets": 6
},
{
"Description": "Stash all 5+ linked items.",
"Enabled": true,
"MinLinks": 5
},
{
"Description": "Stash all maps and utility flasks",
"Enabled": true,
"Types": [
"/Maps/",
"FlaskUtility"
]
},
{
"Description": "Stash all flasks that will not vendor for a bauble.",
"Enabled": true,
"Types": [
"/Flasks/"
],
"MinQuality": 1,
"MaxQuality": 19
}
]
},
{
"Description": "Default vendor filter.",
"Type": 2,
"Filters": [
{
"Description": "This filter will sell all normal/magic chromatic items that are 3L and only have 5 or fewer sockets",
"Enabled": true,
"Rarities": [
0,
1
],
"MaxSockets": 5,
"MaxLinks": 3,
"SocketColors": [
"R-G-B"
]
},
{
"Description": "6s",
"Enabled": true,
"Rarities": [
1,
0
],
"MinSockets": 6,
"MaxSockets": 6,
"MaxLinks": 4
},
{
"Description": "n+m+r for sale",
"Enabled": true,
"Rarities": [
1,
2,
0
],
"MaxLinks": 4,
"MinWidth": 1,
"MinHeight": 2
}
]
},
{
"Description": "ID",
"Type": 5,
"Filters": [
{
"Description": "m+r+u",
"Enabled": true,
"Rarities": [
1,
2,
3
]
}
]
}
]