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

8 lines 271 B
import { Npc } from '../Npc'; /** * Skeleton Mage * A skeletal mage that attacks using magic, particularly fire spells. * Wiki: https://oldschool.runescape.wiki/w/Skeleton_(Digsite) */ export declare const skeletonMage: Npc; //# sourceMappingURL=SkeletonMage.d.ts.map