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 281 B
import { Npc } from '../Npc'; /** * Monkey Zombie * A reanimated monkey corpse from Ape Atoll, an undead creature of unnatural origin. * Wiki: https://oldschool.runescape.wiki/w/Monkey_Zombie */ export declare const monkeyZombie: Npc; //# sourceMappingURL=MonkeyZombie.d.ts.map