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

11 lines 377 B
import { Npc } from "../Npc"; /** * Cerberus * Wiki reference: https://oldschool.runescape.wiki/w/Cerberus * * A three-headed hellhound boss located in the Cerberus Cavern under Taverley. * Uses melee, magic, and ranged attacks. Can summon souls as additional threats. */ export declare const cerberus: Npc; export default cerberus; //# sourceMappingURL=Cerberus.d.ts.map