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 • 609 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Cat = void 0;
const Item_1 = require("../Item");
const catData = {
id: 1561,
name: 'Cat',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 100,
examine: 'A well loved pet.',
equipable: false,
weight: 1,
questItem: false,
destroy: 'Your cat will run away if released. You can get another kitten from Gertrude.',
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Cat',
};
exports.Cat = Item_1.Item.fromJson(catData);
//# sourceMappingURL=Cat.js.map