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 • 332 B
TypeScript
import { Npc } from "../Npc";
/**
* Baby Black Dragon
* Wiki reference: https://oldschool.runescape.wiki/w/Baby_black_dragon
*
* A young black dragon found in Taverley Dungeon and the Baby Dragon's Nest.
*/
export declare const babyBlackDragon: Npc;
export default babyBlackDragon;
//# sourceMappingURL=BabyBlackDragon.d.ts.map