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/smithing.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/smithing.yaml')
| -rw-r--r-- | data/help/smithing.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/help/smithing.yaml b/data/help/smithing.yaml new file mode 100644 index 0000000..c081b15 --- /dev/null +++ b/data/help/smithing.yaml @@ -0,0 +1,26 @@ +name: "smithing" +category: "Skills" +description: | + Smithing is a production skill for creating metal items. + + There are two parts to smithing: + + Smelting (furnace): + Combine ores into bars. Use the "smelt" command near a furnace. + Bronze requires both copper and tin ore. Higher metals need coal. + + Smithing (anvil): + Hammer bars into weapons, armor, and components. Use the "smith" + command near an anvil with a hammer in your inventory. + + Bar Smelt Lvl Ores Required + Bronze 1 Copper ore + Tin ore + Iron 20 Iron ore (50% fail rate) + Silver 25 Silver ore + Steel 40 Iron ore + 2 Coal + Gold 45 Gold ore + Mithril 50 Mithril ore + 4 Coal + Adamantite 65 Adamantite ore + 6 Coal + Runite 80 Runite ore + 8 Coal + + See also: smelt, smith |
