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 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnseenKey = void 0; const Item_1 = require("../Item"); const unseenKeyData = { id: 21089, name: 'Unseen key', members: true, tradeable: false, stackable: false, noted: false, value: 0, examine: 'A mysterious key that allows access to the unseen areas.', equipable: false, weight: 0.006, questItem: true, destroy: 'You can get another from a servant in the Sisterhood Sanctuary.', officialWikiUrl: 'https://oldschool.runescape.wiki/w/Unseen_key', }; exports.UnseenKey = Item_1.Item.fromJson(unseenKeyData); //# sourceMappingURL=UnseenKey.js.map