osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
11 lines • 340 B
TypeScript
import { Npc } from "../Npc";
/**
* Araxxor
* Wiki reference: https://oldschool.runescape.wiki/w/Araxxor
*
* A massive four-legged spider boss. Uses all three attack styles.
* Located in the Araxxor Lair (Araxyte Chamber in Gielinor).
*/
export declare const araxxor: Npc;
export default araxxor;
//# sourceMappingURL=Araxxor.d.ts.map