aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/arrow_shafts.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 03:20:01 -0400
committerhistoria <[not public]>2026-06-20 03:20:01 -0400
commite4400c5f1e84c18d2126f2cb502ae10685977cbb (patch)
tree0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/recipes/fletching/arrow_shafts.yaml
parent5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff)
downloadthehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/fletching/arrow_shafts.yaml')
-rw-r--r--data/recipes/fletching/arrow_shafts.yaml52
1 files changed, 52 insertions, 0 deletions
diff --git a/data/recipes/fletching/arrow_shafts.yaml b/data/recipes/fletching/arrow_shafts.yaml
new file mode 100644
index 0000000..c382340
--- /dev/null
+++ b/data/recipes/fletching/arrow_shafts.yaml
@@ -0,0 +1,52 @@
+type: fletching
+tool: knife
+wait: 5
+products:
+ - id: arrow_shaft
+ output: arrow_shaft
+ level: 1
+ xp: 5
+ output_qty: 15
+ consume:
+ - items: [logs]
+ quantity: 1
+ - id: arrow_shaft_oak
+ output: arrow_shaft
+ level: 15
+ xp: 10
+ output_qty: 20
+ consume:
+ - items: [oak_logs]
+ quantity: 1
+ - id: arrow_shaft_willow
+ output: arrow_shaft
+ level: 30
+ xp: 15
+ output_qty: 25
+ consume:
+ - items: [willow_logs]
+ quantity: 1
+ - id: arrow_shaft_maple
+ output: arrow_shaft
+ level: 45
+ xp: 20
+ output_qty: 30
+ consume:
+ - items: [maple_logs]
+ quantity: 1
+ - id: arrow_shaft_yew
+ output: arrow_shaft
+ level: 60
+ xp: 25
+ output_qty: 35
+ consume:
+ - items: [yew_logs]
+ quantity: 1
+ - id: arrow_shaft_magic
+ output: arrow_shaft
+ level: 75
+ xp: 30
+ output_qty: 40
+ consume:
+ - items: [magic_logs]
+ quantity: 1