aboutsummaryrefslogtreecommitdiff
path: root/data/help/symbol.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-27 16:50:41 -0400
committerhistoria <[not public]>2026-06-27 16:50:41 -0400
commit988b006a5bb9edb6465653566e7bdf8175347b8c (patch)
tree3a1fceff2ee80c11b5dafcc49c13ababe021e880 /data/help/symbol.yaml
parent1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff)
downloadthehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'data/help/symbol.yaml')
-rw-r--r--data/help/symbol.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/data/help/symbol.yaml b/data/help/symbol.yaml
index c3ec893..85683a4 100644
--- a/data/help/symbol.yaml
+++ b/data/help/symbol.yaml
@@ -10,14 +10,18 @@ description: |
Examples:
symbol M Set current room symbol to M
- symbol M 232 Set symbol to M with foreground color 232
- symbol M 232 bold Set symbol to M with color 232 and bold
- symbol 233 Set current room's symbol color to 233
+ symbol M E8 Set symbol to M with foreground color E8
+ symbol M E8 bold Set symbol to M with color E8 and bold
+ symbol E9 Set current room's symbol color to E9
symbol reset Remove custom symbol for current room
symbol Show current room's custom symbol
The default map symbol for all rooms is ■. You can override
it per-room with any single character and an optional color spec.
- Colors use standard xterm-256 numbering (0-255) and support
+ Colors use standard xterm-256 numbering (00-FF, hex) and support
bold, dim, and underline modifiers. Check the command
"colortable" for all colors.
+
+ Your per-room symbol and color override the room's builder-set
+ default color on the map. When set, the symbol also appears in
+ dim brackets on the room's name line when you look.