diff options
| author | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
| commit | e4400c5f1e84c18d2126f2cb502ae10685977cbb (patch) | |
| tree | 0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/recipes/fletching/unstrung_bows.yaml | |
| parent | 5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff) | |
| download | thehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz | |
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/fletching/unstrung_bows.yaml')
| -rw-r--r-- | data/recipes/fletching/unstrung_bows.yaml | 88 |
1 files changed, 88 insertions, 0 deletions
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 |
