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 653 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ectophial = void 0; const Item_1 = require("../Item"); const ectophialData = { id: 4251, name: 'Ectophial', members: true, tradeable: false, stackable: false, noted: false, value: 1, examine: 'A glass vial containing ectoplasm.', equipable: false, weight: 0.001, questItem: true, destroy: 'You can get another by talking to Velorina in Port Phasmatys.', officialWikiUrl: 'https://oldschool.runescape.wiki/w/Ectophial', }; exports.Ectophial = Item_1.Item.fromJson(ectophialData); //# sourceMappingURL=Ectophial.js.map