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 253 B
import { Npc } from '../Npc'; /** * Ogres Warrior * A strong ogress warrior found on Corsair Cove Island. * Wiki: https://oldschool.runescape.wiki/w/Ogress_Warrior */ export declare const ogresWarrior: Npc; //# sourceMappingURL=OgresWarrior.d.ts.map