aboutsummaryrefslogtreecommitdiff
path: root/data/help/verbs.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 04:44:44 -0400
committerhistoria <[not public]>2026-06-20 04:44:44 -0400
commit704627c3410a1dcab12e35cf67628bd014b4b5d8 (patch)
tree4b298bfef86c43af970890c5450e8721aeac8a9d /data/help/verbs.yaml
parentdde563e6810124a73de5ef12e92774c540f9d62e (diff)
downloadthehouseoficarus-704627c3410a1dcab12e35cf67628bd014b4b5d8.tar.gz
feat: added verbs command (probably janky)
Diffstat (limited to 'data/help/verbs.yaml')
-rw-r--r--data/help/verbs.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/help/verbs.yaml b/data/help/verbs.yaml
new file mode 100644
index 0000000..f8d37d6
--- /dev/null
+++ b/data/help/verbs.yaml
@@ -0,0 +1,15 @@
+name: "verbs"
+category: "Exploration"
+description: |
+ Shows every possible command you can use on non-hidden objects, mobs,
+ and exits in the current room. Also called "what", "syntax", or "commands".
+
+ Usage: verbs
+ verbs all
+
+ The base command shows only room-specific interactions — objects you
+ can mine, mobs you can talk to, stations you can use, exits you can
+ take, and ground items you can pick up. General commands like "look"
+ and "say" are omitted since they work in every room.
+
+ Add "all" to include the full list of always-available commands.