Map Regex Generator
Quantity + Pack Size Map Regex
The two rolls that decide whether a map is worth running, filtered together: 80% Item Quantity and 36% Monster Pack Size. A map has to clear both to survive this string, so the tab it leaves you is short and everything in it is worth opening. Both numbers are floors rather than exact matches, so anything above them passes.
The regex
"tity.*([89]\d|\d{3})%" "iz.*(3[6-9]|[4-9]\d|\d{3})%"Built for the English game client. Paste into an English client for the mod names to match.Mod data: patch 3.29.0.2.2
What it filters
- Item Quantity of 80% or more
- Monster Pack Size of 36% or more
Want it slightly different?
Open the map regex generator and paste this string into its Import box. Every threshold and mod in it becomes a checkbox you can change, and the trade links come with it.
Open the map regex generator