osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
20 lines • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MithrilSeeds = void 0;
const Item_1 = require("../Item");
const mithrilSeedsData = {
id: 299,
name: 'Mithril seeds',
members: true,
tradeable: true,
stackable: true,
noted: false,
value: 392,
examine: 'Plant these to create pretty flowers.',
equipable: false,
weight: 0.002,
questItem: false,
officialWikiUrl: 'https://oldschool.runescape.wiki/w/Mithril_seeds',
};
exports.MithrilSeeds = Item_1.Item.fromJson(mithrilSeedsData);
//# sourceMappingURL=MithrilSeeds.js.map