Hey guys. I'm in the process of making my own loot rule for my preference. However, I have some things I would like to make sure.
1. Question for picking-up
<ItemRule itembaseType="Ring" description="MF Ring (Dex)">
<StatRules>
<Rule stat="MagicFind" minValue="15" quality="Magic1" />
<Rule stat="Dexterity" minValue="50" quality="Magic1" />
</StatRules>
</ItemRule>
This is set to Magic1. Does this mean it's ONLY for magic items that match the criteria? or is it for any "Magic or higher" items that match the criteria? Basically, I want to know if the above line will pick up rares/sets/legendaries that have at least 15MF / 50Dex / is a Ring.
2. Question for stashing aka keeping
Given that I've made lines in the PickUp section for Gems/Tomes/Plans/Designs, do I also need to put those lines in the Keep section as well?
3. Questions about some codes
What is the logic behind
<ItemRule itemName="Flawless Square Ruby*" stack="1" />
not needing </ItemRule> at the end?
Thanks for any help!

1. Question for picking-up
<ItemRule itembaseType="Ring" description="MF Ring (Dex)">
<StatRules>
<Rule stat="MagicFind" minValue="15" quality="Magic1" />
<Rule stat="Dexterity" minValue="50" quality="Magic1" />
</StatRules>
</ItemRule>
This is set to Magic1. Does this mean it's ONLY for magic items that match the criteria? or is it for any "Magic or higher" items that match the criteria? Basically, I want to know if the above line will pick up rares/sets/legendaries that have at least 15MF / 50Dex / is a Ring.
2. Question for stashing aka keeping
Given that I've made lines in the PickUp section for Gems/Tomes/Plans/Designs, do I also need to put those lines in the Keep section as well?
3. Questions about some codes
What is the logic behind
<ItemRule itemName="Flawless Square Ruby*" stack="1" />
not needing </ItemRule> at the end?
Thanks for any help!






