aboutsummaryrefslogtreecommitdiff
path: root/data/help
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-22 04:24:11 -0400
committerhistoria <[not public]>2026-06-22 04:24:11 -0400
commit5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 (patch)
tree18f500ca3492ba206a3f66e2f01146b05a1675b2 /data/help
parent7f07c7236578e1a7bcef0282ff9d7f5bf8c7c045 (diff)
downloadthehouseoficarus-5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629.tar.gz
feat: map now only reveals with exploration. players can set custom map symbols.
Diffstat (limited to 'data/help')
-rw-r--r--data/help/safespot.yaml6
-rw-r--r--data/help/symbol.yaml21
2 files changed, 24 insertions, 3 deletions
diff --git a/data/help/safespot.yaml b/data/help/safespot.yaml
index b18142c..7a41e97 100644
--- a/data/help/safespot.yaml
+++ b/data/help/safespot.yaml
@@ -31,8 +31,8 @@ description: |
"quest_animal_magnetism" or achievement flags like
"achieve_medium_combat".
- You can customize the alert shown when you are forced out of a
- safespot with: option safespot_alert <message>
- Set to "none" to disable. Uses inline color tags.
+ You can customize the alert shown when you are forced out of a
+ safespot with: option safespot_alert <message>
+ Uses inline color tags.
See also: help hide, help combat, help option
diff --git a/data/help/symbol.yaml b/data/help/symbol.yaml
new file mode 100644
index 0000000..56c91d1
--- /dev/null
+++ b/data/help/symbol.yaml
@@ -0,0 +1,21 @@
+name: "symbol"
+category: "Exploration"
+description: |
+ Set a custom map symbol for the current room.
+
+ Usage: symbol <char> [color...]
+ symbol clear
+ symbol
+
+ 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 clear 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
+ bold, dim, and underline modifiers. Check the command
+ "colortable" for all colors.