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 666 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoyalSeedPod = void 0; const Item_1 = require("../Item"); const royal_seed_podData = { id: 19564, name: 'Royal seed pod', members: true, tradeable: false, stackable: false, noted: false, value: 0, examine: 'Can be used to teleport to the Grand Tree.', equipable: false, weight: 0, questItem: false, destroy: 'King Narnode will give you another one.', officialWikiUrl: 'https://oldschool.runescape.wiki/w/Royal_seed_pod', }; exports.RoyalSeedPod = Item_1.Item.fromJson(royal_seed_podData); //# sourceMappingURL=RoyalSeedPod.js.map