aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/fletching/arrow_shafts.yaml
blob: c3823403bf7b27f1138fdfa07c65a050a9f2008b (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
type: fletching
tool: knife
wait: 5
products:
  - id: arrow_shaft
    output: arrow_shaft
    level: 1
    xp: 5
    output_qty: 15
    consume:
      - items: [logs]
        quantity: 1
  - id: arrow_shaft_oak
    output: arrow_shaft
    level: 15
    xp: 10
    output_qty: 20
    consume:
      - items: [oak_logs]
        quantity: 1
  - id: arrow_shaft_willow
    output: arrow_shaft
    level: 30
    xp: 15
    output_qty: 25
    consume:
      - items: [willow_logs]
        quantity: 1
  - id: arrow_shaft_maple
    output: arrow_shaft
    level: 45
    xp: 20
    output_qty: 30
    consume:
      - items: [maple_logs]
        quantity: 1
  - id: arrow_shaft_yew
    output: arrow_shaft
    level: 60
    xp: 25
    output_qty: 35
    consume:
      - items: [yew_logs]
        quantity: 1
  - id: arrow_shaft_magic
    output: arrow_shaft
    level: 75
    xp: 30
    output_qty: 40
    consume:
      - items: [magic_logs]
        quantity: 1