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 • 321 B
TypeScript
import { Npc } from '../Npc';
/**
* Shayzien Crypts Skeletons
* Skeletal remains found in the Shayzien Crypts, mid-level undead warriors.
* Wiki: https://oldschool.runescape.wiki/w/Skeleton_(Shayzien_Crypts)
*/
export declare const shayziernCryptsSkeletons: Npc;
//# sourceMappingURL=ShayziernCryptsSkeletons.d.ts.map