-
Notifications
You must be signed in to change notification settings - Fork 91
/
features.js
436 lines (436 loc) · 15.1 KB
/
features.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
export default [
{
image: '/img/features/mousehighlight.png',
title: 'Action tooltips',
description: 'Displays tooltips for actions under your mouse cursor.',
link: 'https://github.com/runelite/runelite/wiki/Mouse-Tooltips'
},
{
image: '/img/features/agility.png',
title: 'Agility',
description:
'Displays clickboxes for agility courses, and counts the number of laps you have done.',
link: 'https://github.com/runelite/runelite/wiki/Agility'
},
{
image: '/img/features/kourend.png',
title: 'Arceuus Library',
description: 'Shows you where books are in the Arceuus Library.',
link: 'https://github.com/runelite/runelite/wiki/Kourend-Library'
},
{
image: '/img/features/attackstyles.png',
title: 'Attack style',
description: 'Indicates your attack style and hides unwanted styles.',
link: 'https://github.com/runelite/runelite/wiki/Attack-Styles'
},
{
image: '/img/features/bankeval.png',
title: 'Bank evaluator',
description:
"Displays your bank's total value based on GE and alch prices.",
link: 'https://github.com/runelite/runelite/wiki/Bank'
},
{
image: '/img/features/banktags.png',
title: 'Bank tags',
description: 'Allows you to set searchable tags on items for your bank.',
link: 'https://github.com/runelite/runelite/wiki/Bank-Tags'
},
{
image: '/img/features/tagtabs.png',
title: 'Bank Tag Tabs',
description:
'A tab on the left side of the bank to auto search the assigned tag when clicked.',
link: 'https://github.com/runelite/runelite/wiki/Bank-Tags'
},
{
image: '/img/features/barbassault.png',
title: 'Barbarian Assault',
description: 'Displays a timer for the next change of horn commands.',
link: 'https://github.com/runelite/runelite/wiki/Barbarian-Assault'
},
{
image: '/img/features/barrows.png',
title: 'Barrows',
description: 'Marks the location of brothers and shows puzzle answers',
link: 'https://github.com/runelite/runelite/wiki/Barrows-Brothers'
},
{
image: '/img/features/blastfurnace.png',
title: 'Blast Furnace',
description:
'Shows your current bars/ores and marks the clickbox of the conveyor belt.',
link: 'https://github.com/runelite/runelite/wiki/Blast-Furnace'
},
{
image: '/img/features/birdhouses.png',
title: 'Birdhouse Timers',
description: 'Displays birdhouses and approximate completion.',
link: 'https://github.com/runelite/runelite/wiki/Time-Tracking'
},
{
image: '/img/features/cannontiles.png',
title: 'Cannon double hit spots',
description:
'Shows you where to position enemies for double cannonball hits.',
link: 'https://github.com/runelite/runelite/wiki/Cannon'
},
{
image: '/img/features/chatcolor.png',
title: 'Chat Color',
description:
'Configures chat colors for each type of message in transparent and non transparent chat.',
link: 'https://github.com/runelite/runelite/wiki/Chat-Color'
},
{
image: '/img/features/chatcommands.png',
title: 'Chat commands',
description:
'Allows easy lookup of !level(s), !price(s), !kc(s), and !pb(s) from the chat box.',
link: 'https://github.com/runelite/runelite/wiki/Chat-Commands'
},
{
image: '/img/features/clanchat.png',
title: 'Clan chat',
description: "Adds the sender's rank to clan chat messages.",
link: 'https://github.com/runelite/runelite/wiki/Clan-Chat'
},
{
image: '/img/features/cluescroll.png',
title: 'Clue scroll helper',
description:
'Gives answers to clue scroll riddles/anagrams/ciphers/cryptic clues.',
link: 'https://github.com/runelite/runelite/wiki/Clue-Scroll'
},
{
image: '/img/features/moveableoverlay.png',
title: 'Custom overlay position',
description:
'Allows you to move RuneLite overlays to any position on the screen.',
link:
'https://github.com/runelite/runelite/wiki/General-Features#moving-overlays'
},
{
image: '/img/features/daily.png',
title: 'Daily task indicators',
description:
'Notifies you on login what daily tasks you are able to complete.',
link: 'https://github.com/runelite/runelite/wiki/Daily-Task-Indicator'
},
{
image: '/img/features/discord.png',
title: 'Discord integration',
description:
"Integrates with Discord's Rich Presence to display what you're doing in the game and allows to form in-game parties",
link: 'https://github.com/runelite/runelite/wiki/Discord',
home: true
},
{
image: '/img/features/cannon.png',
title: 'Dwarf multicannon',
description:
'Displays the number of cannonballs left in your cannon, along with common cannon spots.',
link: 'https://github.com/runelite/runelite/wiki/Cannon'
},
{
image: '/img/features/fairyringsearch.png',
title: 'Fairy Ring Filter',
description: 'Allows you to filter the fairy ring destination menu.',
link: 'https://github.com/runelite/runelite/wiki/Fairy-Rings'
},
{
image: '/img/features/farmingtracker.png',
title: 'Farming Tracker',
description: 'Displays current farming patches and approximate completion.',
link: 'https://github.com/runelite/runelite/wiki/Time-Tracking'
},
{
image: '/img/features/fishing.png',
title: 'Fishing',
description: 'Highlights fishing spots and tracks fishing stats.',
link: 'https://github.com/runelite/runelite/wiki/Fishing'
},
{
image: '/img/features/gpu.png',
title: 'GPU',
description:
'Renders game using your GPU, which provides better FPS, increased draw distance, enhanced scaling and anti-aliasing.',
link: 'https://github.com/runelite/runelite/wiki/GPU',
home: true
},
{
image: '/img/features/gesearch.png',
title: 'Grand Exchange lookup',
description: 'Quickly price-check any item on the Grand Exchange.',
link: 'https://github.com/runelite/runelite/wiki/Grand-Exchange'
},
{
image: '/img/features/ge.png',
title: 'Grand Exchange offers',
description: 'Lists your current Grand Exchange offers.',
link: 'https://github.com/runelite/runelite/wiki/Grand-Exchange'
},
{
image: '/img/features/grounditems.png',
title: 'Ground items',
description:
'Hides, highlights, and adds filterable price colors to dropped items.',
link: 'https://github.com/runelite/runelite/wiki/Ground-Items'
},
{
image: '/img/features/herbiboar.png',
title: 'Herbiboar',
description:
'Highlights the path and objects to search at the end of the trail.',
link: 'https://github.com/runelite/runelite/wiki/Herbiboar'
},
{
image: '/img/features/hunter.png',
title: 'Hunter',
description: 'Adds timers to hunter traps.',
link: 'https://github.com/runelite/runelite/wiki/Hunter'
},
{
image: '/img/features/idle.png',
title: 'Idle notifications',
description:
'Sends system tray alerts when idle or about to be logged out.',
link: 'https://github.com/runelite/runelite/wiki/Idle-Notifier'
},
{
image: '/img/features/imp.png',
title: 'Impling finder',
description: 'Highlights nearby implings on the minimap and on-screen.',
link: 'https://github.com/runelite/runelite/wiki/Implings'
},
{
image: '/img/features/inventorytags.png',
title: 'Inventory Tags',
description: 'Allows you to assign group tags to inventory items.',
link: 'https://github.com/runelite/runelite/wiki/Inventory-Tags'
},
{
image: '/img/features/inventoryviewer.png',
title: 'Inventory Viewer',
description: 'Displays an overlay of your current inventory.',
link: 'https://github.com/runelite/runelite/wiki/Inventory-Viewer'
},
{
image: '/img/features/itemstats.png',
title: 'Item stats',
description: 'Displays information about food and potion effects.',
link: 'https://github.com/runelite/runelite/wiki/Item-Stats'
},
{
image: '/img/features/jewellerycount.png',
title: 'Jewellery charges',
description: 'Displays the number of charges that your jewellery has.',
link: 'https://github.com/runelite/runelite/wiki/Item-Charges'
},
{
image: '/img/features/lightboxsolver.png',
title: 'Light Box Puzzle Solver',
description: 'Solves light box puzzles during clue scrolls.',
link: 'https://github.com/runelite/runelite/wiki/Puzzle-Solver'
},
{
image: '/img/features/loottracker.png',
title: 'Loot Tracker',
description:
'Shows kill count and drops with prices from monsters you kill.',
link: 'https://github.com/runelite/runelite/wiki/Loot-Tracker',
home: true
},
{
image: '/img/features/lowdetail.png',
title: 'Low detail mode',
description:
"Enables low detail mode, removing some of the game's eye candy.",
link: 'https://github.com/runelite/runelite/wiki/Low-Detail'
},
{
image: '/img/features/mta.png',
title: 'Mage Training Arena',
description: 'Overlays to assist in each of the MTA rooms.',
link: 'https://github.com/runelite/runelite/wiki/Mage-Training-Arena'
},
{
image: '/img/features/menuswap.png',
title: 'Menu entry swapping',
description: 'Swaps the left-click actions of certain objects.',
link: 'https://github.com/runelite/runelite/wiki/Menu-Entry-Swapper'
},
{
image: '/img/features/minimapdots.png',
title: 'Minimap dot customizer',
description: 'Customizes the color of minimap dots.',
link: 'https://github.com/runelite/runelite/wiki/Minimap'
},
{
image: '/img/features/favor.png',
title: 'Miscellania favor',
description:
'Displays your current favor and treasury in the Kingdom of Miscellania.',
link: 'https://github.com/runelite/runelite/wiki/Kingdom-of-Miscellania'
},
{
image: '/img/features/mlm.png',
title: 'Motherlode Mine',
description: 'Marks veins and rock obstacles in the Motherlode Mine.',
link: 'https://github.com/runelite/runelite/wiki/Motherlode-Mine'
},
{
image: '/img/features/nmz.png',
title: 'Nightmare Zone',
description:
'Displays NMZ points/absorption and notifies you about expiring potions.',
link: 'https://github.com/runelite/runelite/wiki/Nightmare-Zone'
},
{
image: '/img/features/npctag.png',
title: 'NPC tagging',
description: 'Tags and keeps track of an NPC.',
link: 'https://github.com/runelite/runelite/wiki/NPC-Indicators'
},
{
image: '/img/features/discordparty.png',
title: 'Party',
description:
"Integrates with Discord's party feature to display party members discord name, hp, prayer points, and map location",
link: 'https://github.com/runelite/runelite/wiki/Party'
},
{
image: '/img/features/playerindicators.png',
title: 'Player indicators',
description:
'Draws the names of friends, clan mates and yourself overhead.',
link: 'https://github.com/runelite/runelite/wiki/Player-Indicators'
},
{
image: '/img/features/poh.png',
title: 'Player-owned houses',
description: 'Displays minimap icons and marks unlit/lit burners.',
link: 'https://github.com/runelite/runelite/wiki/Player-owned-House'
},
{
image: '/img/features/prayerbar.png',
title: 'Prayer Bar',
description: 'Displays a prayer bar underneath your hitpoints bar.',
link: 'https://github.com/runelite/runelite/wiki/Prayer'
},
{
image: '/img/features/puzzlebox.png',
title: 'Puzzle box solver',
description: 'Shows you where to click to solve puzzle boxes.',
link: 'https://github.com/runelite/runelite/wiki/Puzzle-Solver'
},
{
image: '/img/features/raids.png',
title: 'Raid scouter',
description:
'Displays the current layout of raids and tracks the raid duration.',
link: 'https://github.com/runelite/runelite/wiki/Chambers-of-Xeric'
},
{
image: '/img/features/regen.png',
title: 'Regen timers',
description:
'Tracks and displays the hitpoints & special attack regen timers.',
link: 'https://github.com/runelite/runelite/wiki/Regeneration-Meter'
},
{
image: '/img/features/roguesden.png',
title: "Rogues' Den",
description: 'Marks tiles and clickboxes to help you traverse the maze.',
link: 'https://github.com/runelite/runelite/wiki/Rogues%27-Den'
},
{
image: '/img/features/abyss.png',
title: 'Runecraft',
description: 'Displays minimap icons and clickboxes for abyssal rifts.',
link: 'https://github.com/runelite/runelite/wiki/Runecraft'
},
{
image: '/img/features/runepouch.png',
title: 'Rune pouch',
description: 'Shows what runes are currently in your rune pouch.',
link: 'https://github.com/runelite/runelite/wiki/Rune-Pouch'
},
{
image: '/img/features/shiftclick.png',
title: 'Shift click configuration',
description: 'Allows you to change/set shift click actions on items.',
link:
'https://github.com/runelite/runelite/wiki/Menu-Entry-Swapper#customizable-shift-click'
},
{
image: '/img/features/statusbars.png',
title: 'Status Bars',
description: 'Shows health and prayer bars next to the inventory.',
link: 'https://github.com/runelite/runelite/wiki/Status-Bars'
},
{
image: '/img/features/boosts.png',
title: 'Status widgets',
description: 'Shows boost timers, enemy HP, and other useful overlays.',
home: true
},
{
image: '/img/features/stretchedfixed.png',
title: 'Stretched mode',
description: 'Stretches the game to the size of your window.',
link: 'https://github.com/runelite/runelite/wiki/Stretched-Mode'
},
{
image: '/img/features/teamcapes.png',
title: 'Team cape overlay',
description: 'Displays team cape wearer counts.',
link: 'https://github.com/runelite/runelite/wiki/Team-Capes'
},
{
image: '/img/features/tearsofguthix.png',
title: 'Tears of Guthix',
description: 'Displays the remaining time for streams of tears.',
link: 'https://github.com/runelite/runelite/wiki/Tears-Of-Guthix'
},
{
image: '/img/features/tileindicators.png',
title: 'Tile indicator',
description: 'Marks the tile you last clicked on.',
link: 'https://github.com/runelite/runelite/wiki/Tile-Indicators'
},
{
image: '/img/features/tithefarm.png',
title: 'Tithe Farm',
description:
'Displays timers for the farming patches within the Tithe farm minigame.',
link: 'https://github.com/runelite/runelite/wiki/Tithe-Farm'
},
{
image: '/img/features/wcing.png',
title: 'Woodcutting',
description: 'Displays information about the logs you are cutting.',
link: 'https://github.com/runelite/runelite/wiki/Woodcutting'
},
{
image: '/img/features/xpglobes.png',
title: 'XP globes',
description:
'Displays skill globes when you gain XP, with more detailed stats on hover.',
link: 'https://github.com/runelite/runelite/wiki/XP-Globes'
},
{
image: '/img/features/xptracker.png',
title: 'XP Tracker',
description:
'Side panel displaying xp data for each skill you have trained.',
link: 'https://github.com/runelite/runelite/wiki/XP-Tracker'
},
{
image: '/img/features/zoom.png',
title: 'Zoom unlimiter',
description: 'Allows you to zoom past the default camera distance limits.',
link: 'https://github.com/runelite/runelite/wiki/Camera'
}
]