diff options
| author | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
| commit | e4400c5f1e84c18d2126f2cb502ae10685977cbb (patch) | |
| tree | 0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/recipes/fletching/bolt_feathering.yaml | |
| parent | 5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff) | |
| download | thehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz | |
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/fletching/bolt_feathering.yaml')
| -rw-r--r-- | data/recipes/fletching/bolt_feathering.yaml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/data/recipes/fletching/bolt_feathering.yaml b/data/recipes/fletching/bolt_feathering.yaml new file mode 100644 index 0000000..2197de1 --- /dev/null +++ b/data/recipes/fletching/bolt_feathering.yaml @@ -0,0 +1,63 @@ +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 |
