-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreqsData.js
103 lines (103 loc) · 3.01 KB
/
reqsData.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
export default {
"Fighter torso": {
quests: [],
skills: { defence: 40, "Honour points in each role": 375},
guide: "https://oldschool.runescape.wiki/w/Fighter_torso"
},
"Fremennik helmets": {
quests: ["The Fremennik Trials"],
skills: { defence: 45 },
guide: "https://oldschool.runescape.wiki/w/Fremennik_helmets"
},
"Helm of neitiznot": {
quests: ["The Fremennik Isles"],
skills: { defence: 55 },
guide: "https://oldschool.runescape.wiki/w/Helm_of_neitiznot"
},
"Ava's attractor/accumulator": {
quests: ["Animal Magnetism"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Ava%27s_device"
},
"Ava's assembler": {
quests: ["Dragon Slayer II"],
skills: { ranged: 70 },
guide: "https://oldschool.runescape.wiki/w/Ava%27s_assembler"
},
"Fire cape": {
quests: [],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Fire_cape"
},
"Infernal cape": {
quests: ["Fire cape"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Infernal_cape"
},
"Graceful outfit": {
quests: [],
skills: { "Marks of grace": 260 },
guide: "https://oldschool.runescape.wiki/w/Graceful_outfit"
},
"Void knight set": {
quests: [],
skills: { attack: 42,
strength: 42,
defence: 42,
hitpoints: 42,
ranged: 42,
magic: 42,
prayer: 22 },
guide: "https://oldschool.runescape.wiki/w/Void_Knight_equipment"
},
"Elite void knight top/bottom": {
quests: ["Western Provinces Hard diary"],
skills: { "Void Knight commendation points": 400 },
guide: "https://oldschool.runescape.wiki/w/Elite_Void_Knight_equipment"
},
"Barrows gloves": {
quests: ["Recipe for Disaster"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Barrows_gloves"
},
"Dragon defender": {
quests: [],
skills: { "total attack + strength": 130, defence: 60 },
guide: "https://oldschool.runescape.wiki/w/Dragon_defender"
},
"Slayer helmet": {
quests: [],
skills: { defence: 10, "Slayer reward points": 300 },
guide: "https://oldschool.runescape.wiki/w/Slayer_helmet"
},
"Salve amulet (e)": {
quests: ["Lair of Tarn Razorlor"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Salve_amulet_(e)"
},
"Rune pouch": {
quests: [],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Rune_pouch"
},
"God cape": {
quests: ["The Mage Arena"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/God_capes"
},
"Imbued god cape": {
quests: ["The Mage Arena II"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/God_capes"
},
"Crystal saw": {
quests: ["The Eyes of Glouphrie"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Crystal_saw"
},
"Magic secateurs": {
quests: ["Fairytale I - Growing Pains"],
skills: {},
guide: "https://oldschool.runescape.wiki/w/Magic_secateurs"
},
}