UNPKG

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

30 lines (29 loc) 987 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Skill = void 0; var Skill; (function (Skill) { Skill["Attack"] = "Attack"; Skill["Defence"] = "Defence"; Skill["Strength"] = "Strength"; Skill["Hitpoints"] = "Hitpoints"; Skill["Ranged"] = "Ranged"; Skill["Prayer"] = "Prayer"; Skill["Magic"] = "Magic"; Skill["Cooking"] = "Cooking"; Skill["Woodcutting"] = "Woodcutting"; Skill["Fletching"] = "Fletching"; Skill["Fishing"] = "Fishing"; Skill["Firemaking"] = "Firemaking"; Skill["Crafting"] = "Crafting"; Skill["Smithing"] = "Smithing"; Skill["Mining"] = "Mining"; Skill["Herblore"] = "Herblore"; Skill["Agility"] = "Agility"; Skill["Thieving"] = "Thieving"; Skill["Slayer"] = "Slayer"; Skill["Farming"] = "Farming"; Skill["Runecraft"] = "Runecraft"; Skill["Hunter"] = "Hunter"; Skill["Construction"] = "Construction"; })(Skill || (exports.Skill = Skill = {}));