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

Status Indicators

Display character status conditions (kneeling, hidden, webbed, etc).

Basic Usage

[[windows]]
name = "status"
widget_type = "indicator"
id = "kneeling"
row = 0
col = 0
rows = 1
cols = 3

Properties

PropertyTypeDefaultDescription
idstringrequiredStatus to track
active_colorstringautoColor when active
inactive_colorstring"gray"Color when inactive

Available Statuses

IDDescription
kneelingKneeling position
sittingSitting position
proneLying down
stunnedStunned
webbedWebbed
hiddenHidden
invisibleInvisible
deadDead
bleedingBleeding
poisonedPoisoned
diseasedDiseased

Examples

Single Indicator

[[windows]]
name = "hidden_indicator"
widget_type = "indicator"
id = "hidden"
rows = 1
cols = 3
active_color = "#00FF00"

Status Row

[[windows]]
name = "kneel"
widget_type = "indicator"
id = "kneeling"
row = 0
col = 0
rows = 1
cols = 3

[[windows]]
name = "hide"
widget_type = "indicator"
id = "hidden"
row = 0
col = 3
rows = 1
cols = 3

[[windows]]
name = "stun"
widget_type = "indicator"
id = "stunned"
row = 0
col = 6
rows = 1
cols = 3

Display

  • Shows abbreviated status code (3 chars)
  • Active: colored, Inactive: dimmed
  • Example: KNE (kneeling), HID (hidden)