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_dagger.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/recipes/smith_rune_dagger.yaml (limited to 'data/recipes/smith_rune_dagger.yaml') diff --git a/data/recipes/smith_rune_dagger.yaml b/data/recipes/smith_rune_dagger.yaml new file mode 100644 index 0000000..e24c381 --- /dev/null +++ b/data/recipes/smith_rune_dagger.yaml @@ -0,0 +1,12 @@ +id: smith_rune_dagger +type: smithing +skill: smithing +level: 85 +xp: 75 +wait: 4 +station: [anvil] +consume: + - items: [runite_bar] + qty: 1 +output: rune_dagger +message: "You hammer out a rune dagger." -- cgit v1.2.3