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

9 lines 281 B
import { Npc } from '../Npc'; /** * Zombie Rat * A zombie rat found in the Catacombs, an undead rodent of small size. * Wiki: https://oldschool.runescape.wiki/w/Zombie_rat */ export declare const zombieRat: Npc; export default zombieRat; //# sourceMappingURL=ZombieRat.d.ts.map