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 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SilverPot = void 0; const Item_1 = require("../Item"); const silverPotData = { id: 7728, name: 'Silver pot', members: true, tradeable: false, stackable: false, noted: false, value: 25, examine: 'A simple silver pot with no special properties.', equipable: false, weight: 0.3, questItem: true, destroy: 'You can get another one from the Lumbridge Castle kitchen.', officialWikiUrl: 'https://oldschool.runescape.wiki/w/Silver_pot', }; exports.SilverPot = Item_1.Item.fromJson(silverPotData); //# sourceMappingURL=SilverPot.js.map