osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
11 lines • 345 B
TypeScript
import { Npc } from "../Npc";
/**
* Chicken
* Wiki reference: https://oldschool.runescape.wiki/w/Chicken
*
* One of the weakest enemies in OSRS. Commonly killed by low-level players
* training combat skills. Found in farms across Gielinor.
*/
export declare const chicken: Npc;
export default chicken;
//# sourceMappingURL=Chicken.d.ts.map