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 353 B
import { Npc } from '../Npc'; import { NpcDrop } from '../NpcDrop'; import { NpcProduct } from '../NpcProduct'; export declare const peerTheSeerDrops: NpcDrop[]; export declare const peerTheSeerLocations: string[]; export declare const peerTheSeerProducts: NpcProduct[]; export declare const Peer_the_Seer: Npc; //# sourceMappingURL=PeerTheSeer.d.ts.map