Basic pickit question

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

my understanding is that it will keep an item as long as it satisfies any one line. It shouldn’t pick any more junk but it should pick up a 6th jewel in an example like you stated.

it will keep it if it satisfies any line in any enabled pickit