Room Mob Count
Added in v2.0.1.
Description
Compares the number of Mythic mobs inside a room against a threshold. If room is set it names the room by template; otherwise the target's current room is used. An optional mob filter restricts the count to one internal name.
Procedural only.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
room |
r |
Room name (the room's rooms/<name>.yml entry) to scan, case insensitive. When empty, the target's current room is used. |
(empty) |
mob |
m |
Optional Mythic mob internal name to count. | (empty) |
count |
c, amount, a |
Threshold to compare the mob count against. | 0 |
op |
operator |
Comparison operator. See Comparison operators. | >= |
Examples
TooManyEnemies:
Conditions:
- roommobcount{room=arena;count=3;op=>}
Passes while more than three Mythic mobs are inside the
arenaroom.
Aliases
-
rmobcount