From ec2e94e3463654a6288464a4c070b48ef9bf7368 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 21:13:07 -0400 Subject: feat: smithing added, item/object interaction reworked. recipes and menus refactored. --- data/recipes/smith_mithril_full_helm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/recipes/smith_mithril_full_helm.yaml (limited to 'data/recipes/smith_mithril_full_helm.yaml') diff --git a/data/recipes/smith_mithril_full_helm.yaml b/data/recipes/smith_mithril_full_helm.yaml new file mode 100644 index 0000000..bef5645 --- /dev/null +++ b/data/recipes/smith_mithril_full_helm.yaml @@ -0,0 +1,12 @@ +id: smith_mithril_full_helm +type: smithing +skill: smithing +level: 57 +xp: 100 +wait: 4 +station: [anvil] +consume: + - items: [mithril_bar] + qty: 2 +output: mithril_full_helm +message: "You hammer out a mithril full helm." -- cgit v1.2.3