Dungeon Time Left
Added in v2.0.1.
Description
Compares the seconds remaining before the target's dungeon times out against a threshold. Always false on dungeons without a time limit. Note that this condition defaults its operator to <=, unlike the other threshold conditions.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
time |
t, seconds, s |
Threshold in seconds to compare the remaining time against. | 0 |
op |
operator |
Comparison operator. See Comparison operators. | <= |
Examples
FinalMinute:
Conditions:
- dungeontimeleft{time=60;op=<=}
Passes when sixty seconds or fewer remain, and never on a dungeon without a time limit.
Aliases
-
dungeonremaining