From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- data/recipes/fletching/unstrung_bows.yaml | 88 +++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 data/recipes/fletching/unstrung_bows.yaml (limited to 'data/recipes/fletching/unstrung_bows.yaml') diff --git a/data/recipes/fletching/unstrung_bows.yaml b/data/recipes/fletching/unstrung_bows.yaml new file mode 100644 index 0000000..3195c8d --- /dev/null +++ b/data/recipes/fletching/unstrung_bows.yaml @@ -0,0 +1,88 @@ +type: fletching +tool: knife +wait: 3 +products: + - id: shortbow_u + output: shortbow_u + level: 5 + xp: 5 + consume: + - items: [logs] + quantity: 1 + - id: longbow_u + output: longbow_u + level: 10 + xp: 10 + consume: + - items: [logs] + quantity: 1 + - id: oak_shortbow_u + output: oak_shortbow_u + level: 20 + xp: 16 + consume: + - items: [oak_logs] + quantity: 1 + - id: oak_longbow_u + output: oak_longbow_u + level: 25 + xp: 25 + consume: + - items: [oak_logs] + quantity: 1 + - id: willow_shortbow_u + output: willow_shortbow_u + level: 35 + xp: 33 + consume: + - items: [willow_logs] + quantity: 1 + - id: willow_longbow_u + output: willow_longbow_u + level: 40 + xp: 41 + consume: + - items: [willow_logs] + quantity: 1 + - id: maple_shortbow_u + output: maple_shortbow_u + level: 50 + xp: 50 + consume: + - items: [maple_logs] + quantity: 1 + - id: maple_longbow_u + output: maple_longbow_u + level: 55 + xp: 58 + consume: + - items: [maple_logs] + quantity: 1 + - id: yew_shortbow_u + output: yew_shortbow_u + level: 60 + xp: 67 + consume: + - items: [yew_logs] + quantity: 1 + - id: yew_longbow_u + output: yew_longbow_u + level: 65 + xp: 75 + consume: + - items: [yew_logs] + quantity: 1 + - id: magic_shortbow_u + output: magic_shortbow_u + level: 80 + xp: 83 + consume: + - items: [magic_logs] + quantity: 1 + - id: magic_longbow_u + output: magic_longbow_u + level: 85 + xp: 91 + consume: + - items: [magic_logs] + quantity: 1 -- cgit v1.2.3