aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/arrow_shafts.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 23:43:35 -0400
committerhistoria <[not public]>2026-06-20 23:43:35 -0400
commit470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch)
treeff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/recipes/fletching/arrow_shafts.yaml
parent010fa439399581391fcd509d2058191ff4fa74b3 (diff)
downloadthehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/recipes/fletching/arrow_shafts.yaml')
-rw-r--r--data/recipes/fletching/arrow_shafts.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/data/recipes/fletching/arrow_shafts.yaml b/data/recipes/fletching/arrow_shafts.yaml
deleted file mode 100644
index c382340..0000000
--- a/data/recipes/fletching/arrow_shafts.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-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