diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /data/help/use.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/help/use.yaml')
| -rw-r--r-- | data/help/use.yaml | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/data/help/use.yaml b/data/help/use.yaml index 92c717f..8139f8e 100644 --- a/data/help/use.yaml +++ b/data/help/use.yaml @@ -4,28 +4,35 @@ description: | Use an item on a target — the universal interaction command. Usage: - use <item> on <target> Use item on a specific target - use <item> with <item> Combine two inventory items + use <target> Interact with a station or object + use <item> on <target> Use item on a specific target + use <item> with <item> Combine two inventory items The "use" command routes to different systems based on the target: - Station object (furnace, anvil, fire, range) - If recipes match the item and station, opens a production menu. + Station object (furnace, anvil, fire, range, workbench, etc.) + Shows a combined production menu of all recipes you can make. Object with use_interactions Shows a message or triggers an action (flags, teleport, etc.). + Some interactions need a specific item; bare interactions run + immediately. Object with behavior - Dispatches to the object's behavior (gather, talk, toggle). + Dispatches to the object's behavior (gather, talk, use). Inventory item If a MadeFrom recipe matches both items, starts a combine production action. You are prompted "How many?" before starting. Examples: - use trout on fire Cook trout on a campfire - use copper ore on furnace Smelt copper ore - use bronze bar on anvil Smith bronze items - use flour on water Combine into dough + use range Cook using a cooking range + use furnace Smelt ore or craft jewelry + use anvil Smith bars into equipment + use trout on fire Cook trout on a campfire + use copper ore on furnace Smelt copper ore + use bronze bar on anvil Smith bronze items + use flour on water Combine into dough + push gate Push a gate open (shortcut for use) See also: cook, smelt, smith, recipe |
