diff options
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 |
