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 286 B
import { Npc } from "../Npc"; /** * Rooster * Wiki reference: https://oldschool.runescape.wiki/w/Rooster * * A proud rooster found in farms. Similar to chickens but slightly larger. */ export declare const rooster: Npc; export default rooster; //# sourceMappingURL=Rooster.d.ts.map