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 • 677 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DragonkinMap = void 0;
const Item_1 = require("../Item");
const dragonslayer_mapData = {
id: 21043,
name: 'Dragonkin map',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 0,
examine: 'An ancient map created by the Dragonkin.',
equipable: false,
weight: 0.01,
questItem: true,
destroy: "You'll need to search Dallas Jones' chest again.",
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Dragonkin_map',
};
exports.DragonkinMap = Item_1.Item.fromJson(dragonslayer_mapData);
//# sourceMappingURL=DragonkinMap.js.map