osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
18 lines (17 loc) • 595 B
JavaScript
export var LeaguesSeason;
(function (LeaguesSeason) {
LeaguesSeason["Leagues7"] = "Leagues 7";
})(LeaguesSeason || (LeaguesSeason = {}));
export var CombatStyle;
(function (CombatStyle) {
CombatStyle["Universal"] = "Universal";
CombatStyle["Melee"] = "Melee";
CombatStyle["Ranged"] = "Ranged";
CombatStyle["Magic"] = "Magic";
})(CombatStyle || (CombatStyle = {}));
export var PactNodeSize;
(function (PactNodeSize) {
PactNodeSize["Minor"] = "Minor";
PactNodeSize["Major"] = "Major";
PactNodeSize["Capstone"] = "Capstone";
})(PactNodeSize || (PactNodeSize = {}));