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 283 B
import { Npc } from '../Npc'; /** * Venenatis * A massive spider boss of the Wilderness, the ultimate arachnid predator. * Wiki: https://oldschool.runescape.wiki/w/Venenatis */ export declare const venenatis: Npc; export default venenatis; //# sourceMappingURL=Venenatis.d.ts.map