Dungeon Modify Time
Added in v2.0.1.
Description
Adjusts the remaining time on the caster's dungeon timer. A positive seconds value adds time, a negative value subtracts it. Does nothing when seconds is 0, when the dungeon has no time limit, or before the dungeon timer has started.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
seconds |
s, amount, a |
Signed number of seconds to add (positive) or remove (negative). A value of 0 does nothing. | 0 |
clampToZero |
clamp |
When true, the remaining time never drops below 1 second, so the mechanic itself cannot end the dungeon. | true |
Examples
Skills:
- dungeonmodifytime{seconds=-30;clampToZero=true} ~onDungeonPlayerDeath
Subtracts 30 seconds from the dungeon timer (never below 1 second) whenever a player dies.
Aliases
-
dmodtime