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 223 B
import { Npc } from '../Npc'; /** * Skogre * A zombie-like ogre creature found in undead lairs. * Wiki: https://oldschool.runescape.wiki/w/Skogre */ export declare const skogre: Npc; //# sourceMappingURL=Skogre.d.ts.map