blob: c7e2c3d1191c3d8c6cd9695606a2aa25420ee7b7 (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
type: fletching
wait: 2
products:
- id: shortbow
output: shortbow
level: 5
xp: 5
consume:
- items: [shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: longbow
output: longbow
level: 10
xp: 10
consume:
- items: [longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: oak_shortbow
output: oak_shortbow
level: 20
xp: 16
consume:
- items: [oak_shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: oak_longbow
output: oak_longbow
level: 25
xp: 25
consume:
- items: [oak_longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: willow_shortbow
output: willow_shortbow
level: 35
xp: 33
consume:
- items: [willow_shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: willow_longbow
output: willow_longbow
level: 40
xp: 41
consume:
- items: [willow_longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: maple_shortbow
output: maple_shortbow
level: 50
xp: 50
consume:
- items: [maple_shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: maple_longbow
output: maple_longbow
level: 55
xp: 58
consume:
- items: [maple_longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: yew_shortbow
output: yew_shortbow
level: 60
xp: 67
consume:
- items: [yew_shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: yew_longbow
output: yew_longbow
level: 65
xp: 75
consume:
- items: [yew_longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: magic_shortbow
output: magic_shortbow
level: 80
xp: 83
consume:
- items: [magic_shortbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
- id: magic_longbow
output: magic_longbow
level: 85
xp: 91
consume:
- items: [magic_longbow_u]
quantity: 1
- items: [bowstring]
quantity: 1
|