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"; /** * Penguin * Wiki reference: https://oldschool.runescape.wiki/w/Penguin * * A happy little penguin found in cold regions. Weak beginner enemy. */ export declare const penguin: Npc; export default penguin; //# sourceMappingURL=Penguin.d.ts.map