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 285 B
import { Npc } from '../Npc'; /** * Giant Crypt Spider * A large spider from the Catacombs, dwelling in dark webbed chambers. * Wiki: https://oldschool.runescape.wiki/w/Giant_crypt_spider */ export declare const giantCryptSpider: Npc; //# sourceMappingURL=GiantCryptSpider.d.ts.map