diff options
| author | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
| commit | ec2e94e3463654a6288464a4c070b48ef9bf7368 (patch) | |
| tree | 3c5df0f9a6a5968fa4c725a7d331825883ae798c /data/help/smelt.yaml | |
| parent | eef5ddaa94f8cff6010d092c30fed53d2be01524 (diff) | |
| download | thehouseoficarus-ec2e94e3463654a6288464a4c070b48ef9bf7368.tar.gz | |
feat: smithing added, item/object interaction reworked. recipes and menus refactored.
Diffstat (limited to 'data/help/smelt.yaml')
| -rw-r--r-- | data/help/smelt.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/smelt.yaml b/data/help/smelt.yaml new file mode 100644 index 0000000..ac38546 --- /dev/null +++ b/data/help/smelt.yaml @@ -0,0 +1,22 @@ +name: "smelt" +category: "Skills" +description: | + Smelt ore into bars at a furnace. + + Usage: smelt <item> Smelt a specific ore + smelt Show all bars you can smelt right now + + Smelting requires a furnace in the room. Before smelting starts, + you are prompted "How many?" — press return for all, type a + number, or type anything else to cancel. + + If an ore can produce multiple products (e.g. iron ore can make + iron bars or steel bars with coal), a menu appears. + + You can also smelt by using ore on the furnace: + use copper ore on furnace + + Iron smelting has a 50% chance of failure — the ore is consumed + but no bar is produced. + + See also: smithing, smith, use |
