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 • 649 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DragonKey = void 0;
const Item_1 = require("../Item");
const dragonKeyData = {
id: 21042,
name: 'Dragon key',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 0,
examine: 'A key made from three separate pieces.',
equipable: false,
weight: 0.013,
questItem: true,
destroy: "You'll need to collect the three key pieces again.",
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Dragon_key',
};
exports.DragonKey = Item_1.Item.fromJson(dragonKeyData);
//# sourceMappingURL=DragonKey.js.map