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 • 298 B
TypeScript
import { Npc } from "../Npc";
/**
* Armoured Zombie
* Wiki reference: https://oldschool.runescape.wiki/w/Armoured_zombie
*
* A zombie clad in heavy armour found at Barrows.
*/
export declare const armouredZombie: Npc;
export default armouredZombie;
//# sourceMappingURL=ArmouredZombie.d.ts.map