From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/help/use.yaml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'data/help/use.yaml') 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 on Use item on a specific target - use with Combine two inventory items + use Interact with a station or object + use on Use item on a specific target + use with 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 -- cgit v1.2.3