Dungeon Mobs
Added in v2.0.1.
Description
Targets every Mythic mob in the caster's dungeon instance world. An optional mob filter restricts the selection to a single internal name (case insensitive).
One-world warning: under
Experimental.OneWorldDungeonsevery concurrent instance shares one world, and this targeter scans the whole world without checking instance bounds. A skill cast in one party's run will also hit the Mythic mobs in every other party's run in the same world. Prefer@roomor a radius targeter there.
Note: the casting mob is never in its own
@dungeonmobsresult, because Mythic'sTargetSelfdefault isfalse. Addtargetself=trueto include it.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
mob |
m |
Optional Mythic mob internal name to restrict targeting to. When empty, all Mythic mobs are targeted. | (empty) |
Examples
WipeAdds:
Skills:
- damage{amount=9999} @dungeonmobs{mob=EliteSkeleton} ~onSignal:enrage
Kills only the
EliteSkeletonmobs anywhere in the instance world. Leave offmobto hit every Mythic mob. Read the one-world warning above before using this in a shared world.
Aliases
-
@dmobs