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

9 lines 288 B
import { Npc } from '../Npc'; /** * Sarachnis * A massive spider boss found in Sarachnis's Lair, a dangerous wilderness boss. * Wiki: https://oldschool.runescape.wiki/w/Sarachnis */ export declare const sarachnis: Npc; export default sarachnis; //# sourceMappingURL=Sarachnis.d.ts.map