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 238 B
import { Npc } from "../Npc"; /** * Zogre * A reanimated zombie ogre found in undead lairs. * Wiki: https://oldschool.runescape.wiki/w/Zogre */ export declare const zogre: Npc; export default zogre; //# sourceMappingURL=Zogre.d.ts.map