osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
12 lines • 393 B
TypeScript
import { Npc } from "../Npc";
/**
* Nechryarch
* Wiki reference: https://oldschool.runescape.wiki/w/Nechryarch
*
* A powerful undead creature found in the Slayer Tower.
* Part of the Shade Slayer dungeon and high-level Slayer content.
* Weak to crush weapons and magic attacks.
*/
export declare const nechryarch: Npc;
export default nechryarch;
//# sourceMappingURL=Nechryarch.d.ts.map