Pack Size of at least 25% will result in "iz.*([2-9].|1..)%".
All that filter does is to check if it is at least 20% and up to 199% which is not precise enough and irritating.
What I rather expect is something along this way: "iz.*(2[5-9]|[3-9].)%"
The "2[5-9]" signifies that it should be atleast 25-29% while "[3-9]." includes values from 30-99%. As of now there is no way to roll beyond 99% pack size and if the pack size chisel are being used the filter won't work anyway because of the second pack size line that will show up on the item.
As for Map Quantity I can't think of any nice solution that won't increase the length dramatically.
Pack Size of at least 25% will result in "iz.*([2-9].|1..)%".
All that filter does is to check if it is at least 20% and up to 199% which is not precise enough and irritating.
What I rather expect is something along this way: "iz.*(2[5-9]|[3-9].)%"
The "2[5-9]" signifies that it should be atleast 25-29% while "[3-9]." includes values from 30-99%. As of now there is no way to roll beyond 99% pack size and if the pack size chisel are being used the filter won't work anyway because of the second pack size line that will show up on the item.
As for Map Quantity I can't think of any nice solution that won't increase the length dramatically.