diff options
| author | historia <[not public]> | 2026-06-20 23:43:35 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 23:43:35 -0400 |
| commit | 470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch) | |
| tree | ff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/recipes/fletching/unstrung_bows.yaml | |
| parent | 010fa439399581391fcd509d2058191ff4fa74b3 (diff) | |
| download | thehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz | |
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/recipes/fletching/unstrung_bows.yaml')
| -rw-r--r-- | data/recipes/fletching/unstrung_bows.yaml | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/data/recipes/fletching/unstrung_bows.yaml b/data/recipes/fletching/unstrung_bows.yaml deleted file mode 100644 index 3195c8d..0000000 --- a/data/recipes/fletching/unstrung_bows.yaml +++ /dev/null @@ -1,88 +0,0 @@ -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 |
