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/bolt_feathering.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/bolt_feathering.yaml')
| -rw-r--r-- | data/recipes/fletching/bolt_feathering.yaml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/data/recipes/fletching/bolt_feathering.yaml b/data/recipes/fletching/bolt_feathering.yaml deleted file mode 100644 index 2197de1..0000000 --- a/data/recipes/fletching/bolt_feathering.yaml +++ /dev/null @@ -1,63 +0,0 @@ -type: fletching -wait: 0 -products: - - id: bronze_bolts - output: bronze_bolts - level: 9 - xp: 5 - output_qty: 10 - consume: - - items: [bronze_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: iron_bolts - output: iron_bolts - level: 39 - xp: 15 - output_qty: 10 - consume: - - items: [iron_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: steel_bolts - output: steel_bolts - level: 46 - xp: 35 - output_qty: 10 - consume: - - items: [steel_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: mithril_bolts - output: mithril_bolts - level: 54 - xp: 50 - output_qty: 10 - consume: - - items: [mithril_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: adamant_bolts - output: adamant_bolts - level: 61 - xp: 70 - output_qty: 10 - consume: - - items: [adamant_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: rune_bolts - output: rune_bolts - level: 69 - xp: 100 - output_qty: 10 - consume: - - items: [rune_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 |
