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 259 B
import { Npc } from '../Npc'; /** * Shadow Spider * A dark spider found in the Catacombs with high combat stats. * Wiki: https://oldschool.runescape.wiki/w/Shadow_spider */ export declare const shadowSpider: Npc; //# sourceMappingURL=ShadowSpider.d.ts.map