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 269 B
import { Npc } from '../Npc'; /** * Reanimated Dog * A zombie dog found in the Catacombs, a reanimated undead creature. * Wiki: https://oldschool.runescape.wiki/w/Reanimated_dog */ export declare const reanimatedDog: Npc; //# sourceMappingURL=ReanimatedDog.d.ts.map