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 653 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IceCooler = void 0; const Item_1 = require("../Item"); const iceCoolerData = { id: 6696, name: 'Ice cooler', members: true, tradeable: false, stackable: true, noted: false, value: 1, examine: 'Used to freeze Desert lizards.', equipable: false, weight: 0.001, questItem: false, destroy: 'You can get more ice coolers from the Slayer Master in Canifis.', officialWikiUrl: 'https://oldschool.runescape.wiki/w/Ice_cooler', }; exports.IceCooler = Item_1.Item.fromJson(iceCoolerData); //# sourceMappingURL=IceCooler.js.map