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 260 B
import { Npc } from '../Npc'; /** * Revenants * Ghostly spirits of the past found in the Catacombs, undead magical entities. * Wiki: https://oldschool.runescape.wiki/w/Revenant */ export declare const revenants: Npc; //# sourceMappingURL=Revenants.d.ts.map