tholwin Posted October 15, 2023 Share Posted October 15, 2023 (edited) Trying to make more auto sorting bags using the tool Bags of Sorting So far, here is what I found, to use as "Auto Pickup Condition" : Keychain : Tagged('KEY') Alchemic Pouch : Tagged('ALCH_INGREDIENT') or Tagged('ALCH_EXTRACT') Camp Supplies : IsSupply() Weapons : not Tagged('TORCH') and (Tagged('WPN_VFX_DAGGER') or Tagged('WPN_VFX_BOW') or Tagged('WPN_VFX_HAMMER_SMALL') or Tagged('WPN_VFX_HAMMER_LARGE') or Tagged('WPN_VFX_QUARTERSTAFF') or Tagged('WPN_VFX_SHORTBLADE') or Tagged('WPN_VFX_SPEAR') or Tagged('WPN_VFX_AXE_SMALL') or Tagged('WPN_VFX_AXE_LARGE') or Tagged('WPN_VFX_LONGBLADE') or Tagged('WPN_VFX_SHORTBLADE_SLASH') or Tagged('WPN_VFX_BOW')) Shields : Tagged('WPN_SHIELD') Arrows : Tagged('ARROW') Grenades and Explosives : Tagged('GRENADE') or Tagged('ALCH_SOLUTION_GRENADE') or Tagged('EXPLOSIVES') Scrolls : Tagged('SCROLL') Potions : Tagged('POTION') and not Tagged('ALCH_SOLUTION_ELIXIR') Elixirs : Tagged('ALCH_SOLUTION_ELIXIR') Books & notes : Tagged('BOOK') and not Tagged('SCROLL') Weapon oils : Tagged('ALCH_SOLUTION_COATING') or Tagged('POISON')(I'm aware that the Alchemic Pouch, Camp Supplies Pack and Keychain already exist. But wanted to rename them and change their rarity, for better organize my inventory.) Edited October 15, 2023 by tholwin Link to comment Share on other sites More sharing options...
Recommended Posts