diff options
Diffstat (limited to 'data/help/symbol.yaml')
| -rw-r--r-- | data/help/symbol.yaml | 12 |
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. |
