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

8 lines 246 B
import { Npc } from '../Npc'; /** * Undead One * A sorrowful undead being found in the Catacombs of Kourend. * Wiki: https://oldschool.runescape.wiki/w/Undead_one */ export declare const undeadOne: Npc; //# sourceMappingURL=UndeadOne.d.ts.map