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 • 690 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DwarvenRockCake = void 0;
const Item_1 = require("../Item");
const rockCakeData = {
id: 7509,
name: 'Dwarven rock cake',
members: true,
tradeable: false,
stackable: false,
noted: false,
value: 1,
examine: 'A very hard rock cake made by dwarves.',
equipable: false,
weight: 0.1,
questItem: true,
destroy: "You'll have to get another one from the Feast Hall in Keldagrim.",
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Dwarven_rock_cake',
};
exports.DwarvenRockCake = Item_1.Item.fromJson(rockCakeData);
//# sourceMappingURL=DwarvenRockCake.js.map