aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/strung_bows.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/strung_bows.yaml
parent5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff)
downloadthehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/fletching/strung_bows.yaml')
-rw-r--r--data/recipes/fletching/strung_bows.yaml111
1 files changed, 111 insertions, 0 deletions
diff --git a/data/recipes/fletching/strung_bows.yaml b/data/recipes/fletching/strung_bows.yaml
new file mode 100644
index 0000000..c7e2c3d
--- /dev/null
+++ b/data/recipes/fletching/strung_bows.yaml
@@ -0,0 +1,111 @@
+type: fletching
+wait: 2
+products:
+ - id: shortbow
+ output: shortbow
+ level: 5
+ xp: 5
+ consume:
+ - items: [shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: longbow
+ output: longbow
+ level: 10
+ xp: 10
+ consume:
+ - items: [longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: oak_shortbow
+ output: oak_shortbow
+ level: 20
+ xp: 16
+ consume:
+ - items: [oak_shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: oak_longbow
+ output: oak_longbow
+ level: 25
+ xp: 25
+ consume:
+ - items: [oak_longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: willow_shortbow
+ output: willow_shortbow
+ level: 35
+ xp: 33
+ consume:
+ - items: [willow_shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: willow_longbow
+ output: willow_longbow
+ level: 40
+ xp: 41
+ consume:
+ - items: [willow_longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: maple_shortbow
+ output: maple_shortbow
+ level: 50
+ xp: 50
+ consume:
+ - items: [maple_shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: maple_longbow
+ output: maple_longbow
+ level: 55
+ xp: 58
+ consume:
+ - items: [maple_longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: yew_shortbow
+ output: yew_shortbow
+ level: 60
+ xp: 67
+ consume:
+ - items: [yew_shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: yew_longbow
+ output: yew_longbow
+ level: 65
+ xp: 75
+ consume:
+ - items: [yew_longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: magic_shortbow
+ output: magic_shortbow
+ level: 80
+ xp: 83
+ consume:
+ - items: [magic_shortbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1
+ - id: magic_longbow
+ output: magic_longbow
+ level: 85
+ xp: 91
+ consume:
+ - items: [magic_longbow_u]
+ quantity: 1
+ - items: [bowstring]
+ quantity: 1