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

10 lines 276 B
import { Npc } from "../Npc"; /** * Crypt Rat * Wiki reference: https://oldschool.runescape.wiki/w/Crypt_rat * * A rat found in the haunted catacombs beneath Morytania. */ export declare const cryptRat: Npc; export default cryptRat; //# sourceMappingURL=CryptRat.d.ts.map