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

9 lines 299 B
import { Npc } from "../Npc"; /** * Undead Chicken * A zombie chicken found in Zombieland, a low-level undead creature. * Wiki: https://oldschool.runescape.wiki/w/Undead_chicken */ export declare const undeadChicken: Npc; export default undeadChicken; //# sourceMappingURL=UndeadChicken.d.ts.map