I want my pickit file to pick some random jewels for crafting purpose so i added this line :
[type] == jewel && [quality] == magic # # [maxquantity] == 5
If I have other lines that pick jewels like this one per example B:
[type] == jewel && [quality] == magic # [maxdamage] >= 30
If the threshold of 5 random jewel is stashed, will it still stash the other jewels from example B ?
Thanks in advance