diff options
| author | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
| commit | a226d72e51eecb768b13600303f73483118d9104 (patch) | |
| tree | 458d15ef049732c15dacc591a830d3beddbedfde /data/help/use.yaml | |
| parent | 6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff) | |
| download | thehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz | |
feat: implemented janky object interaction model
Diffstat (limited to 'data/help/use.yaml')
| -rw-r--r-- | data/help/use.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/help/use.yaml b/data/help/use.yaml new file mode 100644 index 0000000..41ceb34 --- /dev/null +++ b/data/help/use.yaml @@ -0,0 +1,13 @@ +name: "use" +category: "Skills" +description: | + Use a crafting station or interactive object. + + Usage: use <object> + + Some objects can be used for crafting (furnaces, anvils, spinning wheels, + ranges, etc.). Using an object typically consumes items from your + inventory and produces something new, with an optional skill check. + + You need the required materials in your inventory. The action continues + until you run out of materials or inventory space. |
