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

9 lines 276 B
import { Npc } from "../Npc"; /** * Vet'ion * A demonic skeleton boss of the Wilderness, one of the most powerful creatures. * Wiki: https://oldschool.runescape.wiki/w/Vet'ion */ export declare const vetIon: Npc; export default vetIon; //# sourceMappingURL=VetIon.d.ts.map