aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/tipped_arrows.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/tipped_arrows.yaml
parent5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff)
downloadthehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/fletching/tipped_arrows.yaml')
-rw-r--r--data/recipes/fletching/tipped_arrows.yaml63
1 files changed, 63 insertions, 0 deletions
diff --git a/data/recipes/fletching/tipped_arrows.yaml b/data/recipes/fletching/tipped_arrows.yaml
new file mode 100644
index 0000000..8e4530b
--- /dev/null
+++ b/data/recipes/fletching/tipped_arrows.yaml
@@ -0,0 +1,63 @@
+type: fletching
+wait: 2
+products:
+ - id: bronze_arrow
+ output: bronze_arrow
+ level: 1
+ xp: 1
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [bronze_arrowtips]
+ quantity: 15
+ - id: iron_arrow
+ output: iron_arrow
+ level: 15
+ xp: 2
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [iron_arrowtips]
+ quantity: 15
+ - id: steel_arrow
+ output: steel_arrow
+ level: 30
+ xp: 5
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [steel_arrowtips]
+ quantity: 15
+ - id: mithril_arrow
+ output: mithril_arrow
+ level: 45
+ xp: 7
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [mithril_arrowtips]
+ quantity: 15
+ - id: adamant_arrow
+ output: adamant_arrow
+ level: 60
+ xp: 10
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [adamant_arrowtips]
+ quantity: 15
+ - id: rune_arrow
+ output: rune_arrow
+ level: 75
+ xp: 12
+ output_qty: 15
+ consume:
+ - items: [headless_arrow]
+ quantity: 15
+ - items: [rune_arrowtips]
+ quantity: 15