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/shop.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'data/help/shop.yaml') diff --git a/data/help/shop.yaml b/data/help/shop.yaml index a0fd187..cc20420 100644 --- a/data/help/shop.yaml +++ b/data/help/shop.yaml @@ -6,15 +6,22 @@ description: | Find a shopkeeper NPC and talk to them to open their shop. While browsing a shop, these commands are available: - browse List all items for sale with buy/sell prices - list Same as browse - buy Purchase an item with credits (use # to buy by number) - sell Sell an item from your inventory for credits - leave Exit the shop and return to conversation + browse List all items for sale with buy/sell prices + list Same as browse + buy Buy an item by name (e.g. "buy fishing bait") + buy Buy a quantity of an item (e.g. "buy 5 bait") + buy all Buy as many as you can afford and carry + sell Sell an item by name (e.g. "sell bronze sword") + sell Sell a quantity of an item (e.g. "sell 3 logs") + sell all Sell all of that item from your inventory + leave Exit the shop and return to conversation + + Partial names work: "buy bait" matches "fishing bait". If a name + matches multiple items, a list is shown to disambiguate. Shops buy items at a lower price than they sell them. Some items cannot be sold back. Shopkeepers can be found throughout the world: - General Store: Town Square (sells tools and supplies) - - Smithy: Forge (sells weapons, armor, and tools) \ No newline at end of file + - Smithy: Forge (sells weapons, armor, and tools) -- cgit v1.2.3