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