aboutsummaryrefslogtreecommitdiff
path: root/data/help/map.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-11 20:41:06 -0400
committerhistoria <[not public]>2026-06-11 20:41:06 -0400
commitd6ab0e93a64525ce34f89e26d5272efbac513c32 (patch)
treed0ec59a72a32a15d0917d9c6c3bfa2f2a424c1f1 /data/help/map.yaml
parent6b2b4bf470b655f01c5a21c5f558a6102402c214 (diff)
downloadthehouseoficarus-d6ab0e93a64525ce34f89e26d5272efbac513c32.tar.gz
feat: big map and options changes
Diffstat (limited to 'data/help/map.yaml')
-rw-r--r--data/help/map.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/help/map.yaml b/data/help/map.yaml
new file mode 100644
index 0000000..3b4917a
--- /dev/null
+++ b/data/help/map.yaml
@@ -0,0 +1,23 @@
+name: "map"
+category: "Exploration"
+description: |
+ Display a full map of the surrounding area.
+
+ Usage: map
+
+ The map shows all explored rooms and their connections,
+ centered on your current location. You are shown as @.
+
+ Map size is controlled by:
+ option mapwidth <num> (default 30)
+ option mapheight <num> (default 20)
+
+ Padding/trimming is controlled by:
+ option mappadding <mode>
+ none - strip blank lines + left-trim (default)
+ x - strip blank lines only
+ y - left-trim only
+ xy - no trimming
+
+ To show the map automatically after each move:
+ option automap on