Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Countdowns

Display roundtime, cast time, and stun timers.

Basic Usage

[[windows]]
name = "roundtime"
widget_type = "countdown"
id = "roundtime"
row = 0
col = 0
rows = 1
cols = 15

Properties

PropertyTypeDefaultDescription
idstringrequiredTimer type
labelstringautoCustom label
bar_colorstringautoBar color

Timer Types

IDDescription
roundtimeAction roundtime (RT)
casttimeSpell cast time (CT)
stuntimeStun duration

Examples

Roundtime Bar

[[windows]]
name = "rt"
widget_type = "countdown"
id = "roundtime"
rows = 1
cols = 20
bar_color = "#FFD700"

Cast Time

[[windows]]
name = "ct"
widget_type = "countdown"
id = "casttime"
rows = 1
cols = 15
bar_color = "#9370DB"

Stun Timer

[[windows]]
name = "stun"
widget_type = "countdown"
id = "stuntime"
rows = 1
cols = 15
bar_color = "#FF4500"

Display

  • Shows remaining seconds with visual bar
  • Bar depletes as time passes
  • Empty/hidden when not active