osrs-tools
Version:
A JavaScript package to provide JSON data for all current Old School RuneScape quests. This package aims to help junior software developers create tools related to Old School RuneScape. It's a work in progress, and issues should be reported to jamescer@ha
26 lines (25 loc) • 634 B
TypeScript
export declare enum Skill {
Attack = "Attack",
Defence = "Defence",
Strength = "Strength",
Hitpoints = "Hitpoints",
Ranged = "Ranged",
Prayer = "Prayer",
Magic = "Magic",
Cooking = "Cooking",
Woodcutting = "Woodcutting",
Fletching = "Fletching",
Fishing = "Fishing",
Firemaking = "Firemaking",
Crafting = "Crafting",
Smithing = "Smithing",
Mining = "Mining",
Herblore = "Herblore",
Agility = "Agility",
Thieving = "Thieving",
Slayer = "Slayer",
Farming = "Farming",
Runecraft = "Runecraft",
Hunter = "Hunter",
Construction = "Construction"
}