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_rune_full_helm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/recipes/smith_rune_full_helm.yaml (limited to 'data/recipes/smith_rune_full_helm.yaml') diff --git a/data/recipes/smith_rune_full_helm.yaml b/data/recipes/smith_rune_full_helm.yaml new file mode 100644 index 0000000..6b69cb1 --- /dev/null +++ b/data/recipes/smith_rune_full_helm.yaml @@ -0,0 +1,12 @@ +id: smith_rune_full_helm +type: smithing +skill: smithing +level: 92 +xp: 150 +wait: 4 +station: [anvil] +consume: + - items: [runite_bar] + qty: 2 +output: rune_full_helm +message: "You hammer out a rune full helm." -- cgit v1.2.3