File Details
DungeonScreenshot_30-03-26.zip
- R
- Mar 30, 2026
- 13.98 KB
- 475
- 12.0.5+4
- Classic + 3
File Name
DungeonScreenshot_30-03-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
## [3.4] - 2026-03-30
### Added
- **Cooldown in the settings panel** — minimum seconds between automatic screenshots (`ADS_DB.cooldown`, range 2–60) is now editable next to the delay field, with a `GameTooltip` (`TT_COOLDOWN`) in English, Ukrainian, and Russian.
- **`NormalizeCooldown()`** — shared validation for cooldown on load and when the field changes; invalid values fall back to the default with a chat notice (same pattern as delay).
- **Slash commands** — `/ds cooldown <sec>` and **`/ds cd <sec>`** update cooldown and sync the options field; help text (`/ds help`) lists `cooldown`. New messages: `COOLDOWN_SET`, `INVALID_COOLDOWN` (localized).
### Changed
- **`ApplyDefaults()`** applies cooldown via `NormalizeCooldown()` instead of duplicating clamp logic.

