UNPKG

5.47 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.oldschool = {};
4exports.runescape = {
5 bestiary: {
6 endpoints: {
7 beast: `http://services.runescape.com/m=itemdb_rs/bestiary/beastData.json?beastid=`,
8 beastTerm: `http://services.runescape.com/m=itemdb_rs/bestiary/beastSearch.json?term=`,
9 beastLetter: `http://services.runescape.com/m=itemdb_rs/bestiary/bestiaryNames.json?letter=`,
10 areas: `http://services.runescape.com/m=itemdb_rs/bestiary/areaNames.json`,
11 beastArea: `http://services.runescape.com/m=itemdb_rs/bestiary/areaBeasts.json?identifier=`,
12 beastSlayer: `http://services.runescape.com/m=itemdb_rs/bestiary/slayerBeasts.json?identifier=`,
13 beastWeakness: `http://services.runescape.com/m=itemdb_rs/bestiary/weaknessBeasts.json?identifier=`,
14 beastLevel: `http://services.runescape.com/m=itemdb_rs/bestiary/levelGroup.json?identifier=`,
15 slayerCategories: `http://services.runescape.com/m=itemdb_rs/bestiary/bestiary/slayerCatNames.json`,
16 weaknesses: `http://services.runescape.com/m=itemdb_rs/bestiary/bestiary/weaknessNames.json`,
17 },
18 },
19 grandexchange: {
20 endpoints: {
21 category: `http://services.runescape.com/m=itemdb_rs/api/catalogue/category.json?category=`,
22 categoryPrices: `http://services.runescape.com/m=itemdb_rs/api/catalogue/items.json?`,
23 item: `http://services.runescape.com/m=itemdb_rs/api/catalogue/detail.json?item=`,
24 itemGraph: `http://services.runescape.com/m=itemdb_rs/api/graph/`,
25 },
26 categories: [
27 "Miscellaneous",
28 "Ammo",
29 "Arrows",
30 "Bolts",
31 "Construction materials",
32 "Construction projects",
33 "Cooking ingredients",
34 "Costumes",
35 "Crafting materials",
36 "Familiars",
37 "Farming produce",
38 "Fletching materials",
39 "Food and drink",
40 "Herblore materials",
41 "Hunting equipment",
42 "Hunting produce",
43 "Jewellery",
44 "Mage armour",
45 "Mage weapons",
46 "Melee armour - low level",
47 "Melee armour - mid level",
48 "Melee armour - high level",
49 "Melee weapons - low level",
50 "Melee weapons - mid level",
51 "Melee weapons - high level",
52 "Mining and smithing",
53 "Potions",
54 "Prayer armour",
55 "Prayer materials",
56 "Range armour",
57 "Range weapons",
58 "Runecrafting",
59 "Runes, Spells and Teleports",
60 "Seeds",
61 "Summoning scrolls",
62 "Tools and containers",
63 "Woodcutting product",
64 "Pocket items",
65 ],
66 },
67 hiscores: {
68 endpoints: {
69 normal: `http://services.runescape.com/m=hiscore/index_lite.ws`,
70 ironman: `http://services.runescape.com/m=hiscore_ironman/index_lite.ws`,
71 hardcore: `http://services.runescape.com/m=hiscore_hardcore_ironman/index_lite.ws`,
72 clan: `http://services.runescape.com/m=clan-hiscores/members_lite.ws`,
73 },
74 activities: [
75 `Bounty Hunters`,
76 `B.H. Rogues`,
77 `Dominion Tower`,
78 `The Crucible`,
79 `Castle Wars Games`,
80 `B.A Attackers`,
81 `B.A Defenders`,
82 `B.A Collectors`,
83 `B.A Healers`,
84 `Duel Tournament`,
85 `Mobilising Armies`,
86 `Conquest`,
87 `Fist of Guthix`,
88 `GG: Resource Race`,
89 `GG: Athletics`,
90 `WE2: Armadyl Lifetime Contribution`,
91 `WE2: Bandos Lifetime Contribution`,
92 `WE2: Armadyl PvP kills`,
93 `WE2: Bandos PvP kills`,
94 `Heist Guard Level`,
95 `Heist Robber Level`,
96 `CFP: 5 Game Average`,
97 `AF15: Cow Tipping`,
98 `AF15: Rats killed after the miniquest`,
99 `RuneScore`,
100 `Clue Scrolls (easy)`,
101 `Clue Scrolls (medium)`,
102 `Clue Scrolls (hard)`,
103 `Clue Scrolls (elite)`,
104 `Clue Scrolls (master)`,
105 ],
106 skills: [
107 `Overall`,
108 `Attack`,
109 `Defence`,
110 `Strength`,
111 `Hitpoints`,
112 `Ranged`,
113 `Prayer`,
114 `Magic`,
115 `Cooking`,
116 `Woodcutting`,
117 `Fletching`,
118 `Fishing`,
119 `Firemaking`,
120 `Crafting`,
121 `Smithing`,
122 `Mining`,
123 `Herblore`,
124 `Agility`,
125 `Thieving`,
126 `Slayer`,
127 `Farming`,
128 `Runecrafting`,
129 `Hunter`,
130 `Construction`,
131 `Summoning`,
132 `Dungeoneering`,
133 `Divination`,
134 `Invention`,
135 ],
136 },
137 runemetrics: {
138 endpoints: {
139 profile: `https://apps.runescape.com/runemetrics/profile/profile`,
140 monthlyXp: `https://apps.runescape.com/runemetrics/xp-monthly`,
141 quests: `https://apps.runescape.com/runemetrics/quests`,
142 },
143 },
144 other: {
145 totalUsers: `https://secure.runescape.com/m=account-creation-reports/rsusertotal.ws`,
146 },
147};
148//# sourceMappingURL=configs.js.map
\No newline at end of file