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 • 300 B
TypeScript
import { Npc } from "../Npc";
/**
* Chompy Bird
* Wiki reference: https://oldschool.runescape.wiki/w/Chompy_bird
*
* A large flightless bird hunted for the Rag and Bone Man quest series.
*/
export declare const chompyBird: Npc;
export default chompyBird;
//# sourceMappingURL=ChompyBird.d.ts.map