-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
85 lines (84 loc) · 1.48 KB
/
config.js
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
module.exports = {
skill_data: {
woodcutting: {
icon: '<:Woodcutting:784545972386398248>',
tools: [
{
name: 'Mithril Axe',
delay: [1000, 2500]
},
{
name: 'Rune Axe',
delay: [500, 1000]
},
{
name: 'Dragon Axe',
delay: [0, 200]
}
],
rewards: [
{
name: 'Willow Log',
delay: [250, 500],
xp: 25
},
{
name: 'Yew Log',
delay: [500, 1000],
xp: 50
},
{
name: 'Magic Log',
delay: [1000, 15000],
xp: 75
},
]
}
},
command_to_skill: {
mine: 'mining',
chop: 'woodcutting',
fish: 'fishing',
steal: 'thieving',
mix: 'herblore',
run: 'agility',
runecraft: 'runecrafting',
hunt: 'hunter',
cook: 'cooking',
craft: 'crafting',
fletch: 'fletching',
smith: 'smithing',
build: 'construction',
pray: 'prayer',
farm: 'farming',
burn: 'firemaking'
},
prices: {
},
skills: [
"attack",
"strength",
"defence",
"range",
"magic",
"prayer",
"hitpoint",
"runecrafting",
"construction",
"agility",
"thieving",
"herblore",
"crafting",
"fletching",
"slayer",
"hunter",
"mining",
"smithing",
"fishing",
"cooking",
"firemaking",
"woodcutting",
"farming"
],
commands: []
};