Swarm of Decay filter expression help

Hey!

I have been looking at our logs for Lords of Dread, and I want to be able to see the healing done only while the bosses are casting swarm of decay/swarm of darkness with a filter. I can do this easily for damage numbers with a query that matches damage when the buff is present on target, but I haven’t been able to figure out how to do this for healing numbers–a similar filter with the buff present on boss shows nothing in the healing tab.

I am suspecting this might be done with an IN RANGE expression of some sort, but I am not very good at the syntax.

Any help would be greatly appreciated!

Hi there!

You can do this with the IN RANGE expression, for Swarm specifically try this one:

IN RANGE FROM type = “applybuff” AND ability.name = “Swarm of Darkness” TO type = “removebuff” AND ability.name = “Swarm of Darkness” END