I started to pull in the initial compliation that was made, but noticed a minor error with the rolls for THE SWARM - the PvE rolls all seem to call for 5 perks.
I used the regex (\d+),(\d+),(\d+),(\d+), to find them, as this has been a thing that's tripped me up before. It doesn't seem like it's calling for a masterwork (which is good!), but demanding 5 perks when only 4 sockets exist will cause these to never be found.
I started to pull in the initial compliation that was made, but noticed a minor error with the rolls for THE SWARM - the PvE rolls all seem to call for 5 perks.
I used the regex
(\d+),(\d+),(\d+),(\d+),
to find them, as this has been a thing that's tripped me up before. It doesn't seem like it's calling for a masterwork (which is good!), but demanding 5 perks when only 4 sockets exist will cause these to never be found.