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 • 413 B
TypeScript
import { Npc } from '../Npc';
/**
* Skeletons in the Stronghold of Security and Ancient Cavern
* Skeletal warriors found in the Stronghold of Security and Ancient Cavern.
* Wiki: https://oldschool.runescape.wiki/w/Skeleton_(Stronghold_of_Security)
*/
export declare const skeletonsInTheStrongholdOfSecurityAndAncientCavern: Npc;
//# sourceMappingURL=SkeletonsInTheStrongholdOfSecurityAndAncientCavern.d.ts.map