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 • 678 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrossSection = void 0;
const Item_1 = require("../Item");
const crossSectionData = {
id: 4671,
name: 'Cross section',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 1,
examine: 'A cross section of an ancient pyramid.',
equipable: false,
weight: 0.001,
questItem: true,
destroy: "You'll have to find this item again during Desert Treasure.",
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Cross_section',
};
exports.CrossSection = Item_1.Item.fromJson(crossSectionData);
//# sourceMappingURL=CrossSection.js.map