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 293 B
import { Npc } from "../Npc"; /** * Abyssal Sire * Wiki reference: https://oldschool.runescape.wiki/w/Abyssal_Sire * * A powerful abyssal demon boss found in the Abyssal Nexus. */ export declare const abyssalSire: Npc; export default abyssalSire; //# sourceMappingURL=AbyssalSire.d.ts.map