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 305 B
import { Npc } from "../Npc"; /** * Baby Green Dragon * Wiki reference: https://oldschool.runescape.wiki/w/Baby_green_dragon * * A young green dragon found in Taverley Dungeon. */ export declare const babyGreenDragon: Npc; export default babyGreenDragon; //# sourceMappingURL=BabyGreenDragon.d.ts.map