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 263 B
import { Npc } from '../Npc'; /** * Ogress Shaman * A magical ogress from Corsair Cove Island, a powerful spellcaster. * Wiki: https://oldschool.runescape.wiki/w/Ogress_Shaman */ export declare const ogresShaman: Npc; //# sourceMappingURL=OgresShaman.d.ts.map