osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
11 lines • 746 B
TypeScript
/**
* List of all Old School RuneScape quests, in the format they are commonly referred to in-game and on the OSRS Wiki.
* This is used by QuestTool to dynamically load quest data based on quest names.
* The list should be kept up-to-date with the OSRS Wiki's list of quests, and should match the names used in the wiki URLs.
* For example, "Dragon Slayer II" corresponds to the wiki page https://oldschool.runescape.wiki/w/Dragon_Slayer_II
* and should be listed here as "Dragon Slayer II".
* This list can be generated by scraping the OSRS Wiki or maintained manually.
* Quests are listed on the wiki at: https://oldschool.runescape.wiki/w/Quests/List
*/
export declare const QuestList: string[];
//# sourceMappingURL=QuestList.d.ts.map