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

10 lines 304 B
import { Npc } from "../Npc"; /** * Calvar'ion * Wiki reference: https://oldschool.runescape.wiki/w/Calvar%27ion * * A mythical skeleton that is one of the toughest creatures in the Wilderness. */ export declare const calvarIon: Npc; export default calvarIon; //# sourceMappingURL=CalvarIon.d.ts.map