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 260 B
import { Npc } from '../Npc'; /** * Monkey Archer * A ranged-focused monkey that attacks with a bow on Ape Atoll. * Wiki: https://oldschool.runescape.wiki/w/Monkey_Archer */ export declare const monkeyArcher: Npc; //# sourceMappingURL=MonkeyArcher.d.ts.map