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 269 B
import { Npc } from "../Npc"; /** * Duck * Wiki reference: https://oldschool.runescape.wiki/w/Duck * * A weak waterfowl found near water. One of the weakest enemies in OSRS. */ export declare const duck: Npc; export default duck; //# sourceMappingURL=Duck.d.ts.map