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

12 lines 402 B
import { Npc } from "../Npc"; /** * Vorkath * Wiki reference: https://oldschool.runescape.wiki/w/Vorkath * * A powerful draconic boss encountered at the end of Dragon Slayer II quest. * Located on Ungael island, accessible from Rellekka. * Post-quest form has increased stats and superior drops. */ export declare const vorkath: Npc; export default vorkath; //# sourceMappingURL=Vorkath.d.ts.map