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_arrowtips.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/recipes/smith_mithril_arrowtips.yaml (limited to 'data/recipes/smith_mithril_arrowtips.yaml') diff --git a/data/recipes/smith_mithril_arrowtips.yaml b/data/recipes/smith_mithril_arrowtips.yaml new file mode 100644 index 0000000..dd0edf4 --- /dev/null +++ b/data/recipes/smith_mithril_arrowtips.yaml @@ -0,0 +1,13 @@ +id: smith_mithril_arrowtips +type: smithing +skill: smithing +level: 55 +xp: 50 +wait: 4 +station: [anvil] +consume: + - items: [mithril_bar] + qty: 1 +output: mithril_arrowtips +output_qty: 15 +message: "You hammer out some mithril arrowtips." -- cgit v1.2.3