UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

21 lines 737 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaladinCredentials = void 0; const Item_1 = require("../Item"); const paladin_credentialsData = { id: 8780, name: "Paladin's credentials", members: true, tradeable: false, stackable: false, noted: false, value: 0, examine: 'Proves my acceptance into the order of paladins.', equipable: false, weight: 0.001, questItem: true, destroy: "You'll need to speak to Sir Amik Varze to get another one.", officialWikiUrl: 'https://oldschool.runescape.wiki/w/Paladin%27s_credentials', }; exports.PaladinCredentials = Item_1.Item.fromJson(paladin_credentialsData); //# sourceMappingURL=PaladinCredentials.js.map