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 • 716 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IcyBasalt = void 0;
const Item_1 = require("../Item");
const icyBasaltData = {
id: 23762,
name: 'Icy basalt',
members: true,
tradeable: false,
stackable: true,
noted: false,
value: 100,
examine: 'A stone that can teleport you to the Ice Mountain summit.',
equipable: false,
weight: 0.001,
questItem: false,
destroy: 'You can obtain more from the Making Friends with My Arm quest or by completing Together Forever.',
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Icy_basalt',
};
exports.IcyBasalt = Item_1.Item.fromJson(icyBasaltData);
//# sourceMappingURL=IcyBasalt.js.map