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 376 B
import { Npc } from "../Npc"; /** * King Black Dragon (KBD) * Wiki reference: https://oldschool.runescape.wiki/w/King_Black_Dragon * * The original mega-boss of OSRS, featuring melee and magic attacks. * Located in the Wilderness (resource area). */ export declare const kingBlackDragon: Npc; export default kingBlackDragon; //# sourceMappingURL=KingBlackDragon.d.ts.map