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 249 B
import { Npc } from '../Npc'; /** * Undead Cow * A zombie cow found in Zombieland, a low-level undead creature. * Wiki: https://oldschool.runescape.wiki/w/Undead_cow */ export declare const undeadCow: Npc; //# sourceMappingURL=UndeadCow.d.ts.map