aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/bolt_feathering.yaml
blob: 2197de128fc8da482972c81538959d2aa384d847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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